Skip to content

Commit

Permalink
Fix #1548: switch runtime to 1.5.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Aug 7, 2020
1 parent 7caae6d commit 8aa809e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
apiVersion: camel.apache.org/v1
kind: CamelCatalog
metadata:
name: camel-catalog-1.5.0-main
name: camel-catalog-1.5.1-snapshot-main
labels:
app: camel-k
camel.apache.org/catalog.version: 3.4.0
camel.apache.org/catalog.loader.version: 3.4.0
camel.apache.org/runtime.version: 1.5.0
camel.apache.org/runtime.version: 1.5.1-SNAPSHOT
camel.apache.org/runtime.provider: main
spec:
runtime:
version: 1.5.0
version: 1.5.1-SNAPSHOT
provider: main
applicationClass: org.apache.camel.k.main.Application
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
apiVersion: camel.apache.org/v1
kind: CamelCatalog
metadata:
name: camel-catalog-1.5.0-quarkus
name: camel-catalog-1.5.1-snapshot-quarkus
labels:
app: camel-k
camel.apache.org/catalog.version: 3.4.0
camel.apache.org/catalog.loader.version: 3.4.0
camel.apache.org/runtime.version: 1.5.0
camel.apache.org/runtime.version: 1.5.1-SNAPSHOT
camel.apache.org/runtime.provider: quarkus
spec:
runtime:
version: 1.5.0
version: 1.5.1-SNAPSHOT
provider: quarkus
applicationClass: io.quarkus.runner.GeneratedMain
metadata:
Expand Down
20 changes: 10 additions & 10 deletions deploy/resources.go

Large diffs are not rendered by default.

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.1.0-SNAPSHOT"

// DefaultRuntimeVersion --
DefaultRuntimeVersion = "1.5.0"
DefaultRuntimeVersion = "1.5.1-SNAPSHOT"

// BuildahVersion --
BuildahVersion = "1.14.0"
Expand Down
4 changes: 2 additions & 2 deletions script/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
VERSIONFILE := pkg/util/defaults/defaults.go
VERSION := 1.1.0-SNAPSHOT
LAST_RELEASED_VERSION := 1.0.1
RUNTIME_VERSION := 1.5.0
RUNTIME_VERSION := 1.5.1-SNAPSHOT
BUILDAH_VERSION := 1.14.0
KANIKO_VERSION := 0.17.1
BASE_IMAGE := adoptopenjdk/openjdk11:slim
Expand All @@ -30,7 +30,7 @@ LINT_DEADLINE := 10m
# Used to push pre-release artifacts
STAGING_IMAGE_NAME := docker.io/camelk/camel-k

STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgapachecamel-1237
STAGING_RUNTIME_REPO :=

# When packaging artifacts into the docker image, you can "copy" them from local maven
# or "download" them from Apache Snapshots and Maven Central
Expand Down

0 comments on commit 8aa809e

Please sign in to comment.