From b2de484340ea745b4dd25480d2de8db0f1d92b5f Mon Sep 17 00:00:00 2001 From: Anastasios Papagiannis Date: Fri, 1 Sep 2023 07:53:39 +0000 Subject: [PATCH] Prepare for v0.11.0 release Signed-off-by: Anastasios Papagiannis --- docs/content/en/docs/reference/helm-chart.md | 4 ++-- docs/hugo.toml | 2 +- install/kubernetes/Chart.yaml | 4 ++-- install/kubernetes/README.md | 6 +++--- install/kubernetes/values.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/content/en/docs/reference/helm-chart.md b/docs/content/en/docs/reference/helm-chart.md index 55d689d0af7..51a6b1935b7 100644 --- a/docs/content/en/docs/reference/helm-chart.md +++ b/docs/content/en/docs/reference/helm-chart.md @@ -89,7 +89,7 @@ To use [the values available](#values), with `helm install` or `helm upgrade`, u | tetragon.grpc.enabled | bool | `true` | Whether to enable exposing Tetragon gRPC. | | tetragon.image.override | string | `nil` | | | tetragon.image.repository | string | `"quay.io/cilium/tetragon"` | | -| tetragon.image.tag | string | `"v0.10.0"` | | +| tetragon.image.tag | string | `"v0.11.0"` | | | tetragon.processCacheSize | int | `65536` | | | tetragon.prometheus.address | string | `""` | The address at which to expose metrics. Set it to "" to expose on all available interfaces. | | tetragon.prometheus.enabled | bool | `true` | Whether to enable exposing Tetragon metrics. | @@ -99,7 +99,7 @@ To use [the values available](#values), with `helm install` or `helm upgrade`, u | tetragon.resources | object | `{}` | | | tetragon.securityContext.privileged | bool | `true` | | | tetragonOperator.enabled | bool | `true` | Enable the tetragon-operator component (required). | -| tetragonOperator.image | object | `{"override":null,"repository":"quay.io/cilium/tetragon-operator","suffix":"","tag":"v0.10.0"}` | tetragon-operator image. | +| tetragonOperator.image | object | `{"override":null,"repository":"quay.io/cilium/tetragon-operator","suffix":"","tag":"v0.11.0"}` | tetragon-operator image. | | tetragonOperator.skipCRDCreation | bool | `false` | | | tolerations[0].operator | string | `"Exists"` | | | updateStrategy | object | `{}` | | diff --git a/docs/hugo.toml b/docs/hugo.toml index 13020bfe096..8de6fb465c0 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -90,7 +90,7 @@ archived_version = false # The version number for the version of the docs represented in this doc set. # Used in the "version-banner" partial to display a version number for the # current doc set. -version = "v0.10.0" +version = "v0.11.0" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site. diff --git a/install/kubernetes/Chart.yaml b/install/kubernetes/Chart.yaml index b94f916b2f3..d8ecad6ec70 100644 --- a/install/kubernetes/Chart.yaml +++ b/install/kubernetes/Chart.yaml @@ -13,8 +13,8 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.10.0 +version: 0.11.0 # 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: 0.10.0 +appVersion: 0.11.0 diff --git a/install/kubernetes/README.md b/install/kubernetes/README.md index 5afd69ed7b1..097ef4490e7 100644 --- a/install/kubernetes/README.md +++ b/install/kubernetes/README.md @@ -1,6 +1,6 @@ # tetragon -![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.10.0](https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square) +![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.0](https://img.shields.io/badge/AppVersion-0.11.0-informational?style=flat-square) Helm chart for Tetragon @@ -72,7 +72,7 @@ Helm chart for Tetragon | tetragon.grpc.enabled | bool | `true` | Whether to enable exposing Tetragon gRPC. | | tetragon.image.override | string | `nil` | | | tetragon.image.repository | string | `"quay.io/cilium/tetragon"` | | -| tetragon.image.tag | string | `"v0.10.0"` | | +| tetragon.image.tag | string | `"v0.11.0"` | | | tetragon.processCacheSize | int | `65536` | | | tetragon.prometheus.address | string | `""` | The address at which to expose metrics. Set it to "" to expose on all available interfaces. | | tetragon.prometheus.enabled | bool | `true` | Whether to enable exposing Tetragon metrics. | @@ -82,7 +82,7 @@ Helm chart for Tetragon | tetragon.resources | object | `{}` | | | tetragon.securityContext.privileged | bool | `true` | | | tetragonOperator.enabled | bool | `true` | Enable the tetragon-operator component (required). | -| tetragonOperator.image | object | `{"override":null,"repository":"quay.io/cilium/tetragon-operator","suffix":"","tag":"v0.10.0"}` | tetragon-operator image. | +| tetragonOperator.image | object | `{"override":null,"repository":"quay.io/cilium/tetragon-operator","suffix":"","tag":"v0.11.0"}` | tetragon-operator image. | | tetragonOperator.skipCRDCreation | bool | `false` | | | tolerations[0].operator | string | `"Exists"` | | | updateStrategy | object | `{}` | | diff --git a/install/kubernetes/values.yaml b/install/kubernetes/values.yaml index 8fda28a3096..717d10453f0 100644 --- a/install/kubernetes/values.yaml +++ b/install/kubernetes/values.yaml @@ -49,7 +49,7 @@ tetragon: image: override: ~ repository: quay.io/cilium/tetragon - tag: v0.10.0 + tag: v0.11.0 resources: {} extraArgs: {} extraEnv: [] @@ -157,7 +157,7 @@ tetragonOperator: image: override: ~ repository: quay.io/cilium/tetragon-operator - tag: v0.10.0 + tag: v0.11.0 # tetragon-operator image-digest suffix: "" # Skip CRD creation.