Skip to content

Commit

Permalink
Merge pull request #2002 from MikeSpreitzer/prep-for-0212rc2
Browse files Browse the repository at this point in the history
✨ Update self-references in prep for release 0.21.2-rc2
  • Loading branch information
kcp-ci-bot committed Apr 1, 2024
2 parents 3785213 + dad868f commit 8a42328
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/postcreate-hooks/kubestellar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ spec:
- kubestellar
- oci://ghcr.io/kubestellar/kubestellar/controller-manager-chart
- --version
- "0.21.2-rc1"
- "0.21.2-rc2"
- --set
- "ControlPlaneName={{.ControlPlaneName}}"
env:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/direct/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ including OCM Klusterlet for the WECs.
We do not have one that is proven very good yet.
The first release using the new architecture is 0.20.0; it is feture-incomplete.
Release 0.21.0 works but is feature-incomplete and is not well documented on the website; [view the missing information directly at GitHub](https://github.com/kubestellar/kubestellar/tree/release-0.21.0/docs/content/direct).
The latest release is 0.21.2-rc1; it is also feature-incomplete.
The latest release is 0.21.2-rc2; it is also feature-incomplete.
See also [the release notes](release-notes.md).

## Architecture
Expand Down
2 changes: 1 addition & 1 deletion docs/content/direct/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The following steps establish an initial state used in the examples below.
1. Set environment variables to hold KubeStellar and OCM-status-addon desired versions:

```shell
export KUBESTELLAR_VERSION=0.21.2-rc1
export KUBESTELLAR_VERSION=0.21.2-rc2
export OCM_STATUS_ADDON_VERSION=0.2.0-rc6
```

Expand Down
2 changes: 1 addition & 1 deletion docs/content/direct/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The following sections list the known issues for each release. The issue list is

## 0.21.2 and its release candidates

Changes since 0.21.1 are mainly bug fixes and doc work; see changelog for full details.
The changes since 0.21.1 include efficiency improvements, reducing costs of running the kubestellar-controller-manager for a WDS that is an OpenShift cluster. There are also bug fixes and documentation improvements.

## 0.21.1
This release mainly updates the documentation exposed under kubestellar.io.
Expand Down

0 comments on commit 8a42328

Please sign in to comment.