Skip to content

Commit ab3a77c

Browse files
authored
DPS 4 Release Adjusts (#645)
1 parent d57172e commit ab3a77c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

RELEASE-NOTES.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## 3.33.0
1+
## 4.0.0
22
* Dependency Update: Upgraded Docker Java client library from 3.3.4 to 3.7.0 for latest features, bug fixes, and security updates.
3-
- Updated `docker-java-core` and `docker-java-transport-httpclient5` to version 3.7.0.
4-
- Updated Docker Remote API version from 1.24 to 1.44 (Docker Engine 29.x+) for modern Docker feature support.
3+
* Updated `docker-java-core` and `docker-java-transport-httpclient5` to version 3.7.0.
4+
* Updated Docker Remote API version from `1.24` to `1.44` to be compatible with the new latest Docker Engine `29.x+`
5+
6+
Breaking Changes
7+
* Docker Engine >= 25 is now required.
58

69
## 3.32.7
710
* Bugfix: Fixing domain env variable setting. #628

docs/content/1-getting-started/requirements/_index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ weight: 2
55

66
### Requirements
77
* Linux/Windows/Mac
8-
* Docker 1.21.x (Only if you run DPS using docker or want to solve docker containers hostname using DPS)
8+
* Docker 25 (Only if you run DPS using docker or want to solve docker containers hostname using DPS)
99
* Jre 21+ (When running the jar version)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.33.0-snapshot
1+
version=4.0.0-snapshot

0 commit comments

Comments
 (0)