Skip to content

Commit 9be2dd2

Browse files
authored
Merge pull request #52 from elmiko/prepare-0.2.0-release
Prepare 0.2.0 release
2 parents cb272b8 + 2fb38e6 commit 9be2dd2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The intention is for the Kubernetes community to use this experiment for learnin
2828
design pattern, feature gaps, and areas for improvement. With the ultimate goal being a standard release
2929
cycle and production ready Karpenter Cluster API provider.
3030

31-
The `v0.1.0` release contains basic functionality for creating and deleting nodes within a cluster.
31+
The `v0.2.0` release contains basic functionality for creating and deleting nodes within a cluster.
3232
Please see the [quickstart instructions for more details](docs/docs/getting-started.md).
3333

3434
The `main` branch is potentially unstable as we work towards compatibility with the latest versions

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ The Kubernetes Template Project is released on an as-needed basis. The process i
77
3. An OWNER runs `git tag -s $VERSION` and inserts the changelog and pushes the tag with `git push $VERSION`
88
4. All [OWNERS](OWNERS) must approve the release PR automatically created by GitHub Actions
99
5. The release issue is closed
10-
6. An announcement email is sent to `dev@kubernetes.io` with the subject `[ANNOUNCE] kubernetes-template-project $VERSION is released`
10+
6. An announcement email is sent to `sig-cluster-lifecycle@kubernetes.io` with the subject `[ANNOUNCE] Karpenter provider Cluster API $VERSION is released`

charts/karpenter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: karpenter
33
description: A Helm chart for Kubernetes that provides an implementation of Karpenter using Cluster API as the infrastructure provider
44
type: application
55
version: 0.1.0
6-
appVersion: "0.1.0"
6+
appVersion: "0.2.0"

charts/karpenter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A Helm chart for Kubernetes that provides an implementation of Karpenter using Cluster API as the infrastructure
44
provider
55

6-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
6+
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
77

88
## Documentation
99

docs/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ These instructions work best with the following versions and settings:
99

1010
| Component | Version |
1111
|-----------|---------|
12-
| karpenter-provider-cluster-api | 0.1.0 |
12+
| karpenter-provider-cluster-api | 0.2.0 |
1313
| cluster-api | 1.10 |
1414
| kubernetes | 1.33 |
1515

0 commit comments

Comments
 (0)