This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch fix/changes-md in repository https://gitbox.apache.org/repos/asf/skywalking-graalvm-distro.git
commit 5dd7886d2fe80a9c9e95b9c42247d266ce46b135 Author: Wu Sheng <[email protected]> AuthorDate: Tue Mar 17 15:01:25 2026 +0800 Fix changes.md: add 0.2.1 and 0.1.1 sections, merge duplicate Build sections --- changes/changes.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/changes/changes.md b/changes/changes.md index 21a0cc8..1d1042c 100644 --- a/changes/changes.md +++ b/changes/changes.md @@ -1,5 +1,11 @@ # Changes +## 0.2.1 + +### Build + +- Fix source tarball build: move `version.properties` generation to a Maven profile activated only when `.git` exists. Source tarball builds use the pre-generated file from `release.sh`. + ## 0.2.0 ### Highlights @@ -33,7 +39,6 @@ Upgrade to the latest Apache SkyWalking OAP server, with documentation restructu - `release/release.sh`: fix SHA-512 checksum files to contain only hash + filename (no local paths). - `release/release.sh`: re-upload darwin SHA-512 to GitHub Release after GPG signing. - `release/release.sh`: link vote email to `compiling.md` instead of `quick-start.md`. -- `release/full-release.sh`: end-to-end release script. - Generate vote email template with GPG signer info and submodule commit IDs. ### New Module @@ -42,7 +47,8 @@ Upgrade to the latest Apache SkyWalking OAP server, with documentation restructu ### Build -- Fix source tarball build: set `failonerror=false` for version generation; `release.sh` pre-generates `version.properties` in the source tarball. +- Fix source tarball build: `release.sh` pre-generates `version.properties` in the source tarball. +- Fix Armeria handler scan to detect inherited `@Get`/`@Path` annotations (precompiler). ### Testing @@ -57,9 +63,12 @@ Upgrade to the latest Apache SkyWalking OAP server, with documentation restructu - Bump Istio to 1.28.0. - Add Baseline e2e test case. -### Build +## 0.1.1 -- Fix Armeria handler scan to detect inherited `@Get`/`@Path` annotations (precompiler). +### Release Tooling + +- `release/full-release.sh`: end-to-end release script combining `pre-release.sh` and `release.sh`. +- Update release guide and CI config for release workflow. ## 0.1.0
