Skip to content

Commit

Permalink
Prepare for release v.0.12.x (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdkshingala authored Nov 25, 2022
1 parent 3d7f0ba commit 6a21c44
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/content/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords:
---

```mdx-code-block
export const apertureVersion = "0.11.0";
export const apertureVersion = "0.12.0";
```

```mdx-code-block
Expand Down
4 changes: 2 additions & 2 deletions manifests/charts/aperture-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: aperture-agent
description: A Helm chart to deploy Aperture Agent
version: v0.11.0
appVersion: v0.11.0
version: v0.12.0
appVersion: v0.12.0
icon: https://raw.githubusercontent.com/fluxninja/aperture/gh-pages/FluxNinja--main--logo--ICON.svg
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions manifests/charts/aperture-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: aperture-controller
description: A Helm chart to deploy Aperture Controller
version: v0.11.0
appVersion: v0.11.0
version: v0.12.0
appVersion: v0.12.0
icon: https://raw.githubusercontent.com/fluxninja/aperture/gh-pages/FluxNinja--main--logo--ICON.svg
dependencies:
- name: common
Expand Down
4 changes: 2 additions & 2 deletions manifests/charts/istioconfig/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: istioconfig
description: A Helm chart that deploys Aperture Envoy Filter via Istio
type: application
version: v0.11.0
appVersion: v0.11.0
version: v0.12.0
appVersion: v0.12.0
icon: https://raw.githubusercontent.com/fluxninja/aperture/gh-pages/FluxNinja--main--logo--ICON.svg

0 comments on commit 6a21c44

Please sign in to comment.