Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Aug 26, 2021
1 parent 21b788b commit 394dbaa
Show file tree
Hide file tree
Showing 27 changed files with 541 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ metadata:
capabilities: Full Lifecycle
categories: Integration & Delivery
certified: "false"
containerImage: docker.io/citrusframework/yaks:0.5.0-SNAPSHOT
containerImage: docker.io/citrusframework/yaks:0.5.0
createdAt: "2020-09-25T02:45:00Z"
description: YAKS is a platform to enable Cloud Native BDD testing on Kubernetes.
repository: https://github.com/citrusframework/yaks
support: Citrus Framework
name: yaks-operator.v0.5.0-SNAPSHOT
name: yaks-operator.v0.5.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -153,7 +153,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/citrusframework/yaks:0.5.0-SNAPSHOT
image: docker.io/citrusframework/yaks:0.5.0
imagePullPolicy: IfNotPresent
name: yaks-operator
resources: {}
Expand Down Expand Up @@ -376,4 +376,4 @@ spec:
selector:
matchLabels:
name: yaks-operator
version: 0.5.0-SNAPSHOT
version: 0.5.0
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.5.0-SNAPSHOT
- currentCSV: yaks-operator.v0.5.0
name: alpha
defaultChannel: alpha
packageName: yaks
2 changes: 1 addition & 1 deletion java/docs/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hesitate to contact us. Find below the reference documentation for the latest YA
|Version |HTML |PDF

|Latest |link:/yaks/reference/html/index.html[HTML] |link:/yaks/reference/pdf/yaks-reference.pdf[PDF]
|0.5.0-SNAPSHOT |link:/yaks/reference/0.5.0-SNAPSHOT/html/index.html[HTML] |link:/yaks/reference/0.5.0-SNAPSHOT/pdf/yaks-reference-0.5.0-SNAPSHOT.pdf[PDF]
|0.5.0 |link:/yaks/reference/0.5.0/html/index.html[HTML] |link:/yaks/reference/0.5.0/pdf/yaks-reference-0.5.0.pdf[PDF]
|0.4.0 |link:/yaks/reference/0.4.0/html/index.html[HTML] |link:/yaks/reference/0.4.0/pdf/yaks-reference-0.4.0.pdf[PDF]
|0.3.0 |link:/yaks/reference/0.3.0/html/index.html[HTML] |link:/yaks/reference/0.3.0/pdf/yaks-reference-0.3.0.pdf[PDF]
|0.2.0 |link:/yaks/reference/0.2.0/html/index.html[HTML] |link:/yaks/reference/0.2.0/pdf/yaks-reference-0.2.0.pdf[PDF]
Expand Down
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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</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.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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.5.0-SNAPSHOT"
Version = "0.5.0"

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

0 comments on commit 394dbaa

Please sign in to comment.