Skip to content

Commit 7782aba

Browse files
authored
Update FIPS proxy version references to 1.1.28 (#2777)
Update FIPS proxy version references to 1.1.28 chore: update datadog gpu manifest Merge branch 'main' into maxime.chambre/update-fips-image-tag-1.1.28 Co-authored-by: maxime.chambre <maxime.chambre@datadoghq.com>
1 parent 7c4c215 commit 7782aba

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

charts/datadog/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Datadog changelog
22

3+
## 3.230.1
4+
5+
* Update `fips.image.tag` to `1.1.28` fixing CVEs and updating packages.
6+
7+
38
## 3.230.0
49

510
* Bump Datadog Operator chart dependency to 2.24.0.

charts/datadog/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
apiVersion: v1
33
name: datadog
4-
version: 3.230.0
4+
version: 3.230.1
55
appVersion: "7"
66
description: Datadog Agent
77
keywords:

charts/datadog/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Datadog
22

3-
![Version: 3.230.0](https://img.shields.io/badge/Version-3.230.0-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
3+
![Version: 3.230.1](https://img.shields.io/badge/Version-3.230.1-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
44

55
> [!WARNING]
66
> The Datadog Operator is now enabled by default since version [3.157.0](https://github.com/DataDog/helm-charts/blob/main/charts/datadog/CHANGELOG.md#31570) to collect chart metadata for display in [Fleet Automation](https://docs.datadoghq.com/agent/fleet_automation/). We are aware of issues affecting some environments and are actively working on fixes. We apologize for the inconvenience and appreciate your patience while we address these issues.
@@ -1050,7 +1050,7 @@ helm install <RELEASE_NAME> \
10501050
| fips.image.name | string | `"fips-proxy"` | |
10511051
| fips.image.pullPolicy | string | `"IfNotPresent"` | Datadog the FIPS sidecar image pull policy |
10521052
| fips.image.repository | string | `nil` | Override default registry + image.name for the FIPS sidecar container. |
1053-
| fips.image.tag | string | `"1.1.27"` | Define the FIPS sidecar container version to use. |
1053+
| fips.image.tag | string | `"1.1.28"` | Define the FIPS sidecar container version to use. |
10541054
| fips.local_address | string | `"127.0.0.1"` | Set local IP address. This setting is only used for the fips-proxy sidecar. |
10551055
| fips.port | int | `9803` | Specifies which port is used by the containers to communicate to the FIPS sidecar. This setting is only used for the fips-proxy sidecar. |
10561056
| fips.portRange | int | `15` | Specifies the number of ports used, defaults to 13 https://github.com/DataDog/datadog-agent/blob/7.44.x/pkg/config/config.go#L1564-L1577. This setting is only used for the fips-proxy sidecar. |

charts/datadog/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@ fips:
20942094
name: fips-proxy
20952095

20962096
# fips.image.tag -- Define the FIPS sidecar container version to use.
2097-
tag: 1.1.27
2097+
tag: 1.1.28
20982098

20992099
# fips.image.pullPolicy -- Datadog the FIPS sidecar image pull policy
21002100
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)