Skip to content

Commit

Permalink
Update to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyness committed Dec 17, 2024
1 parent 34b1c27 commit 3b93632
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@ A docker image of [Spring Cloud Config Server](https://docs.spring.io/spring-clo
[![License](https://img.shields.io/github/license/hyness/spring-cloud-config-server)](https://www.apache.org/licenses/LICENSE-2.0.html)

### Supported tags
* `4.1.4-jre17`, `4.1-jre17`, `jre17`, `4.1.4`, `4.1`, `latest`
* `4.1.4-jdk17`, `4.1-jdk17`, `jdk17`
* `4.1.4-jre21`, `4.1-jre21`, `jre21`
* `4.1.4-jdk21`, `4.1-jdk21`, `jdk21`

#### Build updates for 4.x
* *Based on Spring Cloud Config Server 4.x & Spring Boot 3.x which is based on Java 17 baseline*
* *Some configuration has changed since 3.x, [see the updated examples](https://github.com/hyness/spring-cloud-config-server/tree/main/examples)*
* *Default image is based on Java 17.*
* *JRE builds are now available and the default for latest, 4.1, 4.1.4*
* `4.2.0-jre17`, `4.2-jre17`, `jre17`, `4.2.0`, `4.2`, `latest`
* `4.2.0-jdk17`, `4.2-jdk17`, `jdk17`
* `4.2.0-jre21`, `4.2-jre21`, `jre21`
* `4.2.0-jdk21`, `4.2-jdk21`, `jdk21`

### Usage
```
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
aws = "2.17.195"
kotlin = "1.9.25"
kotlin-logging = "6.0.3"
spring-boot = "3.2.12"
spring-cloud = "2023.0.3"
spring-cloud-config = "4.1.4"
kotlin-logging = "7.0.3"
spring-boot = "3.4.0"
spring-cloud = "2024.0.0"
spring-cloud-config = "4.2.0"

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

0 comments on commit 3b93632

Please sign in to comment.