Skip to content

Commit

Permalink
Update to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hyness committed Jun 10, 2024
1 parent d3aa683 commit d206537
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
jvm-version: ${{ matrix.jvmVersion }}
jvm-type: ${{ matrix.jvmType }}
registry: ${{ needs.build-vars.outputs.registry }}
secrets: inherit

update-docker-hub-description:
name: Update Docker Hub README
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ jobs:
image-jvm-type: ${{ inputs.jvm-type }}
registry: ${{ inputs.registry }}
tags: ${{ needs.docker-tags.outputs.tags }}
secrets: inherit
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ 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.1-jre17`, `4.1-jre17`, `jre17`, `4.1.1`, `4.1`, `latest`
* `4.1.1-jdk17`, `4.1-jdk17`, `jdk17`
* `4.1.1-jre21`, `4.1-jre21`, `jre21`
* `4.1.1-jdk21`, `4.1-jdk21`, `jdk21`
* `4.1.2-jre17`, `4.1-jre17`, `jre17`, `4.1.2`, `4.1`, `latest`
* `4.1.2-jdk17`, `4.1-jdk17`, `jdk17`
* `4.1.2-jre21`, `4.1-jre21`, `jre21`
* `4.1.2-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.1*
* *JRE builds are now available and the default for latest, 4.1, 4.1.2*

### 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.23"
kotlin = "1.9.24"
kotlin-logging = "6.0.3"
spring-boot = "3.2.4"
spring-cloud = "2023.0.1"
spring-cloud-config = "4.1.1"
spring-boot = "3.2.6"
spring-cloud = "2023.0.2"
spring-cloud-config = "4.1.4"

[plugins]
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit d206537

Please sign in to comment.