Skip to content

Commit d206537

Browse files
committed
Update to 4.1.2
1 parent d3aa683 commit d206537

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
jvm-version: ${{ matrix.jvmVersion }}
4545
jvm-type: ${{ matrix.jvmType }}
4646
registry: ${{ needs.build-vars.outputs.registry }}
47+
secrets: inherit
4748

4849
update-docker-hub-description:
4950
name: Update Docker Hub README

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ jobs:
6262
image-jvm-type: ${{ inputs.jvm-type }}
6363
registry: ${{ inputs.registry }}
6464
tags: ${{ needs.docker-tags.outputs.tags }}
65+
secrets: inherit

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ A docker image of [Spring Cloud Config Server](https://docs.spring.io/spring-clo
99
[![License](https://img.shields.io/github/license/hyness/spring-cloud-config-server)](https://www.apache.org/licenses/LICENSE-2.0.html)
1010

1111
### Supported tags
12-
* `4.1.1-jre17`, `4.1-jre17`, `jre17`, `4.1.1`, `4.1`, `latest`
13-
* `4.1.1-jdk17`, `4.1-jdk17`, `jdk17`
14-
* `4.1.1-jre21`, `4.1-jre21`, `jre21`
15-
* `4.1.1-jdk21`, `4.1-jdk21`, `jdk21`
12+
* `4.1.2-jre17`, `4.1-jre17`, `jre17`, `4.1.2`, `4.1`, `latest`
13+
* `4.1.2-jdk17`, `4.1-jdk17`, `jdk17`
14+
* `4.1.2-jre21`, `4.1-jre21`, `jre21`
15+
* `4.1.2-jdk21`, `4.1-jdk21`, `jdk21`
1616

1717
#### Build updates for 4.x
1818
* *Based on Spring Cloud Config Server 4.x & Spring Boot 3.x which is based on Java 17 baseline*
1919
* *Some configuration has changed since 3.x, [see the updated examples](https://github.com/hyness/spring-cloud-config-server/tree/main/examples)*
2020
* *Default image is based on Java 17.*
21-
* *JRE builds are now available and the default for latest, 4.1, 4.1.1*
21+
* *JRE builds are now available and the default for latest, 4.1, 4.1.2*
2222

2323
### Usage
2424
```

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[versions]
22
aws = "2.17.195"
3-
kotlin = "1.9.23"
3+
kotlin = "1.9.24"
44
kotlin-logging = "6.0.3"
5-
spring-boot = "3.2.4"
6-
spring-cloud = "2023.0.1"
7-
spring-cloud-config = "4.1.1"
5+
spring-boot = "3.2.6"
6+
spring-cloud = "2023.0.2"
7+
spring-cloud-config = "4.1.4"
88

99
[plugins]
1010
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)