Skip to content

Release v1.0.0-rc.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 13 Feb 15:56
v1.0.0-rc.4
afe36c2

🚀 AGNTCY Dir v1.0.0-rc.4 Release

This maintenance release focuses on signing and verification improvements, registry and Helm deployment refinements, and CI/CD robustness.

🌟 What's New

Signing & Verification

  • Local trust chain verification for record signing (#921)
  • Extended client options for record signing and verification (#930)
  • Improved verification details parsing and verification result widget in the GUI (#932)

Helm & Deployment

  • Topology-aware StorageClass support for Zot configuration (#937)

Registry & Zot

  • Improved registry URL handling and validation for Zot (#944)
  • Fix for resolving latest tag (without slash) instead of release (#934)

CI/CD & Automation

  • Push record and validate record GitHub Actions for directory workflows (#935)
  • GH token environment for gh CLI in directory workflows (#939)
  • Simplified image security scanning GitHub Action (#940)
  • Command execution error handling in the import-records workflow (#938)
  • Demo-dir workflow token timing fix and removal of demo-dirctl (#928)

Security & Dependencies

  • Go 1.25.7 and package version bumps (#945)
  • Bitnami PostgreSQL Helm chart 18.2.3 → 18.2.6 (#927)
  • Python cryptography dependency update in SDK (#933)
  • Go module updates across directory components (#943)

Refinements

  • Removal of unused OCI annotations (#923)
  • Hardcoded expected CID for E2E test stability (#931)

What's Changed

  • chore(release): update version to v1.0.0-rc.3 by @ramizpolic in #920
  • refactor(dir): remove unused OCI annotations by @tkircsi in #923
  • feat(sign): switch to local trust chain verification by @ramizpolic in #921
  • refactor(ci/demo): fix token timing in demo-dir workflow and remove demo-dirctl by @paralta in #928
  • feat(client): extend options for record signing/verification by @ramizpolic in #930
  • chore(dir): bump bitnami postgres chart version 18.2.3 -> 18.2.6 by @tkircsi in #927
  • chore(dir): add hardcoded expected cid for e2e test by @arpad-csepi in #931
  • fix(gui): improve verification details parsing and add verification result widget by @muscariello in #932
  • chore(sdk): update python cryptography by @arpad-csepi in #933
  • fix(dir): get latest tag without slash instead of release by @arpad-csepi in #934
  • feat(helm): topology-aware StorageClass support for Zot config by @tkircsi in #937
  • refactor(ci/import): handle command execution errors in import workflow by @paralta in #938
  • ci(dir): add gh token env for gh cli by @arpad-csepi in #939
  • ci(dir): add push record and validate record GH actions by @adamtagscherer in #935
  • chore(ci): simplify image security scanning github action by @ramizpolic in #940
  • chore(dir): update go mods by @arpad-csepi in #943
  • fix(dir/zot): registry url handling and validation by @paralta in #944
  • chore(security): bump go v1.25.7 and package versions by @ramizpolic in #945
  • release(dir): prepare v1.0.0 rc.4 by @paralta in #947

Full Changelog: v1.0.0-rc.3...v1.0.0-rc.4

Contributors