Skip to content

Commit 945b17d

Browse files
committed
Merge branch 'main' into fabric8-native-leader-election
2 parents b8e7d18 + db9a00e commit 945b17d

File tree

54 files changed

+63
-63
lines changed

Some content is hidden

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

54 files changed

+63
-63
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# if: github.repository_owner == 'spring-cloud'
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
with:
2121
ref: docs-build
2222
fetch-depth: 1

.github/workflows/maven.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828

2929
- name: checkout project
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131

3232
- name: set env variables
3333
uses: ./.github/workflows/composites/env-variables
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104

105105
- name: checkout project
106-
uses: actions/checkout@v5
106+
uses: actions/checkout@v6
107107

108108
- name: clean space
109109
uses: ./.github/workflows/composites/clean-space
@@ -147,7 +147,7 @@ jobs:
147147
steps:
148148

149149
- name: checkout project
150-
uses: actions/checkout@v5
150+
uses: actions/checkout@v6
151151

152152
- name: clean space
153153
uses: ./.github/workflows/composites/clean-space
@@ -184,7 +184,7 @@ jobs:
184184
steps:
185185

186186
- name: checkout project
187-
uses: actions/checkout@v5
187+
uses: actions/checkout@v6
188188

189189
- name: compute and save running time of tests
190190
uses: ./.github/workflows/composites/test-times
@@ -196,7 +196,7 @@ jobs:
196196
steps:
197197

198198
- name: checkout project
199-
uses: actions/checkout@v5
199+
uses: actions/checkout@v6
200200

201201
- name: compute and save running time of tests
202202
uses: ./.github/workflows/composites/test-times

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"antora": "3.2.0-alpha.10",
3+
"antora": "3.2.0-alpha.11",
44
"@antora/atlas-extension": "1.0.0-alpha.5",
55
"@antora/collector-extension": "1.0.2",
66
"@asciidoctor/tabs": "1.0.0-beta.6",

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.cloud</groupId>
1010
<artifactId>spring-cloud-kubernetes</artifactId>
11-
<version>5.0.0-SNAPSHOT</version>
11+
<version>5.0.1-SNAPSHOT</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414
<packaging>jar</packaging>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
<parent>
2626
<groupId>org.springframework.cloud</groupId>
2727
<artifactId>spring-cloud-build</artifactId>
28-
<version>5.0.0-SNAPSHOT</version>
28+
<version>5.0.1-SNAPSHOT</version>
2929
<relativePath/>
3030
</parent>
3131

3232
<artifactId>spring-cloud-kubernetes</artifactId>
33-
<version>5.0.0-SNAPSHOT</version>
33+
<version>5.0.1-SNAPSHOT</version>
3434
<packaging>pom</packaging>
3535
<name>Spring Cloud Kubernetes</name>
3636
<description>Spring Cloud Kubernetes</description>
@@ -92,9 +92,9 @@
9292
<failsafe-reports-directory>failsafe-reports</failsafe-reports-directory>
9393
<!-- Dependency Versions -->
9494
<mockito-inline.version>4.8.1</mockito-inline.version>
95-
<spring-cloud-commons.version>5.0.0-SNAPSHOT</spring-cloud-commons.version>
96-
<spring-cloud-config.version>5.0.0-SNAPSHOT</spring-cloud-config.version>
97-
<spring-cloud-bus.version>5.0.0-SNAPSHOT</spring-cloud-bus.version>
95+
<spring-cloud-commons.version>5.0.1-SNAPSHOT</spring-cloud-commons.version>
96+
<spring-cloud-config.version>5.0.1-SNAPSHOT</spring-cloud-config.version>
97+
<spring-cloud-bus.version>5.0.1-SNAPSHOT</spring-cloud-bus.version>
9898

9999
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
100100
<maven-checkstyle-plugin.failsOnViolation>true

spring-cloud-kubernetes-client-autoconfig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-cloud-kubernetes</artifactId>
77
<groupId>org.springframework.cloud</groupId>
8-
<version>5.0.0-SNAPSHOT</version>
8+
<version>5.0.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

spring-cloud-kubernetes-client-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-cloud-kubernetes</artifactId>
77
<groupId>org.springframework.cloud</groupId>
8-
<version>5.0.0-SNAPSHOT</version>
8+
<version>5.0.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

spring-cloud-kubernetes-client-discovery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>spring-cloud-kubernetes</artifactId>
77
<groupId>org.springframework.cloud</groupId>
8-
<version>5.0.0-SNAPSHOT</version>
8+
<version>5.0.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

spring-cloud-kubernetes-client-loadbalancer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>spring-cloud-kubernetes</artifactId>
77
<groupId>org.springframework.cloud</groupId>
88

9-
<version>5.0.0-SNAPSHOT</version>
9+
<version>5.0.1-SNAPSHOT</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

spring-cloud-kubernetes-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-kubernetes</artifactId>
8-
<version>5.0.0-SNAPSHOT</version>
8+
<version>5.0.1-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)