Skip to content

Commit

Permalink
Merge pull request #598 from Aoao54/release/v0.16.2
Browse files Browse the repository at this point in the history
Prepare release v0.16.2
  • Loading branch information
alexandrevilain authored Jan 3, 2024
2 parents 942f3a7 + 0d05200 commit d05c567
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.1
0.16.2
10 changes: 5 additions & 5 deletions bundle/manifests/temporal-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ metadata:
capabilities: Seamless Upgrades
categories: Application Runtime, Developer Tools, AI/Machine Learning
containerImage: ghcr.io/alexandrevilain/temporal-operator
createdAt: "2023-11-28T12:54:34Z"
createdAt: "2024-01-02T02:43:47Z"
operators.operatorframework.io/builder: operator-sdk-v1.30.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: temporal-operator.v0.16.1
name: temporal-operator.v0.16.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -471,7 +471,7 @@ spec:
- --leader-elect
command:
- /manager
image: ghcr.io/alexandrevilain/temporal-operator:v0.16.1
image: ghcr.io/alexandrevilain/temporal-operator:v0.16.2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -575,8 +575,8 @@ spec:
provider:
name: Temporal Community
url: https://temporal.io/
replaces: temporal-operator.v0.16.0
version: 0.16.1
replaces: temporal-operator.v0.16.1
version: 0.16.2
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
10 changes: 10 additions & 0 deletions bundle/manifests/temporal.io_temporalclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,16 @@ spec:
description: Enabled defines if the operator should enable metrics
exposition on temporal components.
type: boolean
perUnitHistogramBoundaries:
additionalProperties:
items:
type: string
type: array
description: "PerUnitHistogramBoundaries defines the default histogram
bucket boundaries. Configuration of histogram boundaries for
given metric unit. \n Supported values: - \"dimensionless\"
- \"milliseconds\" - \"bytes\""
type: object
prometheus:
description: Prometheus reporter configuration.
properties:
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.16.1
newTag: v0.16.2
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ spec:
provider:
name: Temporal Community
url: https://temporal.io/
replaces: temporal-operator.v0.16.0
replaces: temporal-operator.v0.16.1
version: 0.10.0
webhookdefinitions:
- admissionReviewVersions:
Expand Down

0 comments on commit d05c567

Please sign in to comment.