Skip to content

Commit

Permalink
Allow API Gateway controller to update k8s Deployments + Services (#1014
Browse files Browse the repository at this point in the history
)

* Allow ClusterRole for API gateway to update existing Service

* Allow ClusterRole for API gateway to update existing Deployment

* Update CHANGELOG
  • Loading branch information
nathancoleman authored Feb 2, 2022
1 parent e82abe6 commit e0db0c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
BUG FIXES:
* API Gateway
* Fix issue where if the API gateway controller pods restarted, gateway pods would become disconnected from the secret discovery service. [[GH-1007](https://github.com/hashicorp/consul-k8s/pull/1007)]
* Fix issue where the API gateway controller could not update existing Deployments or Services. [[GH-1014](https://github.com/hashicorp/consul-k8s/pull/1014)]

## 0.40.0 (January 27, 2022)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ rules:
- create
- get
- list
- update
- watch
- apiGroups:
- coordination.k8s.io
Expand Down Expand Up @@ -94,6 +95,7 @@ rules:
- create
- get
- list
- update
- watch
- apiGroups:
- ""
Expand Down

0 comments on commit e0db0c1

Please sign in to comment.