Skip to content

Commit

Permalink
post-1.1.17 - update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Nov 1, 2024
1 parent 99991ab commit b50c3f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/consul/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

apiVersion: v2
name: consul
version: 1.1.14-dev
version: 1.1.18-dev
appVersion: 1.17-dev
kubeVersion: ">=1.22.0-0"
description: Official HashiCorp Consul Chart
Expand All @@ -18,7 +18,7 @@ annotations:
- name: consul
image: docker.mirror.hashicorp.services/hashicorppreview/consul:1.17-dev
- name: consul-k8s-control-plane
image: docker.mirror.hashicorp.services/hashicorppreview/consul-k8s-control-plane:1.1.14-dev
image: docker.mirror.hashicorp.services/hashicorppreview/consul-k8s-control-plane:1.1.18-dev
- name: consul-dataplane
image: docker.mirror.hashicorp.services/hashicorppreview/consul-dataplane:1.3-dev
- name: envoy
Expand Down
2 changes: 1 addition & 1 deletion charts/consul/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ global:
# image that is used for functionality such as catalog sync.
# This can be overridden per component.
# @default: hashicorp/consul-k8s-control-plane:<latest version>
imageK8S: docker.mirror.hashicorp.services/hashicorppreview/consul-k8s-control-plane:1.1.14-dev
imageK8S: docker.mirror.hashicorp.services/hashicorppreview/consul-k8s-control-plane:1.1.18-dev

# The name of the datacenter that the agents should
# register as. This can't be changed once the Consul cluster is up and running
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (
//
// Version must conform to the format expected by
// github.com/hashicorp/go-version for tests to work.
Version = "1.1.15"
Version = "1.1.18"

// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
Expand Down

0 comments on commit b50c3f0

Please sign in to comment.