Skip to content

Commit

Permalink
Bump version to 0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
wf-jenkins committed Jan 2, 2024
1 parent aaf8fcd commit a0fbcce
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.14
VERSION?=0.9.15

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.13
image: wavefronthq/wavefront-hpa-adapter:0.9.14
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.13
0.9.14

0 comments on commit a0fbcce

Please sign in to comment.