Skip to content

Commit

Permalink
Use next snapshot version 0.7.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Nov 11, 2021
1 parent 4b03bf2 commit d63aec9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: YAKS
release:
current-version: 0.5.0
next-version: 0.6.0-SNAPSHOT
current-version: 0.6.0
next-version: 0.7.0-SNAPSHOT
2 changes: 1 addition & 1 deletion .github/workflows/release-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: github.ref == 'refs/heads/main' && github.repository == 'citrusframework/yaks'
strategy:
matrix:
pattern: [ 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0 ]
pattern: [ 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0 ]
steps:
- uses: dev-drprasad/[email protected]
with:
Expand Down
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: yaks-operator
containers:
- name: yaks-operator
image: docker.io/citrusframework/yaks:0.6.0-SNAPSHOT
image: docker.io/citrusframework/yaks:0.7.0-SNAPSHOT
command:
- yaks
- operator
Expand Down
8 changes: 4 additions & 4 deletions config/manifests/bases/yaks.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/citrusframework/yaks:0.6.0-SNAPSHOT
containerImage: docker.io/citrusframework/yaks:0.7.0-SNAPSHOT
createdAt: 2020-09-25T02:45:00Z
description: YAKS is a platform to enable Cloud Native BDD testing on Kubernetes.
operators.operatorframework.io/builder: operator-sdk-v1.3.0
operators.operatorframework.io/internal-objects: '["instances.yaks.citrusframework.org"]'
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
repository: https://github.com/citrusframework/yaks
support: Citrus Framework
name: yaks-operator.v0.6.0-SNAPSHOT
name: yaks-operator.v0.7.0-SNAPSHOT
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -118,8 +118,8 @@ spec:
minKubeVersion: 1.16.0
provider:
name: Citrus Framework
replaces: yaks-operator.v0.4.0
replaces: yaks-operator.v0.6.0
selector:
matchLabels:
name: yaks-operator
version: 0.6.0-SNAPSHOT
version: 0.7.0-SNAPSHOT

0 comments on commit d63aec9

Please sign in to comment.