Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.apache.camel.k:camel-k-crds from 2.3.0 to 2.3.1 #2023

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2024

Bumps org.apache.camel.k:camel-k-crds from 2.3.0 to 2.3.1.

Release notes

Sourced from org.apache.camel.k:camel-k-crds's releases.

v2.3.1

What's Changed

Full Changelog: apache/camel-k@v2.3.0...v2.3.1

2.3.0-nightly

Apache Camel K 2.3.0-nightly build for testing (unstable). This nightly release is using an unsupported operator image published as docker.io/testcamelk/camel-k:2.3.0-nightly (default amd64 architecture, -arm64 suffix for ARM64 architectures)

To test it, download the client for your OS and run:

kamel install --olm=false --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots

To test ARM64 architecture, download the client for your OS and run:

kamel install --olm=false --operator-image=docker.io/testcamelk/camel-k:2.3.0-nightly-arm64 --maven-repository=https://repository.apache.org/content/repositories/snapshots@id=apache-snapshots@snapshots

NOTE: last updated on Mon Apr 8 01:00:56 UTC 2024

Changelog

Sourced from org.apache.camel.k:camel-k-crds's changelog.

v2.3.1 (2024-04-29)

Full Changelog

camel-k-crds-2.3.1 (2024-04-29)

Full Changelog

Closed issues:

  • [Regression] Nightly Quarkus native checks failure #5420
  • Helm test failure #5413
  • RBAC issues with Pipe and Knative #5410
  • Knative accepted port names #5409
  • Remove container.imageWasKit #5407
  • Cannot load Knative configuration from file or env variable #5402
  • Error when setting knative-service trait annotations #5401
  • Contributing page is obsolete #5386
  • IntegrationKit Trait condition missing #5381
  • Builder trait maven-profiles expect the profile in the operator namespace #5372
  • Wrongly formatted license #5360
  • CLI install synthetic environment variable duplicate in operator pod container #5349
  • Flaky TestHealthTrait #5345
  • IntegrationProfile empty description #5341
  • OLM procedure, clear errors and warnings #5333
  • Flaky TestOperatorBasic #5326
  • fatal error: concurrent map read and map write #5315
  • Deprecate Spectrum publishing strategy #5314
  • Sourceless Integration status show default provider/version #5309
  • TestHelmOperatorUpgrade error #5304
  • Platform choice for aarch64 is incorrect #5298
  • Build configuration on IntegrationPlatform ignored #5289
  • [2.2.x] Basic integration fails on ARM64 #5280
  • Pod failure when using fixed native image #5207
  • Fix flaky health trait test #4922
  • unambigious reference to configmaps and secrets #4841
  • Startup times take way longer than advertised numbers #4192
  • Image Registry #3176
  • kustomize: generate namespaced and descoped rbacs #3165
  • kamelet: allow to add additional attributes to in/out #3090
  • Running camel-k in a constrained environment #2800
  • Compact/flatten integrationkit (container image) hierarchy? #2736
  • Complete Integration PodSpec template #2620
  • Integration / KameletBinding: include information about the running pods/deployments #2504
  • support endpoint-dsl #1746
  • User profiles #934
  • Execute maven operation asynchronously #762
  • Cannot load Knative configuration from file or env variable #654
  • Support new Camel 3 webhooks #597
  • Garbage-collect unused kits #254

... (truncated)

Commits
  • 7e452d2 preparing for next release
  • b149571 [maven-release-plugin] prepare for next development iteration
  • 3afaafa [maven-release-plugin] prepare release camel-k-crds-2.3.1
  • 1964bd6 fix(#5402): Evaluate Knative profile based on Serving/Eventing installed
  • 5a4e4e2 chore: nightly automatic updates
  • 446172f fix(trait): controller strategy default service port name
  • 03d8319 doc(trait): Maven profile cm/secret addational information
  • 6268025 fix(trait): skip mount sources when ...
  • aeffe93 fix(trait): compute cm after catalog
  • 41e08d1 chore: nightly automatic updates
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.apache.camel.k:camel-k-crds](https://github.com/apache/camel-k) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/apache/camel-k/releases)
- [Changelog](https://github.com/apache/camel-k/blob/main/CHANGELOG.md)
- [Commits](apache/camel-k@v2.3.0...v2.3.1)

---
updated-dependencies:
- dependency-name: org.apache.camel.k:camel-k-crds
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 7, 2024
@oscerd oscerd merged commit 5b96031 into main May 7, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/org.apache.camel.k-camel-k-crds-2.3.1 branch May 7, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant