Skip to content

Commit f2575e7

Browse files
committed
Release 0.18.0
1 parent f284428 commit f2575e7

File tree

37 files changed

+618
-60
lines changed

37 files changed

+618
-60
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ VERSION := 0.18.0-SNAPSHOT
1818
SNAPSHOT_VERSION := 0.18.0-SNAPSHOT
1919
OPERATOR_VERSION := $(subst -SNAPSHOT,,$(VERSION))
2020
LAST_RELEASED_IMAGE_NAME := yaks-operator
21-
LAST_RELEASED_VERSION := 0.17.1
21+
LAST_RELEASED_VERSION := 0.18.0
2222

2323
CONTROLLER_GEN_VERSION := v0.6.1
2424
CODEGEN_VERSION := v0.25.6

config/manager/operator-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
serviceAccountName: yaks-operator
3939
containers:
4040
- name: yaks-operator
41-
image: docker.io/citrusframework/yaks:0.18.0-SNAPSHOT
41+
image: docker.io/citrusframework/yaks:0.18.0
4242
command:
4343
- yaks
4444
- operator

config/manifests/bases/yaks.clusterserviceversion.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ metadata:
2121
capabilities: Full Lifecycle
2222
categories: Integration & Delivery
2323
certified: "false"
24-
containerImage: docker.io/citrusframework/yaks:0.18.0-SNAPSHOT
24+
containerImage: docker.io/citrusframework/yaks:0.18.0
2525
createdAt: 2023-04-26T20:37:25Z
2626
description: YAKS is a platform to enable Cloud Native BDD testing on Kubernetes.
2727
operators.operatorframework.io/builder: operator-sdk-v1.28.0
2828
operators.operatorframework.io/internal-objects: '["instances.yaks.citrusframework.org"]'
2929
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
3030
repository: https://github.com/citrusframework/yaks
3131
support: Citrus Framework
32-
name: yaks.v0.18.0-SNAPSHOT
32+
name: yaks.v0.18.0
3333
namespace: placeholder
3434
spec:
3535
apiservicedefinitions: {}
@@ -122,4 +122,4 @@ spec:
122122
selector:
123123
matchLabels:
124124
name: yaks-operator
125-
version: 0.18.0-SNAPSHOT
125+
version: 0.18.0

config/manifests/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ resources:
3131
images:
3232
- name: docker.io/citrusframework/yaks
3333
newName: docker.io/citrusframework/yaks
34-
newTag: 0.18.0-SNAPSHOT
34+
newTag: 0.18.0
File renamed without changes.
File renamed without changes.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ metadata:
5656
capabilities: Full Lifecycle
5757
categories: Integration & Delivery
5858
certified: "false"
59-
containerImage: docker.io/citrusframework/yaks:0.18.0-SNAPSHOT
59+
containerImage: docker.io/citrusframework/yaks:0.18.0
6060
createdAt: "2023-04-26T20:37:31Z"
6161
description: YAKS is a platform to enable Cloud Native BDD testing on Kubernetes.
6262
operators.operatorframework.io/builder: operator-sdk-v1.28.0
6363
operators.operatorframework.io/internal-objects: '["instances.yaks.citrusframework.org"]'
6464
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
6565
repository: https://github.com/citrusframework/yaks
6666
support: Citrus Framework
67-
name: yaks-operator.v0.18.0-SNAPSHOT
67+
name: yaks-operator.v0.18.0
6868
namespace: placeholder
6969
spec:
7070
apiservicedefinitions: {}
@@ -174,7 +174,7 @@ spec:
174174
valueFrom:
175175
fieldRef:
176176
fieldPath: metadata.namespace
177-
image: docker.io/citrusframework/yaks:0.18.0-SNAPSHOT
177+
image: docker.io/citrusframework/yaks:0.18.0
178178
imagePullPolicy: IfNotPresent
179179
name: yaks-operator
180180
resources: {}
@@ -434,4 +434,4 @@ spec:
434434
selector:
435435
matchLabels:
436436
name: yaks-operator
437-
version: 0.18.0-SNAPSHOT
437+
version: 0.18.0

deploy/olm-catalog/yaks/yaks.package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# ---------------------------------------------------------------------------
1616

1717
channels:
18-
- currentCSV: yaks-operator.v0.18.0-SNAPSHOT
18+
- currentCSV: yaks-operator.v0.18.0
1919
name: alpha
2020
defaultChannel: alpha
2121
packageName: yaks

