add option to republish existing release OCI images#26
Merged
Conversation
This will allow us to reupload the OCI image for an existing release in case there are issues. Signed-off-by: Jan Martens <jan@martens.eu.org>
mabunixda
added a commit
to mabunixda/openbao-plugins
that referenced
this pull request
Oct 15, 2025
* origin/main: (1516 commits) secrets-aws: add external_id support for assumed_role (openbao#39) consul plugin: drop deprecated features (openbao#38) secrets-consul: ignore missing tokens (openbao#37) fix github markdown problems in docs fork consul plugin: add CHANGELOG fork consul plugin: add README fork consul plugin: cleanup docs fork consul plugin: replace Vault with OpenBao in docs fork consul plugin: vendor new dependencies fork consul plugin: use openbao go packages update openbao depenencies to 2.4.0 (openbao#34) auth-aws: fix nil pointer access on empty client config (openbao#33) report plugin version when registered in OpenBao (openbao#32) build(deps): bump github.com/go-viper/mapstructure/v2 (openbao#30) build(deps): bump github.com/openbao/openbao/api/v2 from 2.3.0 to 2.3.1 (openbao#27) build(deps): bump github.com/openbao/openbao/sdk/v2 from 2.2.0 to 2.3.0 (openbao#24) add option to republish existing release OCI images (openbao#26) Fix plugin OCI image uploads (openbao#25) Various minor README improvements (openbao#22) build(deps): bump github.com/go-viper/mapstructure/v2 (openbao#21) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This will allow us to reupload the OCI image for an existing release in case there are issues.