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

fleet-cli-0.16.0-1.2 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: fleet-cli Distribution: openSUSE Tumbleweed
Version: 0.16.0 Vendor: openSUSE
Release: 1.2 Build date: Thu Jul 23 07:59:38 2026
Group: Unspecified Build host: reproducible
Size: 99233671 Source RPM: fleet-cli-0.16.0-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/rancher/fleet
Summary: CLI for the Rancher Fleet GitOps tooling
Fleet is GitOps and HelmOps at scale. Fleet is designed to manage multiple
clusters. It's also lightweight enough that it works great for a single cluster
too, but it really shines when you get to a large scale. By large scale we mean
either a lot of clusters, a lot of deployments, or a lot of teams in a single
organization.

Fleet can manage deployments from git of raw Kubernetes YAML, Helm charts, or
Kustomize or any combination of the three. Regardless of the source all
resources are dynamically turned into Helm charts and Helm is used as the
engine to deploy everything in the cluster. This gives a high degree of
control, consistency, and auditability. Fleet focuses not only on the ability
to scale, but to give one a high degree of control and visibility to exactly
what is installed on the cluster.

This package contains the CLI to interact with Fleet.

Provides

Requires

License

Apache-2.0

Changelog

* Thu Jul 23 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.16.0:
    * Breaking changes
    - Helm repository credentials are no longer forwarded to a
      chart repository by default. They are only sent when the
      repository URL matches the pattern configured in
      helmRepoURLRegex. A pre-upgrade migration Job and a hidden
      fleet migrate gitrepo-helm-url-regex CLI command populate the
      field on existing GitRepos. Require helmRepoURLRegex for Helm
      credential forwarding (GHSA-hx4v-cxpf-vh8m) by @thardeck in
      [#5141]
    * Future Deprecation notice
    - GitRepoRestriction will be deprecated in v0.17 and may be
      removed as soon as v0.18. It remains supported until removed,
      but has known security limitations: its repo patterns are
      matched unanchored, and it does not cover HelmOp or Bundle
      resources. Migration to the new Policy resource is strongly
      recommended.
    * CLI
    - fleet-cli: add missing flag wiring for apply, cleanup
      subcommands (#5170) by @apoorvajagtap in #5171
    - Return CLI List error closer to where it was returned by
      @0xavi0 in #4822
    * Notable dependency updates
    - Update Kubernetes dependencies to v0.36.2 by @thardeck in
      [#5094]
    - Update Go toolchain to 1.26.4 by @thardeck in #4947
    - Update github.com/go-git/go-git/v5 to v5.19.1 [security] by
      @thardeck in #5165
    - Update module helm.sh/helm/v4 to v4.2.2 [security] by
      renovate in #5353
    - Update module github.com/rancher/wrangler/v3 to v3.7.0 by
      renovate in #5142
    - Update module golang.org/x/net to v0.55.0 [security] by
      renovate in #5190
    - Update oras.land/oras-go/v2 to v2.6.2 and golang.org/x/crypto
      to v0.54.0 [security] by @thardeck in #5429
* Thu Jul 23 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.15.5:
    No changes related to the fleet CLI
    Dependencies
    * Bump oras-go, x/crypto, and Go toolchain (#5430)
* Sun Jun 28 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.15.4:
    * Bump x/net to v0.55 and x/crypto to v0.52 (#5355)
    * [v0.15] Do not update secret type when cloning downstream
      secrets (#5300)
    * Warn when Helm credentials are set but helmRepoURLRegex is
      empty (#5316) (#5332)
    * Update Kubernetes dependencies (#5323)
    * [v0.15] Consolidate Go modules into root go.mod (#5328)
    * Fix cloner when using tags in revision. (#5292) (#5317)
    * Dispatch release charts updates
* Tue Jun 23 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.15.3:
    * Validate resolved paths stay within the clone directory (#5277)
    * Migrate integrationtests Docker SDK path (#5272)
    * Validate kubeConfig Namespaces against known Fleet namespaces
      (#5243)
    * Update dependency go to v1.25.11 (#5238)
    * self-heal BD secret when having a hash mismatch (#4963) (#5233)
    * Update Kubernetes dependencies (release/v0.15) (#5231)
    * [v0.15] - webhooks handling update (#5227)
    * Fix fleet-agent bundles not deleted when cluster is deleted
      (#5228)
    * [v0.15] Reintroduce legacyscheme defaults for drift detection
      (#5222)
    * Normalize YAML flow-style docs in post-renderer [SURE-11642]
      (#5180) (#5223)
    * Add tests for namespace label sync (#5203)
    * [v0.15] - Use Custom CAs when pulling OCI artifact (#5128)
      (#5183)
* Fri May 22 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.15.2:
    * [v0.15] Fix namespace label equality check and nil map panic
      (#5172)
    * Bump github.com/go-git/go-git/v5 to v5.19.1 (#5166)
    * webhook: use regexp.QuoteMeta for hostname and path (#5145)
    * Introduce Policy custom resource (#5144)
    * Require helmRepoURLRegex for Helm credential forwarding
    * Restrict go-getter to Git and File protocols
    * fix: inherit node selectors for GitRepo sync jobs (#5125)
    * Retain relevant kubernetes.io labels when syncing namespaces
    * Update dependency go to v1.25.10 (#5122)
    * Update module github.com/go-git/go-git/v5 to v5.19.0 [SECURITY]
      (#5104)
    * Propagate CATTLE_WRANGLER_CHECK_GVK_ERROR_MAPPING to
      fleet-agent (#5085) (#5092)
    * [v0.15] Remove ineffective Renovate comments (#5057)
* Thu Apr 30 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 0.15.1:
    * Fix --gitrepo and --bundle filters including HelmOps (#4830)
    * Update Kubernetes dependencies (#5040)
    * Bump github.com/moby/spdystream to v0.5.1 (#5028)
    * Update module github.com/go-git/go-git/v5 to v5.18.0 [SECURITY]
      (#5014)
    * chore(deps): update dependency go to v1.25.9 (#4970)
    * chore(deps): update module helm.sh/helm/v4 to v4.1.4 [security]
      (#4960)
    * chore(deps): update module github.com/go-git/go-git/v5 to
      v5.17.1 [security] (#4910)
    * chore(deps): update kubernetes dependencies to v0.35.3 (#4886)
    * chore(deps): update kubernetes dependencies to v0.35.3 (#4875)
* Mon Apr 13 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - new package fleet-cli: CLI for the Rancher Fleet GitOps tooling

Files

/usr/bin/fleet
/usr/share/doc/packages/fleet-cli
/usr/share/doc/packages/fleet-cli/README.md
/usr/share/licenses/fleet-cli
/usr/share/licenses/fleet-cli/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 02:32:54 2026