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

kpt-cli-1.0.0~beta.67-1.2 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: kpt-cli Distribution: openSUSE Tumbleweed
Version: 1.0.0~beta.67 Vendor: openSUSE
Release: 1.2 Build date: Tue Jul 14 07:08:12 2026
Group: Unspecified Build host: reproducible
Size: 96043061 Source RPM: kpt-cli-1.0.0~beta.67-1.2.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/kptdev/kpt
Summary: CLI for kpt - automate Kubernetes Configuration Editing
kpt is a package-centric toolchain that enables a WYSIWYG configuration
authoring, automation, and delivery experience, which simplifies managing
Kubernetes platforms and KRM-driven infrastructure (e.g., Config Connector,
Crossplane) at scale by manipulating declarative Configuration as Data.

Configuration as Data is an approach to management of configuration which:

- makes configuration data the source of truth, stored separately from the live
  state
- uses a uniform, serializable data model to represent configuration
- separates code that acts on the configuration from the data and from packages
  / bundles of the data
- abstracts configuration file structure and storage from operations that act
  upon the configuration data; clients manipulating configuration data don’t
  need to directly interact with storage (git, container images).

See the FAQ for more details about how kpt is different from alternatives.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Jul 14 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.0.0~beta.67:
    * Bump SDK (#4635)
    * Build arm64 images, add CI check for goreleaser validity
      (#4634)
    * Refactor gh action worklfows (#4631)
    * Fix go-releaser, migrate away from deprecations (#4630)
    * docs: document configurable image prefix via flag and env var
      (#4617)
    * Make the image prefix configurable (#4616)
    * Bump golang.org/x/net from 0.54.0 to 0.55.0 in /healthcheck
      (#4618)
    * Use API v0.0.2 and SDK v1.1.0 (#4620)
    * Linking container images to releases and remove gcloud image
      build (#4628)
    * Fix broken download links
* Mon Jul 13 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.0.0~beta.66.1:
    * Refactor gh action worklfows (#4631)
    * Fix go-releaser, migrate away from deprecations (#4630)
    * docs: document configurable image prefix via flag and env var
      (#4617)
    * Make the image prefix configurable (#4616)
    * Bump golang.org/x/net from 0.54.0 to 0.55.0 in /healthcheck
      (#4618)
* Thu Jul 09 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.0.0~beta.66:
    * Use API v0.0.2 and SDK v1.1.0 (#4620)
    * Linking container images to releases and remove gcloud image
      build (#4628)
    * Fix broken download links
    * add VERSIONING.md, add kpt api as a component to readme (#4622)
    * Eliminate `apimachinery` dependency in the `api` module (#4614)
    * modernize Go practices - error wrapping, dead code removal, and
      deprecated APIs (#4613)
    * Simplify CI workflows: remove legacy GOPATH checkout pattern (#4597)
    * Specifying allowed alert types (#4612)
    * Bump github.com/regclient/regclient from 0.11.4 to 0.11.5
* Thu Jul 02 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.0.0~beta.65.1:
    * security - fix Git argument injection via untrusted Kptfile ref
      enables file overwrite (#4604)
    * porch docs navbar redirect (#4611)
    * Apply suggestion from @Catalin-Stratulat-Ericsson
    * docs: update Nephio documentation link in FAQ
    * Fix basicpipeline-semver e2e expected output for set-labels
      v0.2.5 (#4605)
    * Adding rules to CONTRIBUTING.md (#4594)
    * Fixing WordPress wording
    * Breaking a long line
    * Apply suggestions from code review
    * Apply suggestions from code review
    * Apply suggestions from code review
    * Corrections done in chapter 3.
    * Fixing indentations in chapter 3.
    * Chapter 3 proofreading.
    * First section of chapter 3 proofreading.
* Thu Jun 18 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.0.0~beta.65:
    * Proofreading chapter 4 by @mpgreaves in #4544
    * Fix Go cache in CI workflows by adding cache-dependency-path by
      @aravindtga in #4575
    * Upgrade KinD to v0.32.0 and Kubernetes e2e test matrix to
      1.35/1.36 by @aravindtga in #4576
    * fn doc: remove invalid --stdin flag from docker run args by
      @efiacor in #4577
    * Make API it's own go module by @mozesl-nokia in #4537
    * Refactor docs folder by @CsatariGergely in #4571
    * Align kpt version output format with porchctl by @aravindtga in
      [#4545]
    * Make mdtogo an independent Go module by @aravindtga in #4587
    * Fix CI: replace broken setup-kind action and bump checkout to
      v6 by @aravindtga in #4589
    * Move to use the new Porch docs URL by @efiacor in #4590
    * allow image references combining a tag and a digest by @pddg in
      [#4579]
    * Update e2e test image tags from pinned versions to :latest by
      @aravindtga in #4591
    * Use versioned API module and comment out replace by
      @mozesl-nokia in #4596
* Fri May 29 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.0.0~beta.64:
    * Bump SDK version (#4538)
* Fri May 22 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.0.0~beta.63:
    This release continues the work to improve kpt. The golang
    version and the versions of many dependencies are bumped and we
    continue our work to refactor kpt.
    * Fix the missed docs update (#4536)
    * Display non-KRM files in kpt pkg tree output (#4518)
    * Add DeepCopy generation to all API types (#4527)
    * Updated dependencies
    * Updated go.sum following hugo mod tidy
    * Updated Docsy
    * Restore docsy into the documentation go.mod file
    * Restore docsy into the documentation go.mod file
    * Restore docsy into the documentation go.mod file
    * Restore docsy into the documentation go.mod file
    * Upgrade dependencies to latest
    * Bump everything including go to the latest version
    * Fix import on cmdcat command.go
    * Bump documentation go and docsy version (#4511)
    * ci: add workflow to verify documentation/go.sum integrity
    * Add dependencies to go.sum
    * Upgrade Go version in documentation module to 1.26.3
    * feat: add 'cat' command for displaying package resources
      (#4505)
    * alias pathutil everywhere
    * address copilot review
    * Validate function tag literals before execution (#4503)
    * Revert documentation and Netlify configs to original state
    * Configure Netlify to use Go 1.26.3 and align docs module
    * Revert documentation Go version to 1.25.10 to fix Netlify
    * Upgrade Go version in submodules to 1.26.3
    * Upgrade Go version to 1.26.3
    * eliminate internal/util completely, move some other packages as
      well
    * move more things from internal/util
    * move alpha/printers, builtins, util/update, merge util/merge
      into util/update/merge3
    * address copilot review
    * move internal/types and internal/pkg to pkg/lib
    * improve functionConfig related validation errors
    * fix: remove porch references from kpt docs (#4288) (#4498)
    * improve error handling in command and container logic
    * Changing favicons to the new logo (#4496)
    * update copyright years in source files
    * fix: update copyright notice to reflect Kubernetes authorship
    * chore: bump Go version to 1.26.2 and update dependencies
    * security: upgrade go version to 1.25.9 to fix CVE-2026-27143
      (#4474)
    * Bump go.opentelemetry.io/otel from 1.38.0 to 1.41.0
    * chore: update kyaml/kustomize API versions to current versions
      (#4480)
* Tue Apr 21 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.0.0~beta.62.1:
    * Show resolved semantic versions in the renderStatus by
      @aravindtga in #4461
    * Update CONTRIBUTING file with PR review rules by
      @CsatariGergely in #4452
    * Use golangci-lint v2, migrate config and adjust Makefile by
      @mozesl-nokia in #4477
    * Local tag lister for semantic version constraint matching by
      @mozesl-nokia in #4458
    * Bump github.com/moby/spdystream from 0.5.0 to 0.5.1 by
      @dependabot[bot] in #4489
    * Remove internal/kptops dead code by @efiacor in #4481
    * Adding recommendation to attribute AI agents by @CsatariGergely
      in #4486
    * Ignore render status during fast-forward update by @aravindtga
      in #4488
    * introduce DisplayName option in renderOptions by @dgyorgy-nokia
      in #4476
    * Expose code from internal package by @mozesl-nokia in #4490
* Thu Apr 02 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.0.0~beta.62:
    * Add RenderStatus to the Kptfile for per-function pipeline
      result tracking (#4437)
    * Bump sdk version (#4459)
    * Fix podman version check conditional expression
    * Fix ci failure (#4435)
    * Made a minor amendment to the sentence structure.
    * Apply suggestions from code review
    * Proofreading of chapter 1.
    * Add render status conditions to Kptfile (#4418)
    * Replace gcr.io container image references with ghcr.io (#4428)
    * Fix podman version check conditional expression
    * Fix ci failure (#4435)
    * Skip symlink resolution when directory == .
    * Removed unused variable
    * Add render status conditions to Kptfile (#4418)
    * Replace gcr.io container image references with ghcr.io (#4428)
    * Updated the test checks to be cleaner and more accurate
    * Fix TestCmdExecute: remove explicit './' destination argument
    * Fix test failures: check cleaned path for '.' and update test
      expectations
    * Fix linting error: rewrite if-else to switch statement
    * Fix #1407: Make 'kpt pkg get' use current directory when '.' is
      specified
    * address copilot comments
    * simplify ImageResolveFunc
    * Made a minor amendment to the sentence structure.
    * Apply suggestions from code review
    * Proofreading of chapter 1.
    * Fix E2E tests to use fresh package for each RunCount iteration
    * Bump github.com/docker/cli
    * Updated location of configmap-v1.json to a reachable
      destination (#4424)
    * Fix formatting and improve clarity of Kptfile annotations
    * Make `UpstreamLock` more generic (#4413)
    * Adding new logo (#4416)
    * Update README.md
    * Adding links to the Dosu space
    * Ups this was left out fomr the merge
    * docs: Dosu updates for PR #4405
* Wed Mar 04 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.0.0~beta.61.1:
    * Semantic versioning constraints for function images by
      @mozesl-nokia in #4386
    * docs: Fix installation link in README to use kpt.dev instead of
      GitHu… by @SurbhiAgarwal1 in #4392
    * Bump the kpt homebrew version by @liamfallon in #4399
    * Add --save-on-render-failure flag to fn render by @aravindtga
      in #4400
    * docs: tidy up tenant-onboarding guide and link to guides index
      by @SurbhiAgarwal1 in #4401
    * Remove rollouts from kpt as rollouts implement similar
      functionality to Porch by @liamfallon in #4402
    * feat: Auto-create package directory in kpt pkg init by
      @SurbhiAgarwal1 in #4405
    * Move the fn render --save-on-failure options to Kptfile by
      @aravindtga in #4411
    * docs: updates for PR #4399 by @dosubot[bot] in #4407
    * Remove the remaining fragments of Porch from kpt by @liamfallon
      in #4409
    * Fix/docs todo link by @SurbhiAgarwal1 in #4393
* Mon Feb 16 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.0.0~beta.61:
    * Fix the kpt releaae job (#4385)
    * type: upgrade go version to 1.25.7 to address security vulns
    * type: upgrade go version to 1.26.0 to address security vulns
* Thu Feb 12 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.0.0~beta.60.2:
    no code changes compared to 1.0.0~beta.60.1
  - Update to version 1.0.0~beta.60.1:
    * Complete transfer of kpt updates from Porch to kpt (#4355)
    * fix(live): validate annotation values to prevent silent data
      loss (#4371)
    * fix: add shell language specifier to fn doc Flags code block
    * fix: Add stdin support to kpt fn doc for KRM functions
      expecting input (#4352)
    * Removing kpt mailing list from issue_template & managed Docs
    * Adding instruction for copyright notices (#4366)
    * docs: remove manual ToC, add svg source, and suggest Podman
    * Docs: clarify Windows setup for documentation site (#4350)
    * Fix #3756: added CI user guide and image
    * Fix #3756-added CI user guide in docs and added chapter 9 in
      index of book
    * Fix #3756-added CI user guide in docs
    * Docs: clarify kpt install via source and Docker
    * Fix documentation npm scripts on Windows
* Fri Jan 23 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - Update to version 1.0.0~beta.60:
    https://github.com/kptdev/kpt/releases/tag/v1.0.0-beta.60
  - Update to version 1.0.0~beta.59:
    https://github.com/kptdev/kpt/releases/tag/v1.0.0-beta.59
  - Update to version 1.0.0~beta.58:
    https://github.com/kptdev/kpt/releases/tag/v1.0.0-beta.58
  - Update to version 1.0.0~beta.57:
    https://github.com/kptdev/kpt/releases/tag/v1.0.0-beta.57
  - Update to version 1.0.0~beta.56:
    https://github.com/kptdev/kpt/releases/tag/v1.0.0-beta.56
* Sat Sep 14 2024 opensuse_buildservice@ojkastl.de
  - Update to version 1.0.0~beta.55:
    * chore: upgraded docker/protobuf dependencies (#4172)
    * build(deps): bump github.com/docker/docker
    * Propagate ResourceGroup labels and annotations (#4165)
* Fri Aug 16 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de>
  - new package kpt-cli: CLI for kpt, the package-centric toolchain
    that enables a WYSIWYG configuration authoring, automation, and
    delivery experience for Kubernetes

Files

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


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Aug 11 00:12:41 2026