Skip to content

Commit e4ddf55

Browse files
committed
[RELEASE] Updated project version to v6.12.1
Signed-off-by: Marc Nuri <[email protected]>
1 parent 0164956 commit e4ddf55

File tree

156 files changed

+160
-165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+160
-165
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ body:
4848
description: Fabric8 Kubernetes Client version (can be found in pom.xml dependency or build.gradle implementation section)
4949
options:
5050
- "SNAPSHOT"
51-
- "6.12.0"
51+
- "6.12.1"
5252
- "6.11.0"
5353
- "6.10.0"
5454
- "6.9.2"

CHANGELOG.md

Lines changed: 4 additions & 9 deletions

chaos-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.fabric8</groupId>
2323
<artifactId>kubernetes-client-project</artifactId>
24-
<version>6.13-SNAPSHOT</version>
24+
<version>6.12.1</version>
2525
</parent>
2626

2727
<artifactId>chaos-tests</artifactId>

crd-generator/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>crd-generator-parent</artifactId>
2424
<groupId>io.fabric8</groupId>
25-
<version>6.13-SNAPSHOT</version>
25+
<version>6.12.1</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

crd-generator/apt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>crd-generator-parent</artifactId>
2424
<groupId>io.fabric8</groupId>
25-
<version>6.13-SNAPSHOT</version>
25+
<version>6.12.1</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

crd-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.fabric8</groupId>
2525
<artifactId>kubernetes-client-project</artifactId>
26-
<version>6.13-SNAPSHOT</version>
26+
<version>6.12.1</version>
2727
</parent>
2828

2929
<artifactId>crd-generator-parent</artifactId>

crd-generator/test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>crd-generator-parent</artifactId>
2424
<groupId>io.fabric8</groupId>
25-
<version>6.13-SNAPSHOT</version>
25+
<version>6.12.1</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

extensions/certmanager/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.fabric8</groupId>
2424
<artifactId>certmanager-extension-pom</artifactId>
25-
<version>6.13-SNAPSHOT</version>
25+
<version>6.12.1</version>
2626
</parent>
2727

2828
<artifactId>certmanager-client</artifactId>

extensions/certmanager/examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.fabric8</groupId>
2424
<artifactId>certmanager-extension-pom</artifactId>
25-
<version>6.13-SNAPSHOT</version>
25+
<version>6.12.1</version>
2626
</parent>
2727

2828
<artifactId>certmanager-examples</artifactId>

extensions/certmanager/model-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>io.fabric8</groupId>
2424
<artifactId>certmanager-extension-pom</artifactId>
25-
<version>6.13-SNAPSHOT</version>
25+
<version>6.12.1</version>
2626
</parent>
2727

2828
<artifactId>certmanager-model-v1</artifactId>

0 commit comments

Comments
 (0)