Skip to content
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

chore: prepare v1.0.0-rc.1 #181

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Adding a new version? You'll need three changes:
* Add the section header, like "## [v1.2.3]".
* Add the diff link, like "[v2.7.0]: https://github.com/kong/kubernetes-ingress-controller/compare/v1.2.2...v1.2.3".
--->
- [v1.0.0-rc.0](#v100-rc0)
- [v1.0.0-rc.1](#v100-rc1)

## Unreleased

> Release date: TBA

## [v1.0.0-rc.0]
## [v1.0.0-rc.1]

[v1.0.0-rc.0]: https://github.com/kong/kubernetes-configuration/compare/ecf9b7bd62bfb92327a6ddd9aeaec9f73fc13a72...v1.0.0-rc.0
[v1.0.0-rc.1]: https://github.com/kong/kubernetes-configuration/compare/ecf9b7bd62bfb92327a6ddd9aeaec9f73fc13a72...v1.0.0-rc.1

> Release date: 2024-11-26
> Release date: 2024-12-06

This is an initial stable release of the Kong Kubernetes configuration module.
It includes CRDs for the Kong Ingress Controller and the Kong Gateway Operator
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ When you add a new CRD make sure to
- Make sure a changelog is updated with the new version, the release date, and all the changes.
- Trigger a [release workflow]. This will create a tag a release in GitHub.

[release workflow]: ./.github/workflows/release.yaml
[release workflow]: https://github.com/Kong/kubernetes-configuration/actions/workflows/release.yaml

## Available custom markers

Expand Down
Loading