v0.24.0
Note
Container images
ADC container images are now available on Docker Hub, whereas previously they were only accessible via the GitHub registry.
Additionally, in accordance with API7.ai policy, container images starting from this release will be signed to comply with software supply chain security requirements. Containers on Docker Hub and GitHub registry are signed.
Use the following command to verify the signature:
Install cosign first.
COSIGN_REPOSITORY=api7/notary cosign verify api7/adc:0.24.0 \
--certificate-identity="https://github.com/api7/adc/.github/workflows/docker.yaml@refs/tags/v0.24.0" \
--certificate-oidc-issuer="https://token.actions.githubusercontent.com"
# verify image from GitHub registry
COSIGN_REPOSITORY=api7/notary cosign verify ghcr.io/api7/adc:0.24.0 \
--certificate-identity="https://github.com/api7/adc/.github/workflows/docker.yaml@refs/tags/v0.24.0" \
--certificate-oidc-issuer="https://token.actions.githubusercontent.com"What's Changed
- feat(server): report apisix-standalone endpoint status by @bzp2010 in #396
- chore(deps): upgrade toolchain and deps by @bzp2010 in #398
- ci(release): push image to docker hub by @bzp2010 in #400
ci(release): add image provenance by @bzp2010 in #401(Replaced by cosign signature)- ci(release): add image signature by @bzp2010 in #402
- ci(release): fix packages permission by @bzp2010 in #403
- feat: bump to 0.24.0 by @bzp2010 in #404
Full Changelog: v0.23.1...v0.24.0