Skip to content

Commit f0004df

Browse files
sarahalsmillerhc-github-team-consul-coredhiaayachi
authored
Rebase 1.20.0 rc (#21775)
* Backport of Stage rc release into release/1.20.x (#21772) backport of commit d311f2b Co-authored-by: Sarah Alsmiller <[email protected]> * Backport of Upgrade ubi image to 9.4 into release/1.20.x (#21773) * backport of commit 888e302 * backport of commit 17499dc * backport of commit d933d37 --------- Co-authored-by: Dhia Ayachi <[email protected]> Co-authored-by: sarahalsmiller <[email protected]> * updated changelog * Update CHANGELOG.md --------- Co-authored-by: hc-github-team-consul-core <[email protected]> Co-authored-by: Dhia Ayachi <[email protected]>
1 parent a6ebb5e commit f0004df

File tree

3 files changed

+35
-1
lines changed

3 files changed

+35
-1
lines changed

.changelog/21750.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
security: upgrade ubi base image to 9.4
3+
```

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 1.20.0-rc1 (September 19, 2024)
2+
3+
SECURITY:
4+
5+
* Explicitly set 'Content-Type' header to mitigate XSS vulnerability. [[GH-21704](https://github.com/hashicorp/consul/issues/21704)]
6+
* Implement HTML sanitization for user-generated content to prevent XSS attacks in the UI. [[GH-21711](https://github.com/hashicorp/consul/issues/21711)]
7+
* UI: Remove codemirror linting due to package dependency [[GH-21726](https://github.com/hashicorp/consul/issues/21726)]
8+
* Upgrade Go to use 1.22.7. This addresses CVE
9+
[CVE-2024-34155](https://nvd.nist.gov/vuln/detail/CVE-2024-34155) [[GH-21705](https://github.com/hashicorp/consul/issues/21705)]
10+
* Upgrade to support aws/aws-sdk-go `v1.55.5 or higher`. This resolves CVEs
11+
[CVE-2020-8911](https://nvd.nist.gov/vuln/detail/cve-2020-8911) and
12+
[CVE-2020-8912](https://nvd.nist.gov/vuln/detail/cve-2020-8912). [[GH-21684](https://github.com/hashicorp/consul/issues/21684)]
13+
* ui: Pin a newer resolution of Braces [[GH-21710](https://github.com/hashicorp/consul/issues/21710)]
14+
* ui: Pin a newer resolution of Codemirror [[GH-21715](https://github.com/hashicorp/consul/issues/21715)]
15+
* ui: Pin a newer resolution of Markdown-it [[GH-21717](https://github.com/hashicorp/consul/issues/21717)]
16+
* ui: Pin a newer resolution of ansi-html [[GH-21735](https://github.com/hashicorp/consul/issues/21735)]
17+
18+
FEATURES:
19+
20+
* server: remove v2 tenancy, catalog, and mesh experiments [[GH-21592](https://github.com/hashicorp/consul/issues/21592)]
21+
22+
IMPROVEMENTS:
23+
24+
* security: upgrade ubi base image to 9.4 [[GH-21750](https://github.com/hashicorp/consul/issues/21750)]
25+
* connect: Add Envoy 1.31 and 1.30 to support matrix [[GH-21616](https://github.com/hashicorp/consul/issues/21616)]
26+
27+
BUG FIXES:
28+
29+
* jwt-provider: change dns lookup family from the default of AUTO which would prefer ipv6 to ALL if LOGICAL_DNS is used or PREFER_IPV4 if STRICT_DNS is used to gracefully handle transitions to ipv6. [[GH-21703](https://github.com/hashicorp/consul/issues/21703)]
30+
31+
132
## 1.19.2 (August 26, 2024)
233

334
SECURITY:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ CMD ["agent", "-dev", "-client", "0.0.0.0"]
203203

204204
# Red Hat UBI-based image
205205
# This target is used to build a Consul image for use on OpenShift.
206-
FROM registry.access.redhat.com/ubi9-minimal:9.3 as ubi
206+
FROM registry.access.redhat.com/ubi9-minimal:9.4 as ubi
207207

208208
ARG PRODUCT_VERSION
209209
ARG PRODUCT_REVISION

0 commit comments

Comments
 (0)