Skip to content

Commit

Permalink
Add release notes for 23.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jul 20, 2023
1 parent 3733136 commit b48cb26
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions source/partials/release_notes/_release-23-2-0.md.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<h4>Enhancements</h4>

* <%= link_to_issue 11629 %>, <%= link_to_issue 11633, 'Ability to store/retrieve session state within GoCD plugins to facilitate secure OIDC' %>
* <%= link_to_issue 11578, 'Starting this release, Debian 12 / Bookworm based container images for GoCD Agent are' %> <%= link_to 'available', 'https://hub.docker.com/r/gocd/gocd-agent-debian-12' %>.
* <%= link_to_issue 11578, 'Starting this release, Alpine 3.18 based container images for GoCD Agent are' %> <%= link_to 'available', 'https://hub.docker.com/r/gocd/gocd-agent-alpine-3.18' %>.
* <%= link_to_issue 11578, 'Build the default GoCD Server image on Alpine 3.18' %>
* <%= link_to_issue 11405, 'Reduce size/security attack surface of CentOS Stream 9 based container images (requires use of microdnf instead of dnf)' %>
* <%= link_to_issue 11472 %>, <%= link_to_issue 11449 %>, <%= link_to_issue 11473 %>, <%= link_to_issue 11626 %>, <%= link_to_issue 11627 %>, <%= link_to_issue 11625, 'Reduce size of UI bundles by removing dead assets, unnecessary legacy Javascript and minifying additional dependencies' %>
* <%= link_to_issue 11535, 'Improve pipeline config tab switch confirmation dialog message' %>
* <%= link_to_issue 11663, 'Improve user experience when managing Pluggable SCMs with Auto Update' %>
* <%= link_to_issue 11664, 'Improve error messages during config repo material validation' %>

<h4>Bug fixes</h4>

* <%= link_to_issue 11544, 'Pipeline config deep links from Pluggable SCMs and Elastic Agents don\'t work as expected' %>
* <%= link_to_issue 11773, 'Fix import of nant_path from nant config repo tasks' %>
* <%= link_to_issue 11772, 'Fix export to config repo of fetch artifact tasks without pipeline name set' %>
* <%= link_to_issue 11634, 'Avoid wiping entire wrapper-properties.conf within server container entrypoint' %>
* <%= link_to_issue 11652, 'Fix font display consistency across views' %>
* <%= link_to_issue 2822, 'Fix logging ERROR noise from url rewriting logic' %>
* <%= link_to_issue 11548, 'go-agent 23.1.0 does not start when system tmp dir has a noexec mount' %>
* <%= link_to_issue 11399, 'GoCD Artifacts tab doesn\'t show artifacts whose name starts with a dot' %>
* <%= link_to_issue 11513, 'Remove misleading reporting of agent "creating properties" in console logs' %>
* <%= link_to_issue 11378 %>, <%= link_to_issue 11406, 'gocd-agent-docker-dind:v23.1.0 image can sometimes fail docker tasks run after agent start' %>
* <%= link_to_issue 11376, 'Remove unnecessary bloat within CentOS 7 arm64 agent container image' %>


<h4>Security Fixes</h4>

We regularly fix security issues reported by security researchers & upgrade dependencies to mitigate known vulnerabilities.
Upgrading to the latest release is always recommended.

There are no security fixes specifically known to affect GoCD included in this release.

<h4>APIs</h4>

Improvements, deprecations and breaking changes in the API and plugin API have been moved to their respective changelogs
- <%= link_to_versioned_api '23.2.0','changes-in-23-2-0', 'API changelog for 23.2.0' %> and
<%= link_to_versioned_plugin_api '23.2.0','changes-in-gocd-23-2-0', 'Plugin API changelog for 23.2.0' %>.

<h4>Contributors</h4>

<%= [
"Aravind SV",
"Chad Wilson",
"FeltIP",
"James McNee",
"Jeroen Oortwijn",
"Ketan Padegaonkar",
].sort.uniq.join(', ')
%>

<h4>Note</h4>

A more comprehensive list of changes for this release can be found <%= link_to_full_changelog 'here.', 'Release 23.2.0' %>

Found a security issue that needs fixing? Please report it to <%= link_to 'https://hackerone.com/gocd', 'https://hackerone.com/gocd' %>

Please report any issues that you observe on [GitHub issues](https://github.com/gocd/gocd/issues).

0 comments on commit b48cb26

Please sign in to comment.