Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kind-bash-completion-0.29.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: kind-bash-completion Distribution: openSUSE Tumbleweed
Version: 0.29.0 Vendor: openSUSE
Release: 1.1 Build date: Wed May 21 06:42:44 2025
Group: System/Shells Build host: reproducible
Size: 28582 Source RPM: kind-0.29.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/kubernetes-sigs/kind/
Summary: Bash Completion for kind
Bash command line completion support for kind.

Provides

Requires

License

Apache-2.0

Changelog

* Wed May 21 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.29.0:
    This is a quick security release to pickup the containerd 2.1.1
    CVE-2025-47290 fix.
    * Breaking Changes
    - The default node image is now
      kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
    * New Features
    - Updated to containerd 2.1.1
    * Images pre-built for this release:
    - v1.33.1:
      kindest/node:v1.33.1@sha256:050072256b9a903bd914c0b2866828150cb229cea0efe5892e2b644d5dd3b34f
    - v1.32.5:
      kindest/node:v1.32.5@sha256:e3b2327e3a5ab8c76f5ece68936e4cafaa82edf58486b769727ab0b3b97a5b0d
    - v1.31.9:
      kindest/node:v1.31.9@sha256:b94a3a6c06198d17f59cca8c6f486236fa05e2fb359cbd75dabbfc348a10b211
    - v1.30.13:
      kindest/node:v1.30.13@sha256:397209b3d947d154f6641f2d0ce8d473732bd91c87d9575ade99049aa33cd648
    * Fixes
    - Fixes containerd CVE-2025-47290 / GHSA-cm76-qm8v-3j95
* Sat May 17 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.28.0:
    This release moves to Kubernetes to 1.33.1 by default.
    * Breaking Changes
    - The default node image is now
      kindest/node:v1.33.1@sha256:8d866994839cd096b3590681c55a6fa4a071fdaf33be7b9660e5697d2ed13002
    * New Features
    - Updated to containerd 2.1 and runc 1.3
    - Updated default node image to Kubernetes 1.33.1
    - Updated go to 1.24.2
    * Images pre-built for this release:
    - v1.33.1:
      kindest/node:v1.33.1@sha256:8d866994839cd096b3590681c55a6fa4a071fdaf33be7b9660e5697d2ed13002
    - v1.32.5:
      kindest/node:v1.32.2@sha256:36187f6c542fa9b78d2d499de4c857249c5a0ac8cc2241bef2ccd92729a7a259
    - v1.31.9:
      kindest/node:v1.31.6@sha256:156da58ab617d0cb4f56bbdb4b493f4dc89725505347a4babde9e9544888bb92
    - v1.30.13:
      kindest/node:v1.30.10@sha256:8673291894dc400e0fb4f57243f5fdc6e355ceaa765505e0e73941aa1b6e0b80
      NOTE: You must use the @sha256 digest to guarantee an image
      built for this release, until such a time as we switch to a
      different tagging scheme. Even then we will highly encourage
      digest pinning for security and reproducibility reasons.
      See also:
      https://kind.sigs.k8s.io/docs/user/quick-start/#creating-a-cluster
      https://kind.sigs.k8s.io/docs/user/quick-start/#building-images
      NOTE: These node images support amd64 and arm64, both of our
      supported platforms. You must use the same platform as your
      host, for more context see #2718
    * Fixes
    - Node image now sets net.ipv4.conf.all.arp_ignore to 0 to
      address some container networking failures
