Skip to content

Commit

Permalink
Update Consul version to 1.11.2 (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava authored Jan 20, 2022
1 parent ca980cb commit 5cf4461
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ executors:
- image: docker.mirror.hashicorp.services/cimg/go:1.17.5
environment:
TEST_RESULTS: /tmp/test-results # path to where test results are saved
CONSUL_VERSION: 1.11.1 # Consul's OSS version to use in tests
CONSUL_ENT_VERSION: 1.11.1+ent # Consul's enterprise version to use in tests
CONSUL_VERSION: 1.11.2 # Consul's OSS version to use in tests
CONSUL_ENT_VERSION: 1.11.2+ent # Consul's enterprise version to use in tests

control-plane-path : &control-plane-path control-plane
cli-path : &cli-path cli
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
FEATURES:
* Helm
* Support Envoy 1.20.1. [[GH-958](https://github.com/hashicorp/consul-k8s/pull/958)]
* Support Consul 1.11.2. [[GH-976](https://github.com/hashicorp/consul-k8s/pull/976)]

IMPROVEMENTS:
* Helm
Expand Down
4 changes: 2 additions & 2 deletions charts/consul/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: consul
version: 0.39.0
appVersion: 1.11.1
appVersion: 1.11.2
kubeVersion: ">=1.18.0-0"
description: Official HashiCorp Consul Chart
home: https://www.consul.io
Expand All @@ -13,7 +13,7 @@ annotations:
artifacthub.io/prerelease: false
artifacthub.io/images: |
- name: consul
image: hashicorp/consul:1.11.1
image: hashicorp/consul:1.11.2
- name: consul-k8s-control-plane
image: hashicorp/consul-k8s-control-plane:0.39.0
- 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 @@ -85,7 +85,7 @@ global:
# image: "hashicorp/consul-enterprise:1.10.0-ent"
# ```
# @default: hashicorp/consul:<latest version>
image: "hashicorp/consul:1.11.1"
image: "hashicorp/consul:1.11.2"

# Array of objects containing image pull secret names that will be applied to each service account.
# This can be used to reference image pull secrets if using a custom consul or consul-k8s-control-plane Docker image.
Expand Down

0 comments on commit 5cf4461

Please sign in to comment.