Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Jan 13, 2022
1 parent 15caea7 commit c2889de
Show file tree
Hide file tree
Showing 30 changed files with 578 additions and 32 deletions.
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.8.0-SNAPSHOT
image: docker.io/citrusframework/yaks:0.8.0
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.8.0-SNAPSHOT
containerImage: docker.io/citrusframework/yaks:0.8.0
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.8.0-SNAPSHOT
name: yaks-operator.v0.8.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -122,4 +122,4 @@ spec:
selector:
matchLabels:
name: yaks-operator
version: 0.8.0-SNAPSHOT
version: 0.8.0
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.8.0-SNAPSHOT
containerImage: docker.io/citrusframework/yaks:0.8.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.8.0-SNAPSHOT
name: yaks-operator.v0.8.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.8.0-SNAPSHOT
image: docker.io/citrusframework/yaks:0.8.0
imagePullPolicy: IfNotPresent
name: yaks-operator
resources: {}
Expand Down Expand Up @@ -376,4 +376,4 @@ spec:
selector:
matchLabels:
name: yaks-operator
version: 0.8.0-SNAPSHOT
version: 0.8.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.8.0-SNAPSHOT
- currentCSV: yaks-operator.v0.8.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.8.0-SNAPSHOT |link:/yaks/reference/0.8.0-SNAPSHOT/html/index.html[HTML] |link:/yaks/reference/0.8.0-SNAPSHOT/pdf/yaks-reference-0.8.0-SNAPSHOT.pdf[PDF]
|0.8.0 |link:/yaks/reference/0.8.0/html/index.html[HTML] |link:/yaks/reference/0.8.0/pdf/yaks-reference-0.8.0.pdf[PDF]
|0.7.0 |link:/yaks/reference/0.7.0/html/index.html[HTML] |link:/yaks/reference/0.7.0/pdf/yaks-reference-0.7.0.pdf[PDF]
|0.6.0 |link:/yaks/reference/0.6.0/html/index.html[HTML] |link:/yaks/reference/0.6.0/pdf/yaks-reference-0.6.0.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]
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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.0</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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT</version>
<version>0.8.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.8.0-SNAPSHOT"
Version = "0.8.0"

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

0 comments on commit c2889de

Please sign in to comment.