Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: crossplane-cli | Distribution: openSUSE Tumbleweed |
Version: 2.0.2 | Vendor: openSUSE |
Release: 1.1 | Build date: Thu Aug 21 08:53:54 2025 |
Group: Unspecified | Build host: reproducible |
Size: 77061655 | Source RPM: crossplane-cli-2.0.2-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/crossplane/crossplane | |
Summary: The Cloud Native Control Plane |
Crossplane is a framework for building cloud native control planes without needing to write code. It has a highly extensible backend that enables you to build a control plane that can orchestrate applications and infrastructure no matter where they run, and a highly configurable frontend that puts you in control of the schema of the declarative API it offers. Crossplane is a Cloud Native Computing Foundation project.
Apache-2.0
* Thu Aug 21 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de> - Update to version 2.0.2: No CLI-related changes - Update to version 2.0.1: No CLI-related changes * Thu Aug 21 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de> - Update to version 2.0.0: Warnings and breaking changes * Backwards Compatibility with v1 The Crossplane maintainers have taken thoughtful consideration to make major improvements and changes in v2 while maintaining backwards compatibility for the vast majority of v1 workloads. We expect most users to be able to upgrade to v2 without any changes to their control plane. However, there is a set of 4 breaking changes that we have made, mostly to long deprecated features and features that have remained stuck in alpha for a long time. If you are not using any of these 4 features, you can upgrade to v2 without any issues and your existing workload should continue operating as usual. The following features have been removed: - Native patch and transform within composition (mode: Resources) You can migrate your compositions to use function pipelines with the crossplane beta convert pipeline-composition command available in the v1 crossplane CLI. See the Crossplane docs for details. - ControllerConfig These have been replaced by DeploymentRuntimeConfig. You can migrate your existing ControllerConfig to DeploymentRuntimeConfig with the crossplane beta convert deployment-runtime command available in the v1 crossplane CLI. See the Crossplane docs for details. * login/logout removed from Crossplane CLI The crossplane xpkg login and crossplane xpkg logout commands have been removed from the Crossplane CLI. To login to a registry before pushing a package, consider using docker login locally, or the docker/login-action from CI. An example of this pattern can be seen in many Community Extension Projects, for example function-auto-ready. * CLI-related commits - Add #sig-cli to README - Support Rendering Default Values from XRD in Crossplane CLI - fix(render): Render CLI command ignores XR Ready state * Dependencies - chore(deps) bump crossplane-runtime to v2.0.0-rc.1 - chore(deps): bump all crossplane-runtime import paths to github.com/crossplane/crossplane-runtime/v2 - chore(deps): bump crossplane-runtime to v1.21.0-rc.0 - chore(deps): bump crossplane-runtime to v2.0.0 - chore(deps): pin nick-fields/retry action to ce71cc2 - chore(deps): update actions/create-github-app-token digest to d72941d - chore(deps): update actions/stale digest to 5bef64f - chore(deps): update actions/upload-artifact digest to ea165f8 - chore(deps): update bufbuild/buf-action digest to c231a1a - chore(deps): update dependency earthly/earthly to v0.8.16 - chore(deps): update dependency golang to v1.24.5 - chore(deps): update dependency golangci/golangci-lint to v2.2.2 - chore(deps): update docker/login-action digest to 74a5d14 - chore(deps): update gcr.io/distroless/static docker digest to b7b9a69 - chore(deps): update github/codeql-action digest to 181d5ee - chore(deps): update github/codeql-action digest to ce28f5b - chore(deps): update github/codeql-action digest to fca7ace - chore(deps): update mheap/require-checklist-action digest to 46d2ca1 - chore(deps): update module github.com/cloudflare/circl to v1.6.1 [security] - chore(deps): update module github.com/go-viper/mapstructure/v2 to v2.3.0 [security] - chore(deps): update renovatebot/github-action action to v41.0.22 - fix(deps): update module dario.cat/mergo to v1.0.2 - fix(deps): update module github.com/emicklei/dot to v1.8.0 - fix(deps): update module github.com/prometheus/client_golang to v1.22.0 - fix(deps): update module github.com/sigstore/sigstore to v1.9.4 * Sun Aug 10 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de> - Update to version 1.20.1: This is a patch release scoped to fixing issues reported by users of Crossplane v1.20 and fixing security related issues in Crossplane's dependencies. * [Backport release-1.20] Fix composite reconciler enabled features option by @ulucinar in #6507 * chore(deps): update module github.com/cloudflare/circl to v1.6.1 [security] (release-1.20) by @crossplane-renovate[bot] in #6529 * chore(deps): update module github.com/go-viper/mapstructure/v2 to v2.3.0 [security] (release-1.20) by @crossplane-renovate[bot] in #6574 * [Backport release-1.20] Requeue on poll interval, not pipeline TTL, when RTC is disabled by @github-actions[bot] in #6621 * Thu May 22 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de> - Update to version 1.20.0: Full changelog https://github.com/crossplane/crossplane/releases/tag/v1.20.0 * CLI-related changes: - Crossplane CLI shell completions: Shell completions are now included for the crossplane CLI, enabling you to autocomplete crossplane commands with arguments and values. Try out crossplane beta trace and instead of typing or pasting the resource name, just let <tab> auto complete find it for you! Learn how to get started with shell completions in the CLI reference. https://docs.crossplane.io/v1.20/cli/#installing-shell-autocompletions * Dependencies - Use latest buf - Use the new buf-action - build: bump go to 1.23.9 - chore(deps): bump crossplane-runtime to v1.20.0 - chore(deps): bump crossplane-runtime to v1.20.0-rc.1 - chore(deps): bump golang version in Earthfile to v1.23.7 - chore(deps): pin bufbuild/buf-action action to 5150a1e - chore(deps): run go mod tidy - chore(deps): update module github.com/go-jose/go-jose/v4 to v4.0.5 [security] (#6297) - chore(deps): update module github.com/golang-jwt/jwt/v4 to v4.5.2 [security] - chore(deps): update module github.com/open-policy-agent/opa to v1 [security] - chore(deps): update module golang.org/x/crypto to v0.35.0 [security] - chore(deps): update module golang.org/x/oauth2 to v0.27.0 [security] - chore: bumping crossplane-runtime dependency in main to 1.20.0-rc.0 - chore: bumping renovate baseBranches for 1.19 - chore: run +go-generate - chore: update release table for 1.19 - fix(cli): consider --insecure-skip-tls-verify flag for crossplane xpkg push command - fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.2 [security] - fix(deps): update module golang.org/x/net to v0.36.0 [security] - fix(deps): update module golang.org/x/net to v0.38.0 [security] * Wed Mar 26 2025 opensuse_buildservice@ojkastl.de - Update to version 1.19.1: * fix(deps): update module github.com/golang-jwt/jwt/v5 to v5.2.2 [security] * chore(deps): update module github.com/golang-jwt/jwt/v4 to v4.5.2 [security] * fix(deps): update module golang.org/x/net to v0.36.0 [security] * chore(deps): update module golang.org/x/crypto to v0.35.0 [security] * chore(deps): bump golang version in Earthfile to v1.23.7 * chore(deps): update module golang.org/x/oauth2 to v0.27.0 [security] * fix(crank): render private pull * chore(deps): update module github.com/go-jose/go-jose/v4 to v4.0.5 [security] (#6299) * Wed Feb 12 2025 opensuse_buildservice@ojkastl.de - Update to version 1.19.0: https://github.com/crossplane/crossplane/releases/tag/v1.19.0 CLI-related highlights: * The Crossplane CLI commands such as render and validate that download Crossplane packages now work well with private repositories. CLI-related changelog: * fix(crank): add function as input for extensions in cli for validate by @haarchri in #6087 * feat(cli): include status conditions in output of render command by @jbw976 in #6121 * feat(cli): Add ability to pull images from private registry by @cychiang in #6227 * fix(cli): Resolve duplicate validate results due to multiple version of dependencies in cache by @cychiang in #6205 * Wed Feb 12 2025 opensuse_buildservice@ojkastl.de - Update to version 1.18.3: * [Backport release-1.18] Use an uncached client to retrieve composed resources not found in the cache (#6276) * fix(deps): update module github.com/go-git/go-git/v5 to v5.13.0 [security] * fix(deps): update module golang.org/x/net to v0.33.0 [security] * Wed Dec 18 2024 opensuse_buildservice@ojkastl.de - Update to version 1.18.2: no CLI-related changes in changelog * Fri Nov 29 2024 opensuse_buildservice@ojkastl.de - Update to version 1.18.1: no CLI-related changes in changelog * Tue Nov 05 2024 opensuse_buildservice@ojkastl.de - Update to version 1.18.0: Large update, please find the full changelog here: https://github.com/crossplane/crossplane/releases/tag/v1.18.0 CLI-related changes: * Support for converting to function-environment-configs. * Support for passing credentials to functions in render function. * beta validate improvements. * Fri Oct 25 2024 opensuse_buildservice@ojkastl.de - Update to version 1.17.2: * build: bump golang to 1.22.8 * Add contexts to RuntimeFunctionRunner * Use a mix of v1 and v1beta functions in E2E tests * Support installing Functions with v1 package metadata * Sat Sep 21 2024 Johannes Kastl <opensuse_buildservice@ojkastl.de> - new package crossplane-cli: CLI for the crossplane infrastructure automation platform
/usr/bin/crossplane /usr/share/doc/packages/crossplane-cli /usr/share/doc/packages/crossplane-cli/README.md /usr/share/licenses/crossplane-cli /usr/share/licenses/crossplane-cli/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 30 22:36:04 2025