| commit | cfbc903146d77408567646708f4c9c3ae782145a | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Tue Jul 15 14:18:45 2025 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Thu Jul 17 14:53:07 2025 +0000 |
| tree | 494bf768df9bea2743345c10fa0a6335ac04bbbd | |
| parent | a16e6f917f70054bbe50fdc100ae1a7be2e40d91 [diff] |
treewide: bump to k8s v1.33.2 Update Kubernetes to 1.33 which is already at patch version 2. As part of K8s gomod dependencies containerd was bumped a minor release to 2.1.3. The UserNamespacesSupport feature gate is now default-on and was thus dropped. The netlink patches were upstreamed and can now be dropped as part of the depenency update. A new klog sink adapter for our logging interface was introduced as the client-go MutationCache now requires a logger. containerd abuses gRPC interfaces for mocking, thus they are not forward-compatible and need a new patch to be compatible with the CRI version now being used. Change-Id: I4feb2ab3bcfca5b83c7ea38ed444b14ade1e9bf0 Reviewed-on: https://review.monogon.dev/c/monogon/+/4433 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.