chore: release v0.10.0#130
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
First stable minor bump post-v0.9.x. Cumulative highlights rolled up from rc1 + rc2 into the CHANGELOG entry for discoverability.
What's in v0.10.0
-t targetflag + cmd passthroughruntimeservice auto-emissiontest-toolsD plan (pre-built per-release image)test-toolsbinaries are now genuinely aarch64--reset-confflag on build.sh +init.sh --gen-conf --forcebackendupgrade.shmain.yaml sed handles semver pre-release tagsrelease-test-tools.yamlpublisher workflowMigration (from v0.9.x)
./template/upgrade.sh v0.10.0(safe on RC tags now thanks to fix(upgrade.sh): main.yaml sed regex handles semver pre-release tags #128 regex fix)ARG TEST_TOOLS_IMAGE="test-tools:local"+FROM ${TEST_TOOLS_IMAGE} AS test-tools-stage+COPY --from=test-tools-stage(seetemplate/dockerfile/Dockerfile.example)./run.sh <target>call sites → rewrite as./run.sh -t <target>./run.shbare call unchanged (devel bash).Test plan
make -f Makefile.ci testlocal — 685/685 passghcr.io/ycpss91255-docker/test-tools:v0.10.0manifest has both amd64 + arm64 variants with correctly-arch'd binaries./template/upgrade.sh v0.10.0— migration doc covers the Dockerfile +./run.sharg changes.