-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release Notes for 14.1 and 14.2 (#618)
- Loading branch information
Showing
5 changed files
with
60 additions
and
16 deletions.
There are no files selected for viewing
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,17 @@ | ||
--- | ||
title: v1.14.1 | ||
released: November, 14, 2023 | ||
weight: 11 | ||
--- | ||
|
||
The v1.14.1 release fixes an issue with the Crossplane CLI discovered | ||
after the v1.14.0 release. | ||
|
||
|
||
### 🐛 Bug fixes | ||
* Resolves an issue with `crossplane xpkg` pushing a two packages, one with | ||
`--` appended. [#4980](https://github.com/crossplane/crossplane/issues/4980) | ||
* The Protobuf schema now automatically publishes to the | ||
[Buf Schema registry](https://buf.build/crossplane/crossplane). | ||
|
||
<!--more--> |
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,29 @@ | ||
--- | ||
title: v1.14.2 | ||
released: November, 21, 2023 | ||
weight: 11 | ||
--- | ||
|
||
The v1.14.2 fixes an issue where Crossplane incorrectly deletes a Provider | ||
ServiceAccount when using a custom ServiceAccount name in a | ||
DeploymentRuntimeConfig or ControllerConfig. | ||
|
||
|
||
### 🐛 Bug fixes | ||
* Resolves an issue where Crossplane deletes a ServiceAccount and may cause | ||
"Unauthorized" errors in a Provider pod. | ||
Issue [#5017](https://github.com/crossplane/crossplane/issues/5017). | ||
* Improves Crossplane's handling of package deactivation when there are a | ||
large number of objects managed by Crossplane. | ||
PR [#5044](https://github.com/crossplane/crossplane/pull/5044). | ||
* Corrects the use of the service name in conversion webhooks. | ||
PR [#5108](https://github.com/crossplane/crossplane/pull/5018). | ||
|
||
### 🚀 Improvements | ||
* Prevent an unnecessary wait condition in Compositions. | ||
[#5034](https://github.com/crossplane/crossplane/pull/5034) | ||
|
||
### 🔒 Security updates | ||
* Updates Docker includes to resolve | ||
[multiple CVEs](https://github.com/advisories/GHSA-jq35-85cj-fj4p). | ||
<!--more--> |
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