Skip to content

Commit

Permalink
Prepare for v1.1.2 release
Browse files Browse the repository at this point in the history
Since v1.1.1 was never completed, I've copied the upgrade notes from
1.1.1 to 1.1.2.

Signed-off-by: Kornilios Kourtis <[email protected]>
  • Loading branch information
kkourt committed Jun 12, 2024
1 parent 1f780c5 commit 2d8f943
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 12 deletions.
21 changes: 21 additions & 0 deletions contrib/upgrade-notes/v1.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Upgrade notes for version v1.1.2

### Helm

The default livenessProbe was changed to use a gRPC liveness probe instead of the tetra status
command.

Users can migrate to the old behavior by using a helm configuration such as:
```
tetragon:
livenessProbe:
timeoutSeconds: 60
exec:
command:
- tetra
- status
- --server-address
- "54321"
- --retries
- "5"
```
6 changes: 3 additions & 3 deletions docs/content/en/docs/reference/helm-chart.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ demo_app_url = "https://raw.githubusercontent.com/cilium/cilium/v1.15.3/examples
# Used in the "version-banner" partial to display a version number for the
# current doc set.
# renovate: datasource=docker depName=quay.io/cilium/tetragon
version = "v1.1.1"
version = "v1.1.2"

[params.search.algolia]
appId = "UI18HE156K"
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/tetragon/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: tetragon
description: Helm chart for Tetragon
type: application
version: 1.1.1
version: 1.1.2
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.1.1
appVersion: 1.1.2
8 changes: 4 additions & 4 deletions install/kubernetes/tetragon/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions install/kubernetes/tetragon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tetragon:
image:
override: ~
repository: quay.io/cilium/tetragon
tag: v1.1.1
tag: v1.1.2
resources: {}
extraArgs: {}
extraEnv: []
Expand Down Expand Up @@ -265,7 +265,7 @@ tetragonOperator:
image:
override: ~
repository: quay.io/cilium/tetragon-operator
tag: v1.1.1
tag: v1.1.2
pullPolicy: IfNotPresent
# -- Extra volumes for the Tetragon Operator Deployment.
extraVolumes: []
Expand Down

0 comments on commit 2d8f943

Please sign in to comment.