java/bom/pom.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>org.citrusframework.yaks</groupId>
2222
<artifactId>yaks-bom</artifactId>
23-
<version>0.18.0-SNAPSHOT</version>
23+
<version>0.18.0</version>
2424
<packaging>pom</packaging>
2525
<name>YAKS :: BOM</name>
2626
<description>This Bill of Materials POM can be used to ease dependency management when referencing multiple YAKS artifacts using Gradle or Maven</description>
@@ -84,93 +84,93 @@
8484
<dependency>
8585
<groupId>org.citrusframework.yaks</groupId>
8686
<artifactId>yaks-standard</artifactId>
87-
<version>0.18.0-SNAPSHOT</version>
87+
<version>0.18.0</version>
8888
</dependency>
8989

9090
<!-- Steps modules -->
9191
<dependency>
9292
<groupId>org.citrusframework.yaks</groupId>
9393
<artifactId>yaks-camel</artifactId>
94-
<version>0.18.0-SNAPSHOT</version>
94+
<version>0.18.0</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>org.citrusframework.yaks</groupId>
9898
<artifactId>yaks-camel-k</artifactId>
99-
<version>0.18.0-SNAPSHOT</version>
99+
<version>0.18.0</version>
100100
</dependency>
101101
<dependency>
102102
<groupId>org.citrusframework.yaks</groupId>
103103
<artifactId>yaks-groovy</artifactId>
104-
<version>0.18.0-SNAPSHOT</version>
104+
<version>0.18.0</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>org.citrusframework.yaks</groupId>
108108
<artifactId>yaks-http</artifactId>
109-
<version>0.18.0-SNAPSHOT</version>
109+
<version>0.18.0</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.citrusframework.yaks</groupId>
113113
<artifactId>yaks-jdbc</artifactId>
114-
<version>0.18.0-SNAPSHOT</version>
114+
<version>0.18.0</version>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.citrusframework.yaks</groupId>
118118
<artifactId>yaks-jms</artifactId>
119-
<version>0.18.0-SNAPSHOT</version>
119+
<version>0.18.0</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>org.citrusframework.yaks</groupId>
123123
<artifactId>yaks-kafka</artifactId>
124-
<version>0.18.0-SNAPSHOT</version>
124+
<version>0.18.0</version>
125125
</dependency>
126126
<dependency>
127127
<groupId>org.citrusframework.yaks</groupId>
128128
<artifactId>yaks-knative</artifactId>
129-
<version>0.18.0-SNAPSHOT</version>
129+
<version>0.18.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.citrusframework.yaks</groupId>
133133
<artifactId>yaks-kubernetes</artifactId>
134-
<version>0.18.0-SNAPSHOT</version>
134+
<version>0.18.0</version>
135135
</dependency>
136136
<dependency>
137137
<groupId>org.citrusframework.yaks</groupId>
138138
<artifactId>yaks-openapi</artifactId>
139-
<version>0.18.0-SNAPSHOT</version>
139+
<version>0.18.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.citrusframework.yaks</groupId>
143143
<artifactId>yaks-selenium</artifactId>
144-
<version>0.18.0-SNAPSHOT</version>
144+
<version>0.18.0</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.citrusframework.yaks</groupId>
148148
<artifactId>yaks-testcontainers</artifactId>
149-
<version>0.18.0-SNAPSHOT</version>
149+
<version>0.18.0</version>
150150
</dependency>
151151

152152
<!-- Runtime -->
153153
<dependency>
154154
<groupId>org.citrusframework.yaks</groupId>
155155
<artifactId>yaks-runtime-core</artifactId>
156-
<version>0.18.0-SNAPSHOT</version>
156+
<version>0.18.0</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>org.citrusframework.yaks</groupId>
160160
<artifactId>yaks-runtime-maven</artifactId>
161-
<version>0.18.0-SNAPSHOT</version>
161+
<version>0.18.0</version>
162162
</dependency>
163163

164164
<!-- Tools -->
165165
<dependency>
166166
<groupId>org.citrusframework.yaks</groupId>
167167
<artifactId>yaks-maven-extension</artifactId>
168-
<version>0.18.0-SNAPSHOT</version>
168+
<version>0.18.0</version>
169169
</dependency>
170170
<dependency>
171171
<groupId>org.citrusframework.yaks</groupId>
172172
<artifactId>yaks-jbang</artifactId>
173-
<version>0.18.0-SNAPSHOT</version>
173+
<version>0.18.0</version>
174174
</dependency>
175175
</dependencies>
176176
</dependencyManagement>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>org.citrusframework.yaks</groupId>
2929
<artifactId>yaks-parent</artifactId>
30-
<version>0.18.0-SNAPSHOT</version>
30+
<version>0.18.0</version>
3131
<name>YAKS</name>
3232
<description>Platform to enable Cloud Native BDD testing on Kubernetes</description>
3333
<packaging>pom</packaging>

0 commit comments

Comments
 (0)