This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git


    from 980165abf chore(deps): bump github.com/prometheus/common from 0.60.0 
to 0.60.1
     new c6b3ba179 feat(trait): service label
     new b1b813815 chore(trait): make public constant
     new 2beb8557b feat(trait): deprecate resume
     new fdbacc5ad feat(trait): deprecate 3 scale
     new 6ccbeaf86 feat(trait): deprecate aws secrets manager
     new 0b991fc72 feat(trait): deprecate azure key vault
     new fb760f712 feat(trait): deprecate gcp secret manager
     new 2463b2ffa feat(trait): deprecate hashicorp vault
     new 03dbca348 chore(trait): update autogen docs

The 9 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 addons/resume/resume.go                            | 15 +++++++-
 addons/threescale/3scale.go                        | 15 +++++++-
 addons/threescale/3scale_test.go                   |  4 +--
 addons/vault/aws/aws_secrets_manager.go            | 15 +++++++-
 addons/vault/aws/aws_secrets_manager_test.go       |  8 ++---
 addons/vault/azure/azure_key_vault.go              | 15 +++++++-
 addons/vault/azure/azure_key_vault_test.go         |  8 ++---
 addons/vault/gcp/gcp_secret_manager.go             | 15 +++++++-
 addons/vault/gcp/gcp_secret_manager_test.go        |  4 +--
 addons/vault/hashicorp/hashicorp_vault.go          | 15 +++++++-
 addons/vault/hashicorp/hashicorp_vault_test.go     |  6 ++--
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  |  7 ++++
 docs/modules/traits/pages/3scale.adoc              |  3 ++
 docs/modules/traits/pages/aws-secrets-manager.adoc |  3 ++
 docs/modules/traits/pages/azure-key-vault.adoc     |  3 ++
 docs/modules/traits/pages/gcp-secret-manager.adoc  |  3 ++
 docs/modules/traits/pages/hashicorp-vault.adoc     |  3 ++
 docs/modules/traits/pages/resume.adoc              |  3 ++
 docs/modules/traits/pages/service.adoc             |  4 +++
 helm/camel-k/crds/camel-k-crds.yaml                | 40 ++++++++++++++++++++++
 pkg/apis/camel/v1/trait/service.go                 |  2 ++
 pkg/apis/camel/v1/trait/zz_generated.deepcopy.go   |  7 ++++
 .../camel.apache.org_integrationplatforms.yaml     | 10 ++++++
 .../camel.apache.org_integrationprofiles.yaml      | 10 ++++++
 .../crd/bases/camel.apache.org_integrations.yaml   | 10 ++++++
 .../bases/camel.apache.org_kameletbindings.yaml    |  5 +++
 .../config/crd/bases/camel.apache.org_pipes.yaml   |  5 +++
 pkg/trait/builder.go                               |  4 +--
 pkg/trait/camel.go                                 |  2 +-
 pkg/trait/camel_test.go                            |  4 +--
 pkg/trait/deployer.go                              |  2 +-
 pkg/trait/jvm.go                                   |  2 +-
 pkg/trait/openapi.go                               |  2 +-
 pkg/trait/quarkus.go                               |  4 +--
 pkg/trait/service.go                               | 14 +++++---
 pkg/trait/service_binding.go                       |  2 +-
 pkg/trait/service_test.go                          | 12 ++++++-
 pkg/trait/telemetry.go                             |  2 +-
 pkg/trait/trait_catalog.go                         |  2 +-
 pkg/trait/trait_condition_types.go                 |  6 ++--
 40 files changed, 253 insertions(+), 43 deletions(-)

Reply via email to