Skip to content

Commit

Permalink
Prepare for v1.1.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Kornilios Kourtis <[email protected]>
  • Loading branch information
kkourt committed Jun 11, 2024
1 parent 6a98dee commit 20ebb39
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 17 deletions.
10 changes: 5 additions & 5 deletions contrib/upgrade-notes/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ Depending on your setup, changes listed here might require a manual intervention

* TBD

#### Agent Options
### Agent Options

* TBD

#### Helm Values
### Helm Values

* TBD

#### TracingPolicy (k8s CRD)
### TracingPolicy (k8s CRD)

* TBD

#### Events (protobuf API)
### Events (protobuf API)

* TBD

#### Metrics
### Metrics

* TBD
21 changes: 21 additions & 0 deletions contrib/upgrade-notes/v1.1.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Upgrade notes for version v1.1.1

### 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.0"
version = "v1.1.1"

[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.0
version: 1.1.1
# 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.0
appVersion: 1.1.1
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.0
tag: v1.1.1
resources: {}
extraArgs: {}
extraEnv: []
Expand Down Expand Up @@ -265,7 +265,7 @@ tetragonOperator:
image:
override: ~
repository: quay.io/cilium/tetragon-operator
tag: v1.1.0
tag: v1.1.1
pullPolicy: IfNotPresent
# -- Extra volumes for the Tetragon Operator Deployment.
extraVolumes: []
Expand Down

0 comments on commit 20ebb39

Please sign in to comment.