Skip to content

Commit

Permalink
Bump version to 0.9.13 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
wf-jenkins authored Oct 30, 2023
1 parent 7219481 commit 0234af8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DOCKER_IMAGE?=wavefront-hpa-adapter
# deploy/manifests/05-custom-metrics-apiserver-deployment.yaml file
#
# IMPORTANT: This is also overwritten by the release pipeline build with parameters
VERSION?=0.9.13
VERSION?=0.9.14

BINARY_NAME=wavefront-adapter
GIT_COMMIT:=$(shell git rev-parse --short HEAD)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: custom-metrics-apiserver
imagePullPolicy: IfNotPresent
image: wavefronthq/wavefront-hpa-adapter:0.9.12
image: wavefronthq/wavefront-hpa-adapter:0.9.13
args:
- /wavefront-adapter
- --wavefront-url=https://<INSTANCE>.wavefront.com
Expand Down
2 changes: 1 addition & 1 deletion release/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.12
0.9.13

0 comments on commit 0234af8

Please sign in to comment.