Skip to content

Commit 4b33fd7

Browse files
committed
Prepare for v1.2.1 release
Signed-off-by: Anastasios Papagiannis <tasos.papagiannnis@gmail.com>
1 parent 2147e2a commit 4b33fd7

File tree

6 files changed

+36
-10
lines changed

6 files changed

+36
-10
lines changed

contrib/upgrade-notes/v1.2.1.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
* TBD
7+
8+
### Agent Options
9+
10+
* TBD
11+
12+
### Helm Values
13+
14+
* TBD
15+
16+
### TracingPolicy (k8s CRD)
17+
18+
* TBD
19+
20+
### Events (protobuf API)
21+
22+
* TBD
23+
24+
### Metrics
25+
26+
* TBD

docs/config/_default/hugo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ demo_app_url = "https://raw.githubusercontent.com/cilium/cilium/v1.15.3/examples
118118
# Used in the "version-banner" partial to display a version number for the
119119
# current doc set.
120120
# renovate: datasource=docker depName=quay.io/cilium/tetragon
121-
version = "v1.2.0"
121+
version = "v1.2.1"
122122

123123
[params.search.algolia]
124124
appId = "UI18HE156K"

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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/kubernetes/tetragon/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: tetragon
33
description: Helm chart for Tetragon
44
type: application
5-
version: 1.2.0
5+
version: 1.2.1
66
# This is the version number of the application being deployed. This version number should be
77
# incremented each time you make changes to the application. Versions are not expected to
88
# follow Semantic Versioning. They should reflect the version the application is using.
9-
appVersion: 1.2.0
9+
appVersion: 1.2.1

install/kubernetes/tetragon/README.md

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/kubernetes/tetragon/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ tetragon:
4040
image:
4141
override: ~
4242
repository: quay.io/cilium/tetragon
43-
tag: v1.2.0
43+
tag: v1.2.1
4444
resources: {}
4545
extraArgs: {}
4646
extraEnv: []
@@ -272,7 +272,7 @@ tetragonOperator:
272272
image:
273273
override: ~
274274
repository: quay.io/cilium/tetragon-operator
275-
tag: v1.2.0
275+
tag: v1.2.1
276276
pullPolicy: IfNotPresent
277277
# -- Extra volumes for the Tetragon Operator Deployment.
278278
extraVolumes: []

0 commit comments

Comments
 (0)