Skip to content

Commit

Permalink
add changelog and fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lkysow committed Mar 22, 2022
1 parent 76a8476 commit 256b634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ BREAKING CHANGES:
IMPROVEMENTS:
* Control Plane
* Upgrade Docker image Alpine version from 3.14 to 3.15. [[GH-1058](https://github.com/hashicorp/consul-k8s/pull/1058)]
* Support new annotation for mounting connect-inject volume to other containers. [[GH-1111](https://github.com/hashicorp/consul-k8s/pull/1111)]
* Helm
* API Gateway: Allow controller to read Kubernetes namespaces in order to determine if route is allowed for gateway. [[GH-1092](https://github.com/hashicorp/consul-k8s/pull/1092)]

Expand Down
2 changes: 1 addition & 1 deletion control-plane/connect-inject/annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
// annotationInjectMountVolumes is the key of the annotation that controls whether
// the data volume that connect inject uses to store data including the Consul ACL token
// is mounted to other containers in the pod. It is a comma-separated list of container names
// to mount the volume on. It will be mounted at the path `/consul/connect-inject`
// to mount the volume on. It will be mounted at the path `/consul/connect-inject`.
annotationInjectMountVolumes = "consul.hashicorp.com/connect-inject-mount-volume"

// annotationService is the name of the service to proxy.
Expand Down

0 comments on commit 256b634

Please sign in to comment.