Skip to content

Commit 42522ab

Browse files
authored
Bump main branch to 1.1.0-SNAPSHOT (#12661)
Signed-off-by: Jakub Scholz <www@scholzj.com>
1 parent 1f16674 commit 42522ab

21 files changed

Lines changed: 30 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 1.1.0
4+
5+
* _Nothing here yet, but we will surely develop something new pretty soon_ 😉
6+
7+
### Major changes, deprecations, and removals
8+
9+
* n/a
10+
11+
312
## 1.0.0
413

514
* Use the `v1` API in the Cluster Operator

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.strimzi</groupId>
66
<artifactId>strimzi</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.1.0-SNAPSHOT</version>
88
</parent>
99
<name>Strimzi API</name>
1010
<modelVersion>4.0.0</modelVersion>

certificate-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.1.0-SNAPSHOT</version>
99
</parent>
1010
<name>Strimzi Certificates Manager</name>
1111
<modelVersion>4.0.0</modelVersion>

cluster-operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.strimzi</groupId>
66
<artifactId>strimzi</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.1.0-SNAPSHOT</version>
88
</parent>
99
<name>Strimzi Cluster Operator</name>
1010
<modelVersion>4.0.0</modelVersion>

config-model-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.1.0-SNAPSHOT</version>
99
</parent>
1010
<name>Kafka Configuration Model generator</name>
1111
<modelVersion>4.0.0</modelVersion>

config-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.1.0-SNAPSHOT</version>
99
</parent>
1010
<name>Kafka Configuration Model</name>
1111
<modelVersion>4.0.0</modelVersion>

crd-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.1.0-SNAPSHOT</version>
99
</parent>
1010
<name>Strimzi CRD annotations</name>
1111
<modelVersion>4.0.0</modelVersion>

crd-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.1.0-SNAPSHOT</version>
99
</parent>
1010
<name>Strimzi CRD generator</name>
1111
<modelVersion>4.0.0</modelVersion>

documentation/shared/attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
:toclevels: 2
1515

1616
//Latest Strimzi version
17-
:ProductVersion: 1.0.0
18-
:ProductVersionPrevious: 0.51.0
17+
:ProductVersion: 1.1.0
18+
:ProductVersionPrevious: 1.0.0
1919

2020
// Kubernetes versions
2121
:KubernetesVersion: 1.30 and later

kafka-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>strimzi</artifactId>
77
<groupId>io.strimzi</groupId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.1.0-SNAPSHOT</version>
99
</parent>
1010
<name>Kafka HTTP Agent</name>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)