You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/partials/release_notes/_release-24-1-0.md.erb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ If you are interested in making this a configurable option to add back the old b
21
21
Java 17 was released in September 2021, and has had complete support within GoCD since version 22.1.0, over 2 years ago.
22
22
Since then it has been packaged with both GoCD container images & installers by default.
23
23
24
-
This has proven to be be very stable, so to reduce maintenance overhead we are now making Java 17 the minimum supported
24
+
This has proven to be very stable, so to reduce maintenance overhead we are now making Java 17 the minimum supported
25
25
version.
26
26
27
27
If you are _aiming for minimal agent/server downtime_ in an upgrade to GoCD 24.1.0+, you can do so by following:
@@ -31,9 +31,9 @@ If you are _aiming for minimal agent/server downtime_ in an upgrade to GoCD 24.1
31
31
- If your agents are using GoCD 22.1.0+ from _other install approaches_, they are already Java 17-compatible, _if your server is 21.4.0+_. Ensure they are running with Java 17+.
32
32
1. Ensure your existing server is running with Java 17+.
33
33
- If your server is using GoCD 22.1.0+ from _official GoCD containers or packages_ (RPM, deb)s there is _nothing extra to do_. These already package and run Java 17+.
34
-
- If your server is using GoCD 21.4.0+ from _other install approaches_, is is already Java 17-compatible, _if your server is 21.4.0+_. Ensure they are running with Java 17+.
34
+
- If your server is using GoCD 21.4.0+ from _other install approaches_, it is already Java 17-compatible, _if your server is 21.4.0+_. Ensure they are running with Java 17+.
35
35
1. Upgrade your server to GoCD 24.1.0 without worry about Java issues.
36
-
- Older agents running Java 17+ will re-start automatically against a GoCD 24.1.0 server.
36
+
- Older agents running Java 17+ will restart automatically against a GoCD 24.1.0 server.
37
37
- You can now validate your installation and agents are working fine.
38
38
1. (Optionally) You can now upgrade your agents to GoCD 24.1.0 whenever you choose.
39
39
- Technically GoCD agent installs are only a "bootstrapper" which downloads the matching agent code from the server for
Copy file name to clipboardExpand all lines: source/partials/release_notes/_release-25-4-0.md.erb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ begin to see warnings after upgrade, you may want to review whether your customi
18
18
<h4>Container image volume tweaks</h4>
19
19
20
20
For performance reasons, the server and agent container images now declare anonymous volumes for their primary writable directories
21
-
(`/go-working-dir` and `/godata`) on both server and agents. This _should be backward compatiblew_ for the vast
21
+
(`/go-working-dir` and `/godata`) on both server and agents. This _should be backward compatible_ for the vast
22
22
majority of users.
23
23
24
24
Previously GoCD would use the writeable overlay filesystem to store working data if users did not mount volumes themselves.
@@ -28,7 +28,7 @@ images for most people, especially those running elastic agents; and containers
28
28
29
29
These volumes will be automatically removed by Kubernetes with either static or elastic agents, and by the <%=link_to'Docker Elastic Agent plugin','https://github.com/gocd-contrib/docker-elastic-agents-plugin'%>.
30
30
However, if you are running the GoCD Server or static agents on Docker (or similar) directly, you may need to <%=link_to'ensure anonymous volumes are cleaned up','https://docs.docker.com/engine/storage/volumes/'%>
31
-
or replace with bind mount volumes to avoid accumlation of volumes over time.
31
+
or replace with bind mount volumes to avoid accumulation of volumes over time.
32
32
33
33
Note that while not publicly documented, agents previously used `/go` as their working directory, which was changed to
34
34
`/go-working-dir`; consistent with the server. If you were previously intentionally mounting a volume at `/go`, you
0 commit comments