k8s:release-1.30

Last commit made on 2024-06-14
Get this branch:
git clone -b release-1.30 https://git.launchpad.net/k8s

Branch merges

Branch information

Name:
release-1.30
Repository:
lp:k8s

Recent commits

414ee0e... by "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com>

[release-1.30] Update component versions (#489)

Co-authored-by: neoaggelos <email address hidden>

243de23... by Angelos Kolaitis

Add optional pebble support (#478) (#484)

* refactor snap.NewSnap to use a struct for options

* add pebble implementation

* pick runtime through environment values

* add pebble component (do not include in snap)

* consolidate pebble configs

* fix issues with installing tzdata deb package

a45db19... by "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com>

[release-1.30] Update component versions (#471)

3e1f9e8... by Angelos Kolaitis

Use a script to apply the strict patch (#453) (#461)

17a6023... by Angelos Kolaitis

Explicitly set timeout in each CLI command (#443) (#465)

* Explicitly set timeout in each CLI command

Right now, the context deadline is initially set at root level when the command is created.
This causes problems for interactive commands as the deadline may be exceeded while the user inputs the data.
To prevent this, we remove the global timeout and specifically set it in
each command right before the RPC calls.

* update docs

Co-authored-by: Benjamin Schimke <email address hidden>

072b6aa... by Angelos Kolaitis

Make `k8s get-join-token $hostname` optional (#452) (#460)

* Use separate table in database for worker tokens

* allow worker tokens with empty name to always match

* make k8s get-join-token hostname optional

Co-authored-by: Benjamin Schimke <email address hidden>

8e6aee1... by Angelos Kolaitis

Switch to x509 auth (#450) (#454)

* separate client ca
* create useful CompleteWorkerNodePKI tests
* require a client CA to be present for worker nodes
* allow preseeding client certificates through bootstrap and join configs

ecab59a... by Angelos Kolaitis

update pause image to ghcr.io/canonical/k8s-snap/pause:3.10 (#447)

3c7f953... by Angelos Kolaitis

Drop code coverage comment (#435) (#448)

7ac439c... by "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com>

[release-1.30] Update component versions (#432)

Co-authored-by: neoaggelos <email address hidden>