Skip to content

Commit

Permalink
Merge pull request #227 from alexandrevilain/release/v0.9.1
Browse files Browse the repository at this point in the history
Release v0.9.1
  • Loading branch information
alexandrevilain committed Dec 23, 2022
2 parents 0d07e15 + 56e39ef commit 485ad85
Show file tree
Hide file tree
Showing 8 changed files with 54 additions and 9 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project are documented in this file.

## 0.9.1

**Release date:** 2022-12-24

Improvements:
- Add local development solution using tilt [#225](https://github.com/alexandrevilain/temporal-operator/pull/225)
- Cleanup APIs discovery codebase [#226](https://github.com/alexandrevilain/temporal-operator/pull/226)

Fixes:
- Add missing rule for servicemonitors in clusterrole [#221](https://github.com/alexandrevilain/temporal-operator/pull/221)
- Fix incorrect conversion between integers [#224](https://github.com/alexandrevilain/temporal-operator/pull/224)

Updates:
- Bump github.com/onsi/ginkgo/v2 from 2.6.0 to 2.6.1 [#219](https://github.com/alexandrevilain/temporal-operator/pull/219)
- Bump sigs.k8s.io/controller-runtime from 0.14.0 to 0.14.1 [#222](https://github.com/alexandrevilain/temporal-operator/pull/222)

## 0.9.0

**Release date:** 2022-12-19
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.1
17 changes: 14 additions & 3 deletions bundle/manifests/temporal-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ metadata:
containerImage: ghcr.io/alexandrevilain/temporal-operator:v0.9.0
operators.operatorframework.io/builder: operator-sdk-v1.23.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: temporal-operator.v0.9.0
name: temporal-operator.v0.9.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -266,6 +266,17 @@ spec:
- list
- update
- watch
- apiGroups:
- monitoring.coreos.com
resources:
- servicemonitors
verbs:
- create
- delete
- get
- list
- update
- watch
- apiGroups:
- networking.istio.io
resources:
Expand Down Expand Up @@ -426,7 +437,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/alexandrevilain/temporal-operator:v0.9.0
image: ghcr.io/alexandrevilain/temporal-operator:v0.9.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -517,4 +528,4 @@ spec:
provider:
name: Temporal Community
url: https://temporal.io/
version: 0.9.0
version: 0.9.1
4 changes: 3 additions & 1 deletion bundle/manifests/temporal.io_temporalclusterclients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: temporalclusterclients.temporal.io
spec:
Expand Down Expand Up @@ -44,6 +44,7 @@ spec:
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
type: object
x-kubernetes-map-type: atomic
required:
- clusterRef
type: object
Expand All @@ -60,6 +61,7 @@ spec:
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
type: object
x-kubernetes-map-type: atomic
serverName:
description: ServerName is the hostname returned by the certificate.
type: string
Expand Down
16 changes: 15 additions & 1 deletion bundle/manifests/temporal.io_temporalclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: temporalclusters.temporal.io
spec:
Expand Down Expand Up @@ -73,6 +73,7 @@ spec:
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
type: object
x-kubernetes-map-type: atomic
type: array
jobTtlSecondsAfterFinished:
default: 300
Expand Down Expand Up @@ -227,6 +228,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type:
description: Set the authentication
type. Defaults to Bearer, Basic will
Expand Down Expand Up @@ -261,6 +263,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
username:
description: The secret in the service
monitor namespace that contains the
Expand All @@ -284,6 +287,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
bearerTokenFile:
description: File to read bearer token for
Expand Down Expand Up @@ -314,6 +318,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
enableHttp2:
description: Whether to enable HTTP2.
type: boolean
Expand Down Expand Up @@ -454,6 +459,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
secret:
description: Secret containing data
to use for the targets.
Expand All @@ -477,6 +483,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
clientSecret:
description: The secret containing the
Expand All @@ -500,6 +507,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
endpointParams:
additionalProperties:
type: string
Expand Down Expand Up @@ -682,6 +690,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
secret:
description: Secret containing data
to use for the targets.
Expand All @@ -705,6 +714,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
caFile:
description: Path to the CA cert in
Expand Down Expand Up @@ -736,6 +746,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
secret:
description: Secret containing data
to use for the targets.
Expand All @@ -759,6 +770,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
certFile:
description: Path to the client cert
Expand Down Expand Up @@ -796,6 +808,7 @@ spec:
required:
- key
type: object
x-kubernetes-map-type: atomic
serverName:
description: Used to verify the hostname
for the targets.
Expand Down Expand Up @@ -911,6 +924,7 @@ spec:
"value". The requirements are ANDed.
type: object
type: object
x-kubernetes-map-type: atomic
targetLabels:
description: TargetLabels transfers labels from
the Kubernetes `Service` onto the created metrics.
Expand Down
3 changes: 2 additions & 1 deletion bundle/manifests/temporal.io_temporalnamespaces.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: temporalnamespaces.temporal.io
spec:
Expand Down Expand Up @@ -48,6 +48,7 @@ spec:
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
type: object
x-kubernetes-map-type: atomic
clusters:
description: List of clusters names to which the namespace can fail
over. Only applicable if the namespace is a global namespace.
Expand Down
3 changes: 2 additions & 1 deletion bundle/manifests/temporal.io_temporalworkerprocesses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.9.0
controller-gen.kubebuilder.io/version: v0.10.0
creationTimestamp: null
name: temporalworkerprocesses.temporal.io
spec:
Expand Down Expand Up @@ -149,6 +149,7 @@ spec:
TODO: Add other useful fields. apiVersion, kind, uid?'
type: string
type: object
x-kubernetes-map-type: atomic
type: array
jobTtlSecondsAfterFinished:
default: 300
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ resources:
- manager.yaml
images:
- name: ghcr.io/alexandrevilain/temporal-operator
newTag: v0.9.0
newTag: v0.9.1

0 comments on commit 485ad85

Please sign in to comment.