Skip to content

Releases: calvinchengx/azure-keyvault-emulator

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 06:14

Changelog

  • 2e1ff1b Anchor the data/ ignore to the repo root
  • abba4a8 Fix docker compose startup; add cross-platform Makefile and checks
  • b76242a Merge pull request #1 from calvinchengx/docs-parity-versioning
  • fdcb814 Merge pull request #2 from calvinchengx/dependabot/npm_and_yarn/website/astro-7.1.0
  • 814b7dc Move the website ignores into website/.gitignore
  • 002ddd4 Rewrite repo-relative doc links to GitHub URLs
  • 546d949 Run the make targets in CI on all three platforms, and gate releases on it
  • b336fe8 Untrack website/.astro, Astro's generated content types
  • 8237164 build(deps): bump astro from 7.0.7 to 7.1.0 in /website
  • 1c7658a build(deps): bump transitive postcss to 8.5.25 (fixes GHSA path traversal)
  • e4f2332 build(deps): update pnpm-lock.yaml for astro 7.1.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 10:58

Changelog

  • e94b4fa P3: the three-emulator secret-as-SP-credential chain, in CI
  • a05ca7a P4 parity: Secure Key Release + certificate CSR merge
  • 0e902dc P4: SDK parity surface — key import, backup/restore, rng, cert issuers/contacts
  • db7ecd9 Portal: embedded Svelte operator UI at /_emulator/portal/
  • 21b4282 ci(chain): GOTOOLCHAIN=auto + surface install errors
  • d4d6234 e2e(chain): rewrite the harness as run.py (Python over shell)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 07:37

Changelog

  • 6eee48f Design scaffold: azure-keyvault-emulator — the family's secret store
  • 727960c P0: secrets + real challenge-based auth, e2e-verified by the actual Azure SDK
  • aac37d1 P1: keys with real Go crypto, permission map, azkeys SDK e2e
  • 29f9816 P2: certificates — self-signed issuance + PFX/PEM import, azcertificates e2e
  • 3472628 docs(roadmap): the secret-as-SP-credential chain as a three-emulator e2e
  • b03536a gofmt + roadmap: P0 complete
  • d107484 release: GoReleaser (binaries + GHCR + Homebrew + winget) + release workflow