* Sun Feb 16 2025 opensuse_buildservice@ojkastl.de
  - Update to version 0.27.0:
    * version v0.27.0
    * update node image with latest base image
    * bump local-path-storage to latest
    * bump kindnetd to latest
    * bump base image to latest
    * bump go to 1.23.6
    * update default node image to 1.32.2
    * enhance push-node script
    * bump base image with statically linked plugins
    * Statically link CNI plugins
    * replace dated intial design docs with a clear warning to not
      depend on implementation details
    * version test cleanup: don't mutate globals, use pre-computed
      expected values
    * Bump actions/setup-go from 5.2.0 to 5.3.0 in the actions group
    * test: upgrade nerdctl to v2
    * TEST: v1.32.1 node image
    * wait for containerd to be ready
    * retry image pulls once, fail if that doesn't work
    * doc: fix typo
    * update to latest base image with containerd 2.0.2
    * update containerd to v2.0.2
    * Bump actions/upload-artifact from 4.5.0 to 4.6.0 in the actions
      group
    * Add description to delete cluster subcommands
    * update shellescape to latest with new vanity import
    * Bump actions/upload-artifact from 4.4.3 to 4.5.0 in the actions
      group
    * update install docs for v0.26.0
    * version v0.27.0-alpha
    * fix push node having qemu setup reliably
    * fix `kind get clusters` via nerdctl
    * fix: remove NoArgs positional arguments validation
* Tue Dec 17 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.26.0:
    * version v0.26.0
    * Bump actions/setup-go from 5.1.0 to 5.2.0 in the actions group
    * add new push-node.sh that uses pre-compiled upstream releases
    * update default node image to 1.32 with upgraded containerd etc
    * upgrade local path images to latest
    * update local-path-provisioner with changes from v0.0.24 to
      v0.30.0 in usptream yaml, document the changes we apply
    * use latest kindnetd image build
    * fix local-path-provisioner build
    * update local-path-provisioner build to v0.30.0
    * bump base image
    * increase golangci-lint timeout 50%
    * update go mod for tools to 1.23
    * update generated.sh for gengo changes
    * upgrade tools
    * bump base image dependencies
    * bump go to 1.23.4
    * add fallback version detection for tarballs < v1.31
    * update ingress docs
    * update install docs to v0.25.0
    * version v0.26.0-alpha
    * Add note to configuration about HA control plane
    * cleanup docs references too --loglevel
    * remove long-deprecated --loglevel flag
    * clean up kube-root references in docs
    * drop long-deprecated --kube-root flag
* Sun Nov 10 2024 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Update to version 0.25.0:
    * version v0.25.0
    * bump node image
    * bump local-path-provisioner
    * bump kindnetd
    * bump base image
    * bump to go 1.22.9
    * Setting the default hostIP for `get kubeconfig`
    * remove myself from OWNERS
    * Fix site link to LoadBalancer page
    * bump go to 1.22.8
    * update container-log-max-size
    * update container-log-max-files-max-size
    * aggregate masq sync errors
    * Update site/content/docs/user/ingress.md
    * Improve the ingress controller guide
    * use agnhost for the documentation manifests
    * Bump the actions group with 2 updates
    * Update usage.yaml
    * bump kindnetd image
    * kindnet: don't collide with kube-network-policies
    * fix missing space in ip6tables error matching
    * Bump the actions group across 1 directory with 2 updates
    * CI: VM: switch away from Vagrant to Lima
    * bump default node image to kubernetes 1.31.1
    * bump kindnetd image
    * kindnetd: kube-network-policies bump to 0.6.0 to fix dns race
    * detect ip6tables setup failure and fallback to ipv4 only
    * docs: Fix quick start formatting issues
    * clarify when port-mapping is needed
    * Bump actions/upload-artifact from 4.3.6 to 4.4.0 in the actions group
    * Add install note to rootless docs
    * add loadbalancer note
    * add clarification to cri-o reference
    * Update ingress.md
    * Add CRI-O Kind tutorial to Kind user docs
    * fix getting version from tarball
    * update install docs to v0.24
    * version v0.25.0-alpha
