Skip to content

Commit 87ce9b7

Browse files
committed
Prepare for v1.6.0 release
Signed-off-by: Mahe Tardy <[email protected]>
1 parent 1feb7bf commit 87ce9b7

File tree

7 files changed

+29
-20
lines changed

7 files changed

+29
-20
lines changed

contrib/upgrade-notes/latest.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,7 @@ Depending on your setup, changes listed here might require a manual intervention
1111

1212
### Helm Values
1313

14-
* The `tetragonOperator.securityContext` field has been deprecated in favor of
15-
`tetragonOperator.containerSecurityContext` for clarity. The old field is
16-
still supported for backward compatibility but might be removed in a future
17-
release. Users should migrate their configurations to use the new field.
18-
19-
* The Tetragon Operator now defaults to running as a non-root user (UID 65532)
20-
for improved security. A new `tetragonOperator.runAsRoot` option has been
21-
added to override this behavior and run as root when needed. Set
22-
`tetragonOperator.runAsRoot: true` to maintain the previous root-based
23-
behavior if required.
14+
* TBD
2415

2516
### TracingPolicy (k8s CRD)
2617

contrib/upgrade-notes/v1.6.0.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Upgrade notes
2+
3+
Read the upgrade notes carefully before upgrading Tetragon.
4+
Depending on your setup, changes listed here might require a manual intervention.
5+
6+
### Helm Values
7+
8+
* The `tetragonOperator.securityContext` field has been deprecated in favor of
9+
`tetragonOperator.containerSecurityContext` for clarity. The old field is
10+
still supported for backward compatibility but might be removed in a future
11+
release. Users should migrate their configurations to use the new field.
12+
13+
* The Tetragon Operator now defaults to running as a non-root user (UID 65532)
14+
for improved security. A new `tetragonOperator.runAsRoot` option has been
15+
added to override this behavior and run as root when needed. Set
16+
`tetragonOperator.runAsRoot: true` to maintain the previous root-based
17+
behavior if required.
18+

docs/config/_default/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ demo_app_url = "https://raw.githubusercontent.com/cilium/cilium/v1.15.3/examples
196196
# Used in the "version-banner" partial to display a version number for the
197197
# current doc set.
198198
# renovate: datasource=docker depName=quay.io/cilium/tetragon
199-
version = "v1.6.0-rc.1"
199+
version = "v1.6.0"
200200

201201
[params.search.algolia]
202202
appId = "UI18HE156K"

docs/content/en/docs/reference/helm-chart.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/kubernetes/tetragon/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: tetragon
33
description: Helm chart for Tetragon
44
type: application
55
# renovate: datasource=docker depName=quay.io/cilium/tetragon
6-
version: 1.6.0-rc.1
6+
version: 1.6.0
77
icon: https://tetragon.io/images/tetragon-shield.png
88
# This is the version number of the application being deployed. This version number should be
99
# incremented each time you make changes to the application. Versions are not expected to
1010
# follow Semantic Versioning. They should reflect the version the application is using.
1111
# renovate: datasource=docker depName=quay.io/cilium/tetragon
12-
appVersion: 1.6.0-rc.1
12+
appVersion: 1.6.0

install/kubernetes/tetragon/README.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/kubernetes/tetragon/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tetragon:
4141
image:
4242
override: ~
4343
repository: quay.io/cilium/tetragon
44-
tag: v1.6.0-rc.1
44+
tag: v1.6.0
4545
resources: {}
4646
extraArgs: {}
4747
extraEnv: []
@@ -316,7 +316,7 @@ tetragonOperator:
316316
image:
317317
override: ~
318318
repository: quay.io/cilium/tetragon-operator
319-
tag: v1.6.0-rc.1
319+
tag: v1.6.0
320320
pullPolicy: IfNotPresent
321321
# -- Extra volumes for the Tetragon Operator Deployment.
322322
extraVolumes: []

0 commit comments

Comments
 (0)