Skip to content

Commit

Permalink
Release Notes for 14.1 and 14.2 (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
plumbis authored Nov 21, 2023
1 parent 362364d commit 4b76eb5
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 16 deletions.
17 changes: 17 additions & 0 deletions content/v1.14/release-notes/1.14.1.md
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-->
29 changes: 29 additions & 0 deletions content/v1.14/release-notes/1.14.2.md
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-->
19 changes: 10 additions & 9 deletions themes/geekboot/layouts/partials/single-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,18 @@ <h1 class="bd-title mb-0" id="content">{{ .Title | markdownify }}</h1>
{{ if not .Title }}
{{ errorf (printf "Release Notes Page %q requires 'title' Front Matter." .Page.File.Path ) }}
{{ end }}
<div class="rn-container pb-3">
<h2 class="rn-title">{{ .Title}}</h2>

<h2 class="rn-title">{{ .Title}}</h2>

<div class="rn-summary-meta">
Released: {{ .Page.Params.released }} -
<a href="https://github.com/crossplane/crossplane/releases/tag/{{.Title}}">GitHub</a>
</div>
<div class="rn-summary-meta">
Released: {{ .Page.Params.released }} -
<a href="https://github.com/crossplane/crossplane/releases/tag/{{.Title}}">GitHub</a>
</div>

<div class="rn-body">
{{ .Summary | markdownify }}
<a href="{{.Permalink}}">Full {{.Title}} release notes</a>
<div class="rn-body ps-3">
{{ .Summary | markdownify }}
<a href="{{.Permalink}}">Full {{.Title}} release notes</a>
</div>
</div>
{{ end }}
{{ end }}
Expand Down
10 changes: 3 additions & 7 deletions utils/vale/styles/Crossplane/allowed-jargon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ConfigMap
CRD
CSS
CUE
CVEs
DatabaseInstance
docs-specific
emptyDir
Expand All @@ -28,9 +29,6 @@ float64
Go
gRPC
imagePullSecret
Go
gRPC
imagePullSecret
JSONPath
key-pair
key-value
Expand Down Expand Up @@ -65,12 +63,10 @@ SLAs
stdin
stdout
Subnet
subnet
subnets
Substrings
syscall
TLS
tolerations
VM
YAML
gRPC
TLS
YAML
1 change: 1 addition & 0 deletions utils/vale/styles/Crossplane/brands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ PostCSS
postcss-lightningcss
postcss-sort-media-queries
PostgreSQL
Protobuf
PurgeCSS
Upbound
Upbound's
Expand Down

0 comments on commit 4b76eb5

Please sign in to comment.