Skip to content

Commit

Permalink
Release v0.12.1 (#173)
Browse files Browse the repository at this point in the history
* Release v0.12.1

* namefix

---------

Co-authored-by: Spyros Synodinos <[email protected]>
Co-authored-by: Spyros Synodinos <[email protected]>
  • Loading branch information
3 people authored Oct 23, 2024
1 parent 7df6850 commit 966e464
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.12.1] - 2024-10-23

### Added

- Added enable/disable switch on `tbot` components
Expand Down Expand Up @@ -166,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.0] - 2023-08-09

[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.12.0...HEAD
[Unreleased]: https://github.com/giantswarm/teleport-operator/compare/v0.12.1...HEAD
[0.12.1]: https://github.com/giantswarm/teleport-operator/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/giantswarm/teleport-operator/compare/v0.11.2...v0.12.0
[0.11.2]: https://github.com/giantswarm/teleport-operator/compare/v0.11.1...v0.11.2
[0.11.1]: https://github.com/giantswarm/teleport-operator/compare/v0.11.0...v0.11.1
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: teleport-operator
version: 0.12.0
version: 0.12.1
description: "Teleport operator"
home: "https://github.com/giantswarm/teleport-operator"
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/templates/tbot-configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.tbot-deployment.enabled }}
{{- if .Values.tbotDeployment.enabled }}
apiVersion: v1
kind: ConfigMap
metadata:
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/templates/tbot-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.tbot-deployment.enabled }}
{{- if .Values.tbotDeployment.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/templates/tbot-networkpolicy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.tbot-deployment.enabled }}
{{- if .Values.tbotDeployment.enabled }}
{{- if .Values.ciliumNetworkPolicy.enabled }}
apiVersion: cilium.io/v2
kind: CiliumNetworkPolicy
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
}
}
},
"tbot-deployment": {
"tbotDeployment": {
"type": "object",
"properties": {
"enabled": {
Expand Down
2 changes: 1 addition & 1 deletion helm/teleport-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ tbot:
enabled: false

# Enables `teleport-operator-tbot` deployment
tbot-deployment:
tbotDeployment:
enabled: true

0 comments on commit 966e464

Please sign in to comment.