* Fri Aug 16 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.24.0:
    * version v0.24.0
    * bump node image to 1.31.0
    * bump base image
    * bump kindnetd image
    * bump local path provisioner image
    * switch to go 1.22.6
    * Bump actions/upload-artifact from 4.3.5 to 4.3.6 in the actions
      group
    * Update copyright year in powershell.go
    * Add powershell completion
    * reword comments
    * Bump actions/upload-artifact from 4.3.4 to 4.3.5 in the actions
      group
    * bump kindnetd image
    * bump dependencies
    * Fix Kubeadm template format
    * Fix Ingress migration guide link error
    * Add known issue for WSL2 and cgroupv2 support
    * update rbac permissions for kindnet network policies
    * bump kindnetd image
    * implement network policies
    * use informers and context cancellation
    * kindnetd: update base image
    * Clean up known issues page
    * Mention possible pids_limit issues with rootless podman
    * Bump the actions group across 1 directory with 2 updates
    * bump node image
    * update base image
    * fix legacy env format warning
    * normalize FROM AS casing to silence buildx warnings
    * bump cni plugins to 1.5.1
    * update crictl to 1.30
    * update containerd to 1.7.18
    * update go / runc to go 1.22 / 1.1.13
    * Remove DOCKER_CLI_EXPERIMENTAL usage
    * simplify ingress guide, add Gateway API note
    * Add installation instructions for Scoop and Winget
    * switch to currently supported fedora (39)
    * Bump actions/checkout from 4.1.6 to 4.1.7 in the actions group
    * Add third party package installation note
    * e2e-k8s.sh: support --ginkgo.label-filter
    * Clean up GitHub Action definitions
    * cluster: drop DisableLocalStorageCapacityIsolation
    * switch to an active mirror
    * removed kong ingress documentation
    * Minor updates to Design docs
    * update comments regarding skipping preflight kubeadm phase
    * Add cgroupns requirement to known issues
    * update pause image to 3.10
    * Update Go dependencies
    * Add a new builder for tarballs and released artifacts
    * set skipPhases in Init and JoinConfiguration
    * Bump the actions group across 1 directory with 2 updates
    * promote stmcginnis to reviwer
    * update install docs for 0.23.0
    * version v0.24.0-alpha
    * Bump containerd to v1.7.16
    * group dependabot updates
    * make sure CI install the correct go
    * enable loading multiple image archives
* Tue May 14 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.23.0:
    This release introduces initial limited support for nerdctl and
    kube-proxy nftables mode.
    * Breaking Changes
    - The default node image is now Kubernetes 1.30.0:
      kindest/node:v1.30.0@sha256:047357ac0cfea04663786a612ba1eaba9702bef25227a794b52890dd8bcd692e
    - ipFamily config field is now validated
    - While technically a breaking change, if the value you set
      here is now caught as invalid it was being silently ignored
      and creating an ipv4 cluster previously and you should
      correct your config
    - Go 1.17+ is required for go install sigs.k8s.io/kind /
      building the kind binary
    - Prebuilt binaries are available as an alternative to go
      install
    - For local development make will automatically setup the
      correct go version
    - Note that the go team only supports 1.21+ and major linux
      distros have 1.19+
    - Future releases may increase this to a more current Go
      release
    - Future release may adopt toolchain in go.mod to make this
      seamless if you have go 1.21+ installed even without our
      makefile. We highly recommend installing go 1.21+
    * New Features
    - Initial support for nodes created with nerdctl
    - Initial support for kubeProxyMode: nftables (ahead of
      Kubernetes 1.31+, see
      https://kind.sigs.k8s.io/docs/user/configuration/#kube-proxy-mode)
    - Sweeping dependency updates, see commits for full details.
      v0.22.0...v0.23.0
* Mon Mar 18 2024 opensuse_buildservice@ojkastl.de
  - Update to version 0.22.0:
    * version v0.22.0
    * update to 1.29.2 image
    * bump node image
    * drop creating /kind dir at node-image build time
    * bump base image
    * allow overriding IMAGE_NAME
    * update Contour ingress docs
* Mon Mar 18 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - new package kind: Kubernetes IN Docker - local clusters for
    testing Kubernetes

Files

/usr/share/bash-completion/completions/kind


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jun 1 23:43:40 2025