Skip to content

Commit

Permalink
chore(release): bump runtime to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaferraro committed Jun 5, 2020
1 parent 9daf8c6 commit abcc894
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 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.3.0-snapshot-main
name: camel-catalog-1.3.0-main
labels:
app: camel-k
camel.apache.org/catalog.version: 3.3.0
camel.apache.org/catalog.loader.version: 3.3.0
camel.apache.org/runtime.version: 1.3.0-SNAPSHOT
camel.apache.org/runtime.version: 1.3.0
camel.apache.org/runtime.provider: main
spec:
runtime:
version: 1.3.0-SNAPSHOT
version: 1.3.0
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.3.0-snapshot-quarkus
name: camel-catalog-1.3.0-quarkus
labels:
app: camel-k
camel.apache.org/catalog.version: 3.3.0
camel.apache.org/catalog.loader.version: 3.3.0
camel.apache.org/runtime.version: 1.3.0-SNAPSHOT
camel.apache.org/runtime.version: 1.3.0
camel.apache.org/runtime.provider: quarkus
spec:
runtime:
version: 1.3.0-SNAPSHOT
version: 1.3.0
provider: quarkus
applicationClass: io.quarkus.runner.GeneratedMain
metadata:
Expand Down
24 changes: 12 additions & 12 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.0.0-SNAPSHOT"

// DefaultRuntimeVersion --
DefaultRuntimeVersion = "1.3.0-SNAPSHOT"
DefaultRuntimeVersion = "1.3.0"

// 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.0.0-SNAPSHOT
LAST_RELEASED_VERSION := 1.0.0-RC2
RUNTIME_VERSION := 1.3.0-SNAPSHOT
RUNTIME_VERSION := 1.3.0
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 :=
STAGING_RUNTIME_REPO := https://repository.apache.org/content/repositories/orgapachecamel-1219

# 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 abcc894

Please sign in to comment.