Skip to content

Commit 6fb0dc7

Browse files
authored
Bump EKS wrapper chart version to 0.1.24 (#2606)
1 parent 088f6ad commit 6fb0dc7

5 files changed

Lines changed: 142 additions & 14 deletions

File tree

marketplaces/addon_manifest.yaml

Lines changed: 134 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ metadata:
77
namespace: datadog-agent
88
labels:
99
app.kubernetes.io/name: datadog-operator
10-
helm.sh/chart: datadog-operator-2.17.0
10+
helm.sh/chart: datadog-operator-2.18.1
1111
app.kubernetes.io/instance: operator-eks-addon
12-
app.kubernetes.io/version: "1.22.0"
12+
app.kubernetes.io/version: "1.23.1"
1313
app.kubernetes.io/managed-by: eks-addon
1414
---
1515
# Source: operator-eks-addon/charts/datadog-operator/charts/datadogCRDs/templates/datadoghq.com_datadogagentinternals_v1.yaml
@@ -20,7 +20,7 @@ metadata:
2020
controller-gen.kubebuilder.io/version: v0.17.3
2121
name: datadogagentinternals.datadoghq.com
2222
labels:
23-
helm.sh/chart: 'datadogCRDs-2.15.0'
23+
helm.sh/chart: 'datadogCRDs-2.16.0'
2424
app.kubernetes.io/managed-by: eks-addon
2525
app.kubernetes.io/name: 'datadogCRDs'
2626
app.kubernetes.io/instance: 'operator-eks-addon'
@@ -1238,6 +1238,14 @@ spec:
12381238
Enabled enables Cloud Workload Security.
12391239
Default: false
12401240
type: boolean
1241+
enforcement:
1242+
properties:
1243+
enabled:
1244+
description: |-
1245+
Enabled enables Enforcement for Cloud Workload Security.
1246+
Default: true
1247+
type: boolean
1248+
type: object
12411249
network:
12421250
properties:
12431251
enabled:
@@ -2024,6 +2032,11 @@ spec:
20242032
Enabled enables the OTel Agent Gateway.
20252033
Default: false
20262034
type: boolean
2035+
featureGates:
2036+
description: |-
2037+
FeatureGates are the feature gates to pass to the OTel collector as a comma-separated list.
2038+
Example: "component.UseLocalHostAsDefaultHost,connector.datadogconnector.NativeIngest"
2039+
type: string
20272040
ports:
20282041
description: |-
20292042
Ports contains the ports that the OTel Collector is listening on.
@@ -8002,6 +8015,54 @@ spec:
80028015
x-kubernetes-list-map-keys:
80038016
- type
80048017
x-kubernetes-list-type: map
8018+
otelAgentGateway:
8019+
description: The actual state of the OTel Agent Gateway as a deployment.
8020+
properties:
8021+
availableReplicas:
8022+
description: Total number of available pods (ready for at least minReadySeconds) targeted by this Deployment.
8023+
format: int32
8024+
type: integer
8025+
currentHash:
8026+
description: CurrentHash is the stored hash of the Deployment.
8027+
type: string
8028+
deploymentName:
8029+
description: DeploymentName corresponds to the name of the Deployment.
8030+
type: string
8031+
generatedToken:
8032+
description: |-
8033+
GeneratedToken corresponds to the generated token if any token was provided in the Credential configuration when ClusterAgent is
8034+
enabled.
8035+
type: string
8036+
lastUpdate:
8037+
description: LastUpdate is the last time the status was updated.
8038+
format: date-time
8039+
type: string
8040+
readyReplicas:
8041+
description: Total number of ready pods targeted by this Deployment.
8042+
format: int32
8043+
type: integer
8044+
replicas:
8045+
description: Total number of non-terminated pods targeted by this Deployment (their labels match the selector).
8046+
format: int32
8047+
type: integer
8048+
state:
8049+
description: State corresponds to the Deployment state.
8050+
type: string
8051+
status:
8052+
description: Status corresponds to the Deployment computed status.
8053+
type: string
8054+
unavailableReplicas:
8055+
description: |-
8056+
Total number of unavailable pods targeted by this Deployment. This is the total number of
8057+
pods that are still required for the Deployment to have 100% available capacity. They may
8058+
either be pods that are running but not yet available or pods that still have not been created.
8059+
format: int32
8060+
type: integer
8061+
updatedReplicas:
8062+
description: Total number of non-terminated pods targeted by this Deployment that have the desired template spec.
8063+
format: int32
8064+
type: integer
8065+
type: object
80058066
remoteConfigConfiguration:
80068067
description: RemoteConfigConfiguration stores the configuration received from RemoteConfig.
80078068
properties:
@@ -9170,6 +9231,14 @@ spec:
91709231
Enabled enables Cloud Workload Security.
91719232
Default: false
91729233
type: boolean
9234+
enforcement:
9235+
properties:
9236+
enabled:
9237+
description: |-
9238+
Enabled enables Enforcement for Cloud Workload Security.
9239+
Default: true
9240+
type: boolean
9241+
type: object
91739242
network:
91749243
properties:
91759244
enabled:
@@ -9956,6 +10025,11 @@ spec:
995610025
Enabled enables the OTel Agent Gateway.
995710026
Default: false
995810027
type: boolean
10028+
featureGates:
10029+
description: |-
10030+
FeatureGates are the feature gates to pass to the OTel collector as a comma-separated list.
10031+
Example: "component.UseLocalHostAsDefaultHost,connector.datadogconnector.NativeIngest"
10032+
type: string
995910033
ports:
996010034
description: |-
996110035
Ports contains the ports that the OTel Collector is listening on.
@@ -10330,7 +10404,7 @@ metadata:
1033010404
controller-gen.kubebuilder.io/version: v0.17.3
1033110405
name: datadogagents.datadoghq.com
1033210406
labels:
10333-
helm.sh/chart: 'datadogCRDs-2.15.0'
10407+
helm.sh/chart: 'datadogCRDs-2.16.0'
1033410408
app.kubernetes.io/managed-by: eks-addon
1033510409
app.kubernetes.io/name: 'datadogCRDs'
1033610410
app.kubernetes.io/instance: 'operator-eks-addon'
@@ -10986,6 +11060,11 @@ spec:
1098611060
type: boolean
1098711061
enabled:
1098811062
type: boolean
11063+
enforcement:
11064+
properties:
11065+
enabled:
11066+
type: boolean
11067+
type: object
1098911068
network:
1099011069
properties:
1099111070
enabled:
@@ -11430,6 +11509,8 @@ spec:
1143011509
type: object
1143111510
enabled:
1143211511
type: boolean
11512+
featureGates:
11513+
type: string
1143311514
ports:
1143411515
items:
1143511516
properties:
@@ -14470,6 +14551,37 @@ spec:
1447014551
x-kubernetes-list-map-keys:
1447114552
- type
1447214553
x-kubernetes-list-type: map
14554+
otelAgentGateway:
14555+
properties:
14556+
availableReplicas:
14557+
format: int32
14558+
type: integer
14559+
currentHash:
14560+
type: string
14561+
deploymentName:
14562+
type: string
14563+
generatedToken:
14564+
type: string
14565+
lastUpdate:
14566+
format: date-time
14567+
type: string
14568+
readyReplicas:
14569+
format: int32
14570+
type: integer
14571+
replicas:
14572+
format: int32
14573+
type: integer
14574+
state:
14575+
type: string
14576+
status:
14577+
type: string
14578+
unavailableReplicas:
14579+
format: int32
14580+
type: integer
14581+
updatedReplicas:
14582+
format: int32
14583+
type: integer
14584+
type: object
1447314585
remoteConfigConfiguration:
1447414586
properties:
1447514587
features:
@@ -15087,6 +15199,11 @@ spec:
1508715199
type: boolean
1508815200
enabled:
1508915201
type: boolean
15202+
enforcement:
15203+
properties:
15204+
enabled:
15205+
type: boolean
15206+
type: object
1509015207
network:
1509115208
properties:
1509215209
enabled:
@@ -15531,6 +15648,8 @@ spec:
1553115648
type: object
1553215649
enabled:
1553315650
type: boolean
15651+
featureGates:
15652+
type: string
1553415653
ports:
1553515654
items:
1553615655
properties:
@@ -15742,7 +15861,7 @@ metadata:
1574215861
controller-gen.kubebuilder.io/version: v0.17.3
1574315862
name: datadogmetrics.datadoghq.com
1574415863
labels:
15745-
helm.sh/chart: 'datadogCRDs-2.15.0'
15864+
helm.sh/chart: 'datadogCRDs-2.16.0'
1574615865
app.kubernetes.io/managed-by: eks-addon
1574715866
app.kubernetes.io/name: 'datadogCRDs'
1574815867
app.kubernetes.io/instance: 'operator-eks-addon'
@@ -15870,7 +15989,7 @@ metadata:
1587015989
controller-gen.kubebuilder.io/version: v0.17.3
1587115990
name: datadogpodautoscalers.datadoghq.com
1587215991
labels:
15873-
helm.sh/chart: 'datadogCRDs-2.15.0'
15992+
helm.sh/chart: 'datadogCRDs-2.16.0'
1587415993
app.kubernetes.io/managed-by: eks-addon
1587515994
app.kubernetes.io/name: 'datadogCRDs'
1587615995
app.kubernetes.io/instance: 'operator-eks-addon'
@@ -17606,9 +17725,9 @@ metadata:
1760617725
name: operator-eks-addon-datadog-operator
1760717726
labels:
1760817727
app.kubernetes.io/name: datadog-operator
17609-
helm.sh/chart: datadog-operator-2.17.0
17728+
helm.sh/chart: datadog-operator-2.18.1
1761017729
app.kubernetes.io/instance: operator-eks-addon
17611-
app.kubernetes.io/version: "1.22.0"
17730+
app.kubernetes.io/version: "1.23.1"
1761217731
app.kubernetes.io/managed-by: eks-addon
1761317732
rules:
1761417733
- nonResourceURLs:
@@ -18104,9 +18223,9 @@ metadata:
1810418223
namespace: datadog-agent
1810518224
labels:
1810618225
app.kubernetes.io/name: datadog-operator
18107-
helm.sh/chart: datadog-operator-2.17.0
18226+
helm.sh/chart: datadog-operator-2.18.1
1810818227
app.kubernetes.io/instance: operator-eks-addon
18109-
app.kubernetes.io/version: "1.22.0"
18228+
app.kubernetes.io/version: "1.23.1"
1811018229
app.kubernetes.io/managed-by: eks-addon
1811118230
spec:
1811218231
replicas: 1
@@ -18132,7 +18251,7 @@ spec:
1813218251
serviceAccountName: operator-eks-addon-datadog-operator
1813318252
containers:
1813418253
- name: datadog-operator
18135-
image: "709825985650.dkr.ecr.us-east-1.amazonaws.com/datadog/operator:1.22.0"
18254+
image: "709825985650.dkr.ecr.us-east-1.amazonaws.com/datadog/operator:1.23.1"
1813618255
imagePullPolicy: IfNotPresent
1813718256
env:
1813818257
- name: WATCH_NAMESPACE
@@ -18147,6 +18266,10 @@ spec:
1814718266
valueFrom:
1814818267
fieldRef:
1814918268
fieldPath: metadata.name
18269+
- name: POD_NAMESPACE
18270+
valueFrom:
18271+
fieldRef:
18272+
fieldPath: metadata.namespace
1815018273
- name: DD_TOOL_VERSION
1815118274
value: eks-addon
1815218275
args:

marketplaces/charts/operator-eks-addon/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.24
4+
5+
* Release for Operator 1.23.1
6+
37
## 0.1.23
48

59
* Release for Operator 1.22.0

marketplaces/charts/operator-eks-addon/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: operator-eks-addon
3-
version: 0.1.23
3+
version: 0.1.24
44
appVersion: 0.1.0
55
description: Datadog Operator Wrapper
66
home: https://www.datadoghq.com
@@ -11,4 +11,4 @@ maintainers:
1111
dependencies:
1212
- name: datadog-operator
1313
alias: datadog-operator
14-
version: 2.17.0
14+
version: 2.18.1

marketplaces/charts/operator-eks-addon/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This is a wrapper chart for installing EKS add-on. Charts required for the add-o
1919
| 0.1.20 | 2.15.2 | 2.13.1 | 1.20.0 | 7.72.1 | 7.72.1 |
2020
| 0.1.21 | 2.16.0 | 2.14.0 | 1.21.0 | 7.73.0 | 7.73.0 |
2121
| 0.1.23 | 2.17.0 | 2.15.0 | 1.22.0 | 7.74.0 | 7.74.0 |
22+
| 0.1.24 | 2.18.1 | 2.16.0 | 1.23.1 | 7.75.0 | 7.75.0 |
2223

2324
* 0.1.8 failed validation and didn't go through.
2425
* 0.1.11 failed validation and didn't go through.

marketplaces/charts/operator-eks-addon/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ datadog-operator:
55
datadogMonitors: false
66
image:
77
repository: 709825985650.dkr.ecr.us-east-1.amazonaws.com/datadog/operator
8-
tag: 1.22.0
8+
tag: 1.23.1
99
operatorMetricsEnabled: false

0 commit comments

Comments
 (0)