Note:
- This release does not ship with the UI enabled. The UI will be available in the future. #129
- This release provides initial support for artifact signing.
- OpenBao does not provide support for Vault Enterprise features. If there is an enterprise feature you would like to see added to the project, please open a feature request.
- OpenBao is fully API compatible with Vault 1.14.9, and seal compatible with the plugins the project supports. Plugin support for OpenBao can be found here.
- The
v2.0.0
tag was originally pushed as commit 7e0e830; changes to the workflows needed to occur causingv2.0.0
to be re-tagged as commit 700fe3f. If a local copy was pulled with this tag, please rungit tag -d v2.0.0 && git fetch origin tag v2.0.0
to update to the correct commit. No code changes occurred between these two releases.
Changelog over v2.0.0-beta
- 7e40243: Add GOOS matrix to release workflow (#411) (@cipherboy)
- 5c7b08d: Bump actions/configure-pages from 4 to 5 (#370) (@dependabot[bot])
- 9a4c16e: Bump actions/github-script from 6.4.1 to 7.0.1 (#198) (@dependabot[bot])
- 0852db8: Bump actions/upload-artifact from 3.1.2 to 4.3.3 (#376) (@dependabot[bot])
- 84b25c2: Bump actions/upload-artifact from 4.3.3 to 4.3.4 (#395) (@dependabot[bot])
- 5412ae6: Bump browser-actions/setup-chrome from 1.5.0 to 1.7.1 (#377) (@dependabot[bot])
- eb709ea: Bump test-summary/action from 2.1 to 2.3 (#199) (@dependabot[bot])
- f8b0953: Bump test-summary/action from 2.2 to 2.4 (#387) (@dependabot[bot])
- d7130e1: Clarify fork point in FAQ (#392) (@cipherboy)
- 4dc1fa0: Downgrade test-summary/action from 2.3 to 2.2 (#381) (@JanMa)
- 9a3a3a4: Fix artifact signing, use default runner (@cipherboy)
- 700fe3f: Gate Docker steps behind GOOS (#412) (@cipherboy)
- 22c93f7: Remove cross-cluster revocation from PKI (#365) (@cipherboy)
- ac47724: Remove mlock and replace with cgroups (#363) (@IohannesArnold)
- 7e0e830: Update Go version, changelog, modules for GA (#410) (@cipherboy)
- 603efd3: Update docs to include mlock removal RFC (#391) (@IohannesArnold)
- 7276406: docs(token): document the token format (#372) (@nobe4)
- 1971309: fix release asset parsing for download page (#378) (@JanMa)
- f0288a1: set bao binary version info with Goreleaser (#401) (@JanMa)
- b2b9021: update website dependencies (#368) (@JanMa)