-
Notifications
You must be signed in to change notification settings - Fork 4.6k
docs: Consul K8s 0.48.0 release notes #14414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
2b7f832
add skeleton
3f5a7a5
add skeleton
a3d7727
preview
cf3a379
bad file path
e515b42
add more items
4234837
add link to CNI Plugin docs
9f296d8
add security detail
534fac8
add versiions
7c345ea
Update website/content/docs/release-notes/consul-k8s/v0_48_x.mdx
e34c7e2
Update v0_48_x.mdx
4e56bd2
Update v0_48_x.mdx
d876aee
Update v0_47_x.mdx
9ed2bbe
Update v0_48_x.mdx
469421d
adding Known issues
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,61 @@ | ||
| --- | ||
| layout: docs | ||
| page_title: 0.47.x | ||
|
david-yu marked this conversation as resolved.
Outdated
|
||
| description: >- | ||
| Consul on Kubernetes release notes for version 0.48.x | ||
| --- | ||
|
|
||
| # Consul on Kubernetes 0.48.0 | ||
|
|
||
| ## Release Highlights | ||
|
|
||
| - **Consul CNI Plugin**: This release introduces the Consul CNI Plugin for Consul on Kubernetes, to allow for configuring traffic redirection rules without escalated container privileges such as `CAP_NET_ADMIN`. Refer to [Enable the Consul CNI Plugin](docs/k8s/installation/install#enable-the-consul-cni-plugin) for more details. The Consul CNI Plugin is supported for Consul K8s 0.48.0+ and Consul 1.13.1+. | ||
|
david-yu marked this conversation as resolved.
Outdated
|
||
|
|
||
| - **Kubernetes 1.24 Support**: Add support for Kubernetes 1.24 where ServiceAccounts no longer have long term JWT tokens. [[GH-1431](https://github.com/hashicorp/consul-k8s/pull/1431)] | ||
|
david-yu marked this conversation as resolved.
Outdated
|
||
|
|
||
| - **MaxInboundConnections in service-defaults CRD**: Add support for MaxInboundConnections on the Service Defaults CRD. [[GH-1437](https://github.com/hashicorp/consul-k8s/pull/1437)] | ||
|
|
||
| - **API Gateway: ACL auth when using WAN Federation**: Configure ACL auth for controller correctly when deployed in secondary datacenter with federation enabled [[GH-1462](https://github.com/hashicorp/consul-k8s/pull/1462)] | ||
|
|
||
| ## What has Changed | ||
|
|
||
| - **Kubernetes 1.24 Support for multiport applications require Kubernetes secrets**: Users deploying multiple services to the same Pod (multiport) on Kubernetes 1.24+ must also deploy a Kubenrnetes secret for each ServiceAccount associated with the Consul service. The name of the Secret must match the ServiceAccount name and be of type `kubernetes.io/service-account-token` | ||
| Example: | ||
|
|
||
| ```yaml | ||
| apiVersion: v1 | ||
| kind: Secret | ||
| metadata: | ||
| name: svc1 | ||
| annotations: | ||
| kubernetes.io/service-account.name: svc1 | ||
| type: kubernetes.io/service-account-token | ||
| --- | ||
| apiVersion: v1 | ||
| kind: Secret | ||
| metadata: | ||
| name: svc2 | ||
| annotations: | ||
| kubernetes.io/service-account.name: svc2 | ||
| type: kubernetes.io/service-account-token | ||
| ``` | ||
|
|
||
| ## Supported Software | ||
|
|
||
| - Consul 1.11.x, Consul 1.12.x and Consul 1.13.1+ | ||
| - Kubernetes 1.19-1.24 | ||
| - Kubectl 1.19+ | ||
| - Envoy proxy support is determined by the Consul version deployed. Refer to | ||
| [Envoy Integration](/docs/connect/proxies/envoy) for details. | ||
|
|
||
| ## Upgrading | ||
|
|
||
| For detailed information on upgrading, please refer to the [Upgrades page](/docs/k8s/upgrade) | ||
|
|
||
| ## Changelogs | ||
|
|
||
| The changelogs for this major release version and any maintenance versions are listed below. | ||
|
|
||
| ~> **Note:** The following link takes you to the changelogs on the GitHub website. | ||
|
|
||
| - [0.48.0](https://github.com/hashicorp/consul-k8s/releases/tag/v0.48.0) | ||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.