Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: kubeone | Distribution: openSUSE Tumbleweed |
Version: 1.9.1 | Vendor: openSUSE |
Release: 1.1 | Build date: Mon Dec 23 15:36:07 2024 |
Group: Unspecified | Build host: reproducible |
Size: 87060998 | Source RPM: kubeone-1.9.1-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/kubermatic/kubeone | |
Summary: CLI for the kubeone cluster automation |
Kubermatic KubeOne automates cluster operations on all your cloud, on-prem, edge, and IoT environments. KubeOne can install high-available (HA) master clusters as well single master clusters.
Apache-2.0
* Mon Dec 23 2024 opensuse_buildservice@ojkastl.de - Update to version 1.9.1: * Update changelog for 1.9.1 (#3515) (#3518) * [release/v1.9] Update Go to 1.23.4, /x/net to v0.33.0, and /x/crypto to v0.31.0 (#3513) * [release/v1.9] Support the deployment of KubeVirt CSI driver (#3512) * Determine OS for Docker repo programmatically (#3511) * Remove Docker GPG key before dearmor-ing it (#3506) * add support for KubeVirt namespaced mode in Kubeone (#3503) * update changelog for v1.9.1 (#3501) * Change release date for v1.9.1 (#3497) * Add changelog for v1.9.1 (#3493) * chores(ccm): update openstack version for 1.30 and 1.31 (#3489) * Use dedicated keyring for docker packages (#3485) * return empty list instead of nil to not break the ui (#3480) * [release/v1.9] Synchronize OWNERS_ALIASES file with Github teams (#3475) * Fri Nov 22 2024 opensuse_buildservice@ojkastl.de - Update to version 1.9.0: * Urgent Upgrade Notes https://docs.kubermatic.com/kubeone/v1.9/tutorials/upgrading/upgrading-from-1.8-to-1.9/ (No, really, you MUST read this before you upgrade) - Add support for Ubuntu 24.04. Example Terraform configs for all providers are now using Ubuntu 24.04 by default. If you're using the latest Terraform configs with an existing cluster, make sure to bind the operating system/image to the image that you're currently using, otherwise your instances/cluster might get recreated by Terraform. On some providers, machine-controller will use Ubuntu 24.04 if the image is not explicitly specified. (#3302, @SimonTheLeg) - Example Terraform configs for Hetzner are now using cx22 instead of cx21 instance type by default. If you use the latest Terraform configs with an existing cluster, make sure to override the instance type as needed, otherwise your instances/cluster might get recreated by Terraform. (#3370, @kron4eg) - KubeOne is now validating that IP addresses and hostnames provided for control plane nodes and static worker nodes are different. In other words, it's not possible to use the same machine both as a control plane node and a static worker node. This behavior has never been supported by KubeOne; if you want a control plane node that can schedule any pod, you can provision it as a control plane node and remove the control plane taint (node-role.kubernetes.io/control-plane:NoSchedule). (#3334, @kron4eg) - Update Cilium to v1.16.3. This change might affect users that have nodes that are low on capacity (pods or resources wise). The Cilium architecture has been changed so that the Envoy Proxy is not integrated into Cilium, but is a dedicated component/DaemonSet. If you have nodes that are low on capacity, you might encounter issues when trying to start Envoy Proxy pods on those nodes. In this case, you'll need to override the Cilium addon to use the old architecture with Envoy Proxy integrated into Cilium. (#3415, @xmudrii) kubeone install and kubeone upgrade subcommands are removed. We have deprecated these commands in KubeOne 1.4, and made them hidden in KubeOne 1.5. With this change, we're permanently removing these two commands. kubeone apply should be used instead. (#3349, @mohamed-rafraf) * Sat Sep 21 2024 opensuse_buildservice@ojkastl.de - Update to version 1.8.3: * Add changelog for v1.8.3 (#3381) * Update vSphere images to use our mirror (#3378) * Replace deprecated Hetzner (in fact, restricted) cx21 instance type with cx22 (#3371) * [release/v1.8] Synchronize OWNERS_ALIASES file with Github teams (#3363) * Fri Aug 09 2024 opensuse_buildservice@ojkastl.de - Update to version 1.8.2: * Add changelog for v1.8.2 (#3341) * Remove centos7 e2e tests (#3335) * CentOS docker repo being abandoned, replaced with RHEL (#3336) * [release/v1.8] Update machine-controller to 1.59.3 (#3323) * Set HttpPutResponseHopLimit to 3 by default for AWS nodes (#3329) * [release/v1.8] Update calico CNI to fix CPU issues (#3326) * Minor fix to the cluster autoscaler docs (#3315) * Allow upstream cluster autoscaler flags configuration (#3306) * do not put multiple identical tolerations on the CoreDNS deployment (#3298) * Wed Jul 03 2024 opensuse_buildservice@ojkastl.de - Update to version 1.8.1: * Add release date for 1.8.1 (#3294) * Remove release date for 1.8.1 (#3292) * Add changelog for v1.8.1 (#3288) * Don't downgrade GCP CCM for v1.27 clusters (#3284) * Bind csi-snapshotter to v8.0.1 for GCE (#3281) * Documentation for VMware Cloud Director (#3278) * Be explicit about bastion type, as not OSes support nano size (#3276) * [release/v1.8] Fix snapshot-webhook admitting non-supported objects and add default VolumeSnapshotClass for all supported providers (#3275) * Fix openstack CCM addon (#3274) * Bind csi-snapshotter to v8.0.1 (#3270) * fix local helm releases deletion issue (#3268) * Increase TEST_TIMEOUT to 90m for stable tests infrastructure (#3267) * [release/v1.8] Use the same bastion_type on AWS as worker_type (#3264) * Fix default rockylinux EC2 image filter query (#3262) * Refactor the upgrade process to stop using config on upgrade (#3253) * change order of ensureCABundleConfigMap task (#3247) * [release/v1.8] Improve the Kubernetes 1.30 support (#3242) * [release/v1.8] bump GCP CCM to 30.x, using staging images (#3241) * install apparmor-utils in ubuntu (#3235) * [release/v1.8] Update images to support Kubernetes 1.30 (#3230) * [release/v1.8] Kubernetes 1.30 support (#3215) * Update canal to v3.27.3 (#3200) * Tue May 14 2024 opensuse_buildservice@ojkastl.de - Update to version 1.8.0: Urgent Upgrade Notes (No, really, you MUST read this before you upgrade) * Refactor example Terraform configs for Hetzner to randomly generate the private network subnet in order to support creating multiple KubeOne clusters (#3152, @xmudrii) * The example Terraform configs for Azure have been migrated to use the Standard SKU for IP addresses. This is a breaking change for existing setups; in which case you should continue using your current SKU. Manual migration is possible by dissociating IP from the VM and LB, the migrating it, and assigning it back, however please consider all potential risks before doing this migration (#3149, @kron4eg) * Credentials defined in the credentials file now have precedence over credentials defined via environment variables. This change is made to match the behavior that's already documented in the KubeOne docs. If you use both the credentials file and the environment variables, we recommend double-checking your credentials file to make sure the credentials are up to date, as those credentials will be applied on the next kubeone apply run (#2991, @kron4eg) * kured has been removed, you have to re-enable it back in form of helmRelease (#3024, @kron4eg) * OSM: The latest Ubuntu 22.04 images on Azure have modified the configuration for cloud-init and how it accesses its datasource in Azure, in a breaking way. If you're having an Azure cluster, it's required to refresh your machines with the latest provided OSPs to ensure that a system-wide package update doesn't result in broken machines. (#3172, @xrstf) * Support for Docker is removed; containerRuntime.docker became a no-op. (#3008, @kron4eg) * Thu May 02 2024 opensuse_buildservice@ojkastl.de - Update to version 1.7.4: * CHANGELOG: Add changelog for v1.7.4 (#3168) * [release/v1.7] bump OSM to 1.3.5 (#3163) * [release/v1.7] Clean `yum` caches when configuring repos (#3147) * [release/v1.7] fix: debian apt-get update running before configuring repositories (#3084) * Deploy User defined addons before external CCM initialization (#3068) * Update MC to v1.57.6 (#3064) * Sat Mar 16 2024 opensuse_buildservice@ojkastl.de - Update to version 1.7.3: * Add changelog for v1.7.3 (#3063) * Update Go to 1.21.6 (#3060) * Update machine-controller to v1.57.5 (#3057) * Improve error messaging when working with remote files over SSH (#3054) * [release/v1.7] Fix Flatcar torcx issues (#3041) * fix strictArp field usage (#3006) * Define fixed etcd versions (#3004) * Fix helm deploying resources in the wrong namespace (#3001) * Mon Jan 29 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de> - new package kubeone: CLI for the kubeone cluster automation
/usr/bin/kubeone /usr/share/doc/packages/kubeone /usr/share/doc/packages/kubeone/README.md /usr/share/licenses/kubeone /usr/share/licenses/kubeone/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Feb 1 23:51:40 2025