Skip to content

Commit

Permalink
chore: prepare v0.12.0-rc.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpiritXIII committed Mar 28, 2024
1 parent a357487 commit e83101d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export CURRENT_CONFIG_RELOADER_TAG = v0.9.0-gke.1
#TODO(macxamin) Sync CURRENT_DATASOURCE_SYNCER_TAG with CURRENT_TAG
export CURRENT_DATASOURCE_SYNCER_TAG = v0.10.0-gke.3
export CURRENT_BASH_TAG = 20220419
export LABEL_API_VERSION = 0.11.0
export LABEL_API_VERSION = 0.12.0
updateversions: ## Modify all manifests, so it contains the expected versions.
##
## TODO(bwplotka): CI does not check updateversions--add that there.
Expand Down
2 changes: 1 addition & 1 deletion charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ name: prometheus-engine
description: Google Managed Service for Prometheus (GMP) Operator
type: application
version: 0.1.0
appVersion: 0.11.0
appVersion: 0.12.0
2 changes: 1 addition & 1 deletion charts/rule-evaluator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ name: rule-evaluator
description: Prometheus Rule Evaluator
type: application
version: 0.1.0
appVersion: 0.11.0
appVersion: 0.12.0
8 changes: 4 additions & 4 deletions manifests/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ spec:
labels:
app: managed-prometheus-collector
app.kubernetes.io/name: collector
app.kubernetes.io/version: 0.11.0
app.kubernetes.io/version: 0.12.0
annotations:
# The emptyDir for the storage and config directories prevents cluster
# autoscaling unless this annotation is set.
Expand Down Expand Up @@ -508,7 +508,7 @@ spec:
app.kubernetes.io/component: operator
app.kubernetes.io/name: gmp-operator
app.kubernetes.io/part-of: gmp
app.kubernetes.io/version: 0.11.0
app.kubernetes.io/version: 0.12.0
spec:
serviceAccountName: operator
automountServiceAccountToken: true
Expand Down Expand Up @@ -588,7 +588,7 @@ spec:
labels:
app.kubernetes.io/name: rule-evaluator
app: managed-prometheus-rule-evaluator
app.kubernetes.io/version: 0.11.0
app.kubernetes.io/version: 0.12.0
annotations:
# The emptyDir for the storage and config directories prevents cluster
# autoscaling unless this annotation is set.
Expand Down Expand Up @@ -758,7 +758,7 @@ spec:
labels:
app: managed-prometheus-alertmanager
app.kubernetes.io/name: alertmanager
app.kubernetes.io/version: 0.11.0
app.kubernetes.io/version: 0.12.0
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "true"
components.gke.io/component-name: managed_prometheus
Expand Down
2 changes: 1 addition & 1 deletion manifests/rule-evaluator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
metadata:
labels:
app.kubernetes.io/name: rule-evaluator
app.kubernetes.io/version: 0.11.0
app.kubernetes.io/version: 0.12.0
spec:
serviceAccountName: rule-evaluator
automountServiceAccountToken: true
Expand Down
2 changes: 1 addition & 1 deletion pkg/export/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ const (
ClientName = "prometheus-engine-export"
// mainModuleVersion is the version of the main module. Align with git tag.
// TODO(TheSpiritXIII): Remove with https://github.com/golang/go/issues/50603
mainModuleVersion = "v0.11.0-rc.3" // x-release-please-version
mainModuleVersion = "v0.12.0-rc.0" // x-release-please-version
// mainModuleName is the name of the main module. Align with go.mod.
mainModuleName = "github.com/GoogleCloudPlatform/prometheus-engine"
)
Expand Down

0 comments on commit e83101d

Please sign in to comment.