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

chore(release): bump version to 1.6.0-SNAPSHOT and remove deprecated … #2510

Merged
merged 4 commits into from
Jul 17, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/manager/operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
serviceAccountName: camel-k-operator
containers:
- name: camel-k-operator
image: docker.io/apache/camel-k:1.5.0-SNAPSHOT
image: docker.io/apache/camel-k:1.6.0-SNAPSHOT
imagePullPolicy: IfNotPresent
command:
- kamel
Expand Down
6 changes: 3 additions & 3 deletions config/manifests/bases/camel-k.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ metadata:
capabilities: Full Lifecycle
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/apache/camel-k:1.5.0-SNAPSHOT
containerImage: docker.io/apache/camel-k:1.6.0-SNAPSHOT
createdAt: 2021-05-03T07:48:00Z
description: Apache Camel K is a lightweight integration platform, born on Kubernetes, with serverless superpowers.
operators.operatorframework.io/builder: operator-sdk-v1.3.0
operators.operatorframework.io/internal-objects: '["builds.camel.apache.org","integrationkits.camel.apache.org","camelcatalogs.camel.apache.org"]'
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
repository: https://github.com/apache/camel-k
support: Camel
name: camel-k.v1.5.0
name: camel-k.v1.6.0-snapshot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If memory serves, you cannot suffix this with -snapshot as operator-sdk considers it not to conform with semver syntax.

namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -154,4 +154,4 @@ spec:
selector:
matchLabels:
name: camel-k-operator
version: 1.5.0-snapshot
version: 1.6.0-snapshot
1 change: 0 additions & 1 deletion deploy/olm-catalog/.vfsignore

This file was deleted.