Skip to content

Commit 48a6c3e

Browse files
authored
Prep v2 release/1.21.1 (#22354)
* fix: changelog for xDS load-balancing * update: ubi9-minimal to 9.6 in Dockerfile * update: suppress ubi9 container CVEs * update: suppress ubi9 container CVEs * remove: .github/workflows in reusable-conditional-skip
1 parent 7072471 commit 48a6c3e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/workflows/reusable-conditional-skip.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
grafana/**
5353
.changelog/**
5454
.github/CODEOWNERS
55+
.release/security-scan.hcl
5556
- name: Print changed files
5657
env:
5758
SKIPPABLE_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}

.release/security-scan.hcl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@ container {
4949
"CVE-2022-49043", # libxml2@0:2.9.13-6.el9_5.2
5050
"CVE-2025-46394",
5151
"CVE-2024-58251",
52-
"CVE-2025-47268"
52+
"CVE-2025-47268",
53+
"CVE-2025-31115",
54+
"CVE-2024-57970",
55+
"CVE-2025-3277",
56+
"CVE-2025-24528",
57+
"CVE-2024-12133",
58+
"CVE-2024-12243"
5359
]
5460
paths = [
5561
"internal/tools/proto-gen-rpc-glue/e2e/consul/*",

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FEATURES:
44

55
* xds: Extend LUA Script support for API Gateway [[GH-22321](https://github.com/hashicorp/consul/issues/22321)]
6-
* xds: provided a configurable to value to diable XDS session load balancing so that cases where there is a load balancer in front of the consul servers can disable the internal load balancing
6+
* xds: Added a configurable option to disable XDS session load balancing, intended for scenarios where an external load balancer is used in front of Consul servers, making internal load balancing unnecessary.
77

88
IMPROVEMENTS:
99

Dockerfile

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

218218
# Red Hat UBI-based image
219219
# This target is used to build a Consul image for use on OpenShift.
220-
FROM registry.access.redhat.com/ubi9-minimal:9.5 as ubi
220+
FROM registry.access.redhat.com/ubi9-minimal:9.6 as ubi
221221

222222
ARG PRODUCT_VERSION
223223
ARG PRODUCT_REVISION

0 commit comments

Comments
 (0)