Skip to content

Commit

Permalink
Update consul version to 1.10.4 (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava authored Nov 15, 2021
1 parent 31586a7 commit a0af34e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ IMPROVEMENTS:
* Delete jobs, cluster roles, and cluster role bindings on `uninstall`. [[GH-820](https://github.com/hashicorp/consul-k8s/pull/820)]
* Helm Chart
* Add `component` labels to all resources. [[GH-840](https://github.com/hashicorp/consul-k8s/pull/840)]
* Update Consul version to 1.10.4. [[GH-861](https://github.com/hashicorp/consul-k8s/pull/861)]

BUG FIXES:
* Control Plane
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.36.0
appVersion: 1.10.3
appVersion: 1.10.4
kubeVersion: ">=1.17.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.10.3
image: hashicorp/consul:1.10.4
- name: consul-k8s-control-plane
image: hashicorp/consul-k8s-control-plane:0.36.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.10.3"
image: "hashicorp/consul:1.10.4"

# 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
3 changes: 1 addition & 2 deletions control-plane/catalog/to-k8s/sink_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ func TestK8SSink_createExists(t *testing.T) {

if actual == nil {
r.Fatal("web not found")
}
if actual.Spec.ExternalName != "example.com." {
} else if actual.Spec.ExternalName != "example.com." {
r.Fatal("modified")
}
})
Expand Down

0 comments on commit a0af34e

Please sign in to comment.