Skip to content

Commit

Permalink
preparing for next release
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Nov 11, 2022
1 parent c6e76ea commit 815d493
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions docs/modules/ROOT/partials/apis/camel-k-crds.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1572,6 +1572,13 @@ IntegrationKitTraits defines traits assigned to an `IntegrationKit`
The builder trait is internally used to determine the best strategy to build and configure IntegrationKits.
|`camel` +
*xref:#_camel_apache_org_v1_trait_CamelTrait[CamelTrait]*
|
The Camel trait sets up Camel configuration.
|`quarkus` +
*xref:#_camel_apache_org_v1_trait_QuarkusTrait[QuarkusTrait]*
|
Expand All @@ -1588,13 +1595,6 @@ NOTE: Compiling to a native executable, i.e. when using `package-type=native`, i
The Registry trait sets up Maven to use the Image registry as a Maven repository.
|`camel` +
*xref:#_camel_apache_org_v1_trait_CamelTrait[CamelTrait]*
|
The Camel trait sets up Camel configuration.
|`addons` +
*xref:#_camel_apache_org_v1_AddonTrait[map[string\]github.com/apache/camel-k/pkg/apis/camel/v1.AddonTrait]*
|
Expand Down
10 changes: 5 additions & 5 deletions pkg/apis/camel/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/util/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
Version = "1.10.3-SNAPSHOT"

// DefaultRuntimeVersion --
DefaultRuntimeVersion = "1.15.1"
DefaultRuntimeVersion = "1.15.2"

// BuildahVersion --
BuildahVersion = "1.23.3"
Expand Down

0 comments on commit 815d493

Please sign in to comment.