Skip to content

Commit

Permalink
Use next snapshot version 0.18.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Oct 27, 2023
1 parent e1d3dd0 commit 4b0a756
Show file tree
Hide file tree
Showing 34 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION := 0.17.0-SNAPSHOT
SNAPSHOT_VERSION := 0.17.0-SNAPSHOT
VERSION := 0.18.0-SNAPSHOT
SNAPSHOT_VERSION := 0.18.0-SNAPSHOT
OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
LAST_RELEASED_IMAGE_NAME := yaks-operator
LAST_RELEASED_VERSION := 0.16.0
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.17.0-SNAPSHOT
image: docker.io/citrusframework/yaks:0.18.0-SNAPSHOT
command:
- yaks
- operator
Expand Down
6 changes: 3 additions & 3 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.17.0-SNAPSHOT
containerImage: docker.io/citrusframework/yaks:0.18.0-SNAPSHOT
createdAt: 2023-04-26T20:37:25Z
description: YAKS is a platform to enable Cloud Native BDD testing on Kubernetes.
operators.operatorframework.io/builder: operator-sdk-v1.28.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.v0.17.0-SNAPSHOT
name: yaks.v0.18.0-SNAPSHOT
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -123,4 +123,4 @@ spec:
selector:
matchLabels:
name: yaks-operator
version: 0.17.0-SNAPSHOT
version: 0.18.0-SNAPSHOT
2 changes: 1 addition & 1 deletion config/manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ resources:
images:
- name: docker.io/citrusframework/yaks
newName: docker.io/citrusframework/yaks
newTag: 0.17.0-SNAPSHOT
newTag: 0.18.0-SNAPSHOT
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ metadata:
capabilities: Full Lifecycle
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/citrusframework/yaks:0.17.0-SNAPSHOT
containerImage: docker.io/citrusframework/yaks:0.18.0-SNAPSHOT
createdAt: "2023-04-26T20:37:31Z"
description: YAKS is a platform to enable Cloud Native BDD testing on Kubernetes.
operators.operatorframework.io/builder: operator-sdk-v1.28.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.17.0-SNAPSHOT
name: yaks-operator.v0.18.0-SNAPSHOT
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -175,7 +175,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/citrusframework/yaks:0.17.0-SNAPSHOT
image: docker.io/citrusframework/yaks:0.18.0-SNAPSHOT
imagePullPolicy: IfNotPresent
name: yaks-operator
resources: {}
Expand Down Expand Up @@ -435,4 +435,4 @@ spec:
selector:
matchLabels:
name: yaks-operator
version: 0.17.0-SNAPSHOT
version: 0.18.0-SNAPSHOT
2 changes: 1 addition & 1 deletion deploy/olm-catalog/yaks/yaks.package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# ---------------------------------------------------------------------------

channels:
- currentCSV: yaks-operator.v0.17.0-SNAPSHOT
- currentCSV: yaks-operator.v0.18.0-SNAPSHOT
name: alpha
defaultChannel: alpha
packageName: yaks
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<name>YAKS</name>
<description>Platform to enable Cloud Native BDD testing on Kubernetes</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion java/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/runtime/yaks-runtime-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-runtime</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/runtime/yaks-runtime-maven/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<extension>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-maven-extension</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
</extension>
</extensions>
2 changes: 1 addition & 1 deletion java/runtime/yaks-runtime-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-runtime</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/steps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion java/steps/yaks-camel-k/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-steps</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/steps/yaks-camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-steps</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/steps/yaks-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-steps</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/steps/yaks-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-steps</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/steps/yaks-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-steps</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/steps/yaks-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-steps</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/steps/yaks-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-steps</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/steps/yaks-knative/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-steps</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/steps/yaks-kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-steps</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/steps/yaks-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-steps</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/steps/yaks-selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-steps</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/steps/yaks-standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-steps</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/steps/yaks-testcontainers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-steps</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/tools/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-tools</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/tools/maven/yaks-maven-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-maven</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-parent</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion java/tools/yaks-jbang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.citrusframework.yaks</groupId>
<artifactId>yaks-tools</artifactId>
<version>0.17.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions java/tools/yaks-jbang/src/main/java/main/YaksJBang.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

//JAVA 11+
//REPOS mavencentral
//DEPS org.citrusframework.yaks:yaks-parent:${yaks.jbang.version:0.17.0-SNAPSHOT}@pom
//DEPS org.citrusframework.yaks:yaks-jbang:${yaks.jbang.version:0.17.0-SNAPSHOT}
//DEPS org.citrusframework.yaks:yaks-runtime-core:${yaks.jbang.version:0.17.0-SNAPSHOT}
//DEPS org.citrusframework.yaks:yaks-parent:${yaks.jbang.version:0.18.0-SNAPSHOT}@pom
//DEPS org.citrusframework.yaks:yaks-jbang:${yaks.jbang.version:0.18.0-SNAPSHOT}
//DEPS org.citrusframework.yaks:yaks-runtime-core:${yaks.jbang.version:0.18.0-SNAPSHOT}
package main;

import org.citrusframework.yaks.jbang.YaksJBangMain;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static void run(String... args) {
.addSubcommand("ls", new CommandLine(new ListTests(main)))
.addSubcommand("completion", new CommandLine(new Complete(main)));

commandLine.getCommandSpec().versionProvider(() -> new String[] { "0.17.0-SNAPSHOT" });
commandLine.getCommandSpec().versionProvider(() -> new String[] { "0.18.0-SNAPSHOT" });

int exitCode = commandLine.execute(args);
System.exit(exitCode);
Expand Down
2 changes: 1 addition & 1 deletion pkg/util/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ package defaults

const (
// Version --
Version = "0.17.0-SNAPSHOT"
Version = "0.18.0-SNAPSHOT"

// LocalRepository --
LocalRepository = "/tmp/artifacts/m2"
Expand Down

0 comments on commit 4b0a756

Please sign in to comment.