-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: implement filtering on cluster
List
API endpoint (#13363)
* feat: implement filtering on cluster list endpoint Signed-off-by: OneMatchFox <878612+onematchfox@users.noreply.github.com> * docs: add upgrade notes Signed-off-by: OneMatchFox <878612+onematchfox@users.noreply.github.com> --------- Signed-off-by: OneMatchFox <878612+onematchfox@users.noreply.github.com>
- Loading branch information
1 parent
41e91d5
commit c3874a2
Showing
6 changed files
with
215 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# v2.7 to 2.8 | ||
|
||
## Tini as entrypoint | ||
|
||
With the 2.8 release `entrypoint.sh` will be removed from the containers, | ||
because starting with 2.7, the implicit entrypoint is set to `tini` in the | ||
`Dockerfile` explicitly, and the kubernetes manifests has been updated to use | ||
it. Simply updating the containers without updating the deployment manifests | ||
will result in pod startup failures, as the old manifests are relying on | ||
`entrypoint.sh` instead of `tini`. Please make sure the manifests are updated | ||
properly before moving to 2.8. | ||
|
||
## Filtering applied to cluster `List` API endpoint | ||
|
||
Prior to `v2.8`, the `List` endpoint on the `ClusterService` did **not** filter | ||
clusters when responding, despite accepting query parameters. This bug has | ||
been addressed, and query parameters are now taken into account to filter the | ||
resulting list of clusters. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters