Skip to content

Tags: phyrog/openbao

Tags

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add changelog for v2.1.0 GA (openbao#772)

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add v2.0.3 to CHANGELOG.md (openbao#728)

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

v2.1.0-beta20241114.3

Toggle v2.1.0-beta20241114.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert to github.com/hashicorp/raft-boltdb/v2@v2.0.0-20210421194847-a…

…7e34179d62c (openbao#712)

This earlier commit lacks metrics (which we do not emit as they were
introduced after us), but also lacks the extra original (archived) bbolt
dependency that causes RISC-V builds to fail. This dependency was
included because subsequent commits added support for migrating from the
archived bbolt to the supported etcd fork, which we do not need as we
never relied on the earlier fork.

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

v2.1.0-beta20241114.2

Toggle v2.1.0-beta20241114.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fully upgrade Docker dependency; remove Solaris (openbao#710)

* Fully upgrade Docker dependency

This follows churn caused by Docker removing type aliases in use by
others.

See also: moby/moby#47148

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

* Remove support for Solaris builds

Solaris has no support in upstream Moby any more; while we currently
only test with Docker, we may wish to support containerized plugins
running on remote hosts in the future and would be unable to do so from
Solaris.

Additionally, this release target sees few downloads and thus isn't
worth maintainer time to support.

See also: moby/moby#35373
See also: https://tooomm.github.io/github-release-stats/?username=openbao&repository=openbao

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

* Add changelog entry

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

---------

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

v2.1.0-beta20241114.1

Toggle v2.1.0-beta20241114.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update goreleaser config version to 2 (openbao#709)

This also adds a new Makefile target, `goreleaser-check`, to validate
the configuration is working.

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

v2.1.0-beta20241114

Toggle v2.1.0-beta20241114's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.1.0-beta20241114 changelog (openbao#707)

* Minor improvements to changelog entries

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

* Add release notes to website

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

* Add 2.1.0-beta20241114 to CHANGELOG.md

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

---------

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

sdk/v2.1.0

Toggle sdk/v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump sdk to api/v2@v2.1.0, remove replace (openbao#705)

This replace directive meant that anyone consuming our SDK would have to
include a similar replace directive in their own go module. This is an
unfortunate side-effect of how modules work and undesirable in general;
remove this.

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

api/v2.1.0

Toggle api/v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Clean up invalid certs tidy conditions (openbao#697)

* Simplify tidy deletion logic

This ensures all tidying of expired/revoked certificates are ignored if
only invalid certificate tidying is selected.

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

* Test removal of revocation entries as well

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

---------

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

v2.0.2

Toggle v2.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
use correct Alpine version (openbao#589)

Signed-off-by: Jan Martens <jan@martens.eu.org>
Co-authored-by: Jan Martens <jan@martens.eu.org>

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
JanMa Jan Martens
release: v2.0.1

Signed-off-by: Jan Martens <jan@martens.eu.org>