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

Release notes for charm release 1.30 #849

Merged
merged 7 commits into from
Jul 18, 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
199 changes: 199 additions & 0 deletions pages/k8s/1.30/components.md

Large diffs are not rendered by default.

82 changes: 82 additions & 0 deletions pages/k8s/1.30/release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
---
wrapper_template: templates/docs/markdown.html
markdown_includes:
nav: kubernetes/docs/shared/_side-navigation.md
context:
title: 1.30 Release notes
description: Release notes for Charmed Kubernetes
keywords: kubernetes, release, notes
tags:
- news
sidebar: k8smain-sidebar
permalink: 1.30/release-notes.html
layout:
- base
- ubuntu-com
toc: false

---

# 1.30

### Jun ??, 2024 - `charmed-kubernetes --channel 1.30/stable`

The release bundle can also be [downloaded here](https://raw.githubusercontent.com/charmed-kubernetes/bundle/main/releases/1.30/bundle.yaml).

## What's new

### Integration gaps
- Cloud Integrations
- Direct integration between `[aws|azure|gcp]-integrator` charms and
`kubernetes-control-plane` are back in this release for tagging machines
and requesting cloud permissions for those machines.

The recommended method for enabling native cloud features is
to use the respective out-of-tree cloud provider charms.
See the cloud-specific documentation for details.

- Charm actions for some administrative tasks have been restored.
- `apply-manifest`
- `namespace-create`
- `namespace-delete`
- `namespace-list`
- `restart`
- `user-create`
- `user-delete`
- `user-list`

- Cilium Charm
- The charm now provide manifest deployment versions `1.13` and `1.14` which
helps address sig-network tests failing in CIS compliance.

## Fixes

All bug fixes and other feature updates in this release can be found at
[the launchpad milestone page for 1.30](https://launchpad.net/charmed-kubernetes/+milestone/1.30).

<a id='notes-issues'> </a>

## Notes and Known Issues

### Bugs

A list of known bugs scheduled to be fixed in the first maintenance release can be found
on the [1.30+ck1 milestone page](https://launchpad.net/charmed-kubernetes/+milestone/1.30+ck1).

## Deprecations and API changes

- Upstream

For details of other deprecation notices and API changes for Kubernetes 1.30, please see the
relevant sections of the [upstream release notes][upstream-changelog-1.30].


<!-- AUTOGENERATED RELEASE 1.30 ABOVE -->


<!--LINKS-->


[install-local]: /kubernetes/docs/install-local
[install-existing]: /kubernetes/docs/install-existing
[upstream-changelog-1.30]: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.30.md#deprecation
Loading