This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a change to branch 3023/compile-with-sources
in repository https://gitbox.apache.org/repos/asf/camel-k.git
discard c26110bab Split native tests in two according to the memory usage
omit 145e642e4 Ref #3023: Add native compilation with sources
add 19c126aba feature(#3903): Support secret refresh through the existing
addons - Google Secret Manager
add 99264c30c feature(#3903): Support secret refresh through the existing
addons - Google Secret Manager - Docs
add 5d0dbd62b feature(#3903): Support secret refresh through the existing
addons - Google Secret Manager - Validate
add f0e0ea938 feat(cli): promote dry run
add 8eda1687a fix - publish the jar with the generated classes
add ce026ac47 Minor adjustments to generated CRDs java package
add c1f47ce55 chore(ci): bump java crds
add 0a9250af3 feature(#3903): Support secret refresh through the existing
addons - Azure Key Vault
add 8f27228b3 feature(#3903): Support secret refresh through the existing
addons - Azure Key Vault
add 1e990613d feature(#3903): Support secret refresh through the existing
addons - Azure Key Vault - Docs
add 387c03af3 feature(#3903): Support secret refresh through the existing
addons - Azure Key Vault - Validate
add aaf7d5218 Split native tests in two according to the memory usage
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c26110bab)
\
N -- N -- N refs/heads/3023/compile-with-sources (aaf7d5218)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/actions/release-nightly/action.yml | 2 +-
addons/vault/azure/azure_key_vault.go | 36 ++++++
addons/vault/gcp/gcp_secret_manager.go | 25 ++++
docs/modules/traits/pages/azure-key-vault.adoc | 32 +++++
docs/modules/traits/pages/gcp-secret-manager.adoc | 20 +++
java/pom.xml | 8 +-
pkg/cmd/bind.go | 4 +-
pkg/cmd/promote.go | 25 +++-
pkg/cmd/promote_test.go | 151 ++++++++++++++++++++++
pkg/resources/resources.go | 4 +-
resources/traits.yaml | 48 +++++++
script/Makefile | 1 +
12 files changed, 340 insertions(+), 16 deletions(-)
create mode 100644 pkg/cmd/promote_test.go