| 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.4.0 | Vendor: openSUSE |
| Release: 1.2 | Build date: Sun Jun 28 16:25:16 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 132021191 | Source RPM: crossplane-cli-2.4.0-1.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://github.com/crossplane/cli | |
| 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. The Crossplane CLI is a command-line tool for working with Crossplane. It provides tools for building platforms on top of Crossplane and working with Crossplane clusters.
Apache-2.0
* Sun Jun 28 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 2.4.0:
The v2.4.0 release is the first Crossplane CLI release that does
not correspond to a Crossplane core release. It is compatible
with the currently supported minor versions of Crossplane core:
v2.3, v2.2, v2.1, and v1.20. It includes a number of incremental
features and improvements along with many bug fixes.
* Highlights
- New Commands
- crossplane xr generate converts a claim to a composite
resource, as Crossplane would do internally when a claim is
applied to a cluster. #13
- crossplane xr patch applies defaults from an XRD to an
input XR, as the apiserver would do when an XR is applied
to a cluster. #61
- crossplane xpkg get-crds downloads package dependencies
based on a crossplane.yaml file or package resource and
writes their CRDs to files. #26
- Command Updates
- crossplane project init now allows a repository to be
specified. #105
- crossplane resource validate now has YAML and JSON output
formats. #66
- crossplane xpkg push now allows OCI manifest annotations to
be specified with the --oci-annotation flag. #11
- crossplane composition render now supports repeating the
- -required-resources and --extra-resources flags. #107
- Commands that interact with a cluster (e.g., crossplane
resource trace and crossplane xpkg install) now support
impersonation with the --as, --as-group, and --as-uid
flags. #114
* Developer Experience Updates
- Projects can now include pre-built functions specified in the
crossplane-project.yaml file, allowing functions to be built
using any language, tool, or framework. #24
- Projects can now specify a subset of languages for which
schemas should be generated in the crossplane-project.yaml
file. #24
* What's Changed
- Update dependencies and renovate for v2.3.0 release (main) by
@adamwg in #19
- ci: Remove image promotion steps by @adamwg in #22
- build: Use the shared crossplane cachix cache in nix.sh by
@adamwg in #17
- Add the LICENSE file by @adamwg in #27
- chore(deps): update module github.com/containerd/containerd
to v1.7.32 [security] (main) by @crossplane-renovate[bot] in
[#34]
- chore(deps): update module github.com/sigstore/cosign/v2 to
v2.6.2 [security] (main) by @crossplane-renovate[bot] in #35
- chore(deps): update module golang.org/x/crypto to v0.52.0
[security] (main) by @crossplane-renovate[bot] in #36
- Improve generation of reference docs by @adamwg in #30
- chore(deps): update module golang.org/x/net to v0.55.0
[security] (main) by @crossplane-renovate[bot] in #37
- chore(deps): update actions/create-github-app-token digest to
fee1f7d (main) by @crossplane-renovate[bot] in #52
- Update CONTRIBUTING.md and add install instructions to
README.md by @adamwg in #49
- Add the install.sh script and upload it to S3 by @adamwg in
[#54]
- docs: Enclose the CLI version number in backticks by @adamwg
in #55
- fix(docs): compile the bqRE once at package level by
@tampakrap in #57
- chore(deps): update actions/stale digest to eb5cf3a (main) by
@crossplane-renovate[bot] in #58
- feat(xr): Convert a Claim to XR via crossplane xr generate by
@tampakrap in #13
- chore(deps): pin dependencies (main) by
@crossplane-renovate[bot] in #51
- chore(deps): update cachix/install-nix-action digest to
8aa0397 (main) by @crossplane-renovate[bot] in #60
- fix(deps): update module github.com/go-git/go-git/v5 to
v5.19.1 [security] (main) by @crossplane-renovate[bot] in #40
- render: Sync render.proto with c/c and wire XRD through by
@jcogilvie in #74
- Fix Python schema generation for fields named int or bool by
@negz in #64
- chore(deps): update actions/checkout digest to df4cb1c (main)
by @crossplane-renovate[bot] in #76
- chore(deps): update codecov/codecov-action digest to 75cd116
(main) by @crossplane-renovate[bot] in #77
- chore(deps): update github/codeql-action digest to 8aad20d
(main) by @crossplane-renovate[bot] in #80
- chore(deps): update mheap/require-checklist-action digest to
9c8100a (main) by @crossplane-renovate[bot] in #81
- Support pre-built function runtimes and per-language schema
generation by @negz in #24
- render: Clean up unused code and duplicate consts by @adamwg
in #83
- render: Replace condition timestamps and sort resources to
stabilize output by @adamwg in #82
- feat(render): capture stderr and handle pipeline-fatal exit
code in both engines by @jcogilvie in #91
- chore(deps): update actions/checkout action to v6.0.3 (main)
by @crossplane-renovate[bot] in #84
- chore(deps): update vale-cli/vale-action action to v2.1.2
(main) by @crossplane-renovate[bot] in #85
- feat(xr): Introduce xr patch --xrd by @tampakrap in #61
- Update the CLI docs path by @adamwg in #99
- fix(xr): add missing import, caused by merge of outdated base
tree by @tampakrap in #103
- ci: Update the CLI reference documentation on every merge by
@adamwg in #106
- feat(validate): structured results and --output json|yaml
flag by @jcogilvie in #66
- function: Add missing dependencies to the Go function
template by @adamwg in #109
- xrd: Opportunistically infer integer types when generating
from an XR by @adamwg in #108
- feat: add xpkg get-crds subcommand by @fernandezcuesta in #26
- Drop the scale subresource before building OpenAPI for schema
generation by @negz in #119
- ci: Re-use exising docs PRs and sign off on commits by
@adamwg in #120
- ci: Make cli-docs-bot the author of docs update commits by
@adamwg in #121
- xrd: Handle v2 XRDs in crossplane xrd convert by @adamwg in
[#122]
- fix(render): do not overwrite function docker network if set,
start crossplane-container in same network by @nkzk in #65
- chore(deps): update codecov/codecov-action digest to 0fb7174
(main) by @crossplane-renovate[bot] in #101
- chore(deps): update korthout/backport-action action to v4.5.2
(main) by @crossplane-renovate[bot] in #102
- Expose host-native CLI binary as the default flake package by
@negz in #126
- chore(deps): pin dependencies (main) by
@crossplane-renovate[bot] in #128
- chore(deps): update renovatebot/github-action action to
v46.1.15 (main) by @crossplane-renovate[bot] in #129
- Decompress function runtime tarballs once when loading by
@negz in #127
- fix: loaded XRD must honor the composite schema by
@fernandezcuesta in #123
- schemas: Prime oapi-codegen's global state to make
capitalization consistent by @adamwg in #130
- Add repository option to crossplane project init by @bobh66
in #105
- feat(xpkg): add --annotation flag to xpkg build and xpkg push
by @chaitanyapantheor in #11
- fix(render): support repeating --required-resources and
- -extra-resources by @chaitanyapantheor in #107
- fix(deps): update module github.com/alecthomas/kong to
v1.15.0 (main) by @crossplane-renovate[bot] in #133
- chore(deps): update module github.com/containerd/containerd
to v1.7.33 [security] (main) by @crossplane-renovate[bot] in
[#132]
- fix(deps): update module
github.com/oapi-codegen/oapi-codegen/v2 to v2.7.1 (main) by
@crossplane-renovate[bot] in #88
- fix(deps): update module github.com/kubernetes-sigs/kro to
v0.9.2 (main) by @crossplane-renovate[bot] in #87
- fix(deps): update module
github.com/google/go-containerregistry to v0.21.7 (main) by
@crossplane-renovate[bot] in #86
- feat: add --as/--as-group/--as-uid impersonation flags by
@mikeshootzz in #114
- chore(deps): update renovatebot/github-action action to
v46.1.16 (main) by @crossplane-renovate[bot] in #139
- fix(deps): update module
github.com/crossplane/function-sdk-go to v0.7.1 (main) by
@crossplane-renovate[bot] in #140
- deps: Update crossplane dependencies to v2.3.3 by @adamwg in
[#138]
* Tue Jun 23 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 2.3.3:
The v2.3.3 release is a patch release that fixes bugs in several
commands and updates dependencies.
* deps: Bump crossplane dependencies to v2.3.3
* chore(deps): update module github.com/containerd/containerd to
v1.7.33 [security]
* Wed Jun 10 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 2.3.2:
The v2.3.2 release is a patch release that fixes regressions in
the Crossplane CLI's render commands that were introduced in the
v2.3.0 release. It also includes security updates to various
dependencies.
* chore(render): address adamwg's review nits on PR #91
* chore(render): align engine tests with package conventions per
coderabbit
* fix(render): address code review on PR #91
* refactor(render): swap docker test seam to one-method-interface
idiom
* chore(render): expand comments on test seam + helper-process
pattern
* feat(render): capture stderr and handle pipeline-fatal exit
code in both engines
* Bump crossplane dependencies to v2.3.2 (release-2.3)
* render: Sort composed resources by `composition-resource-name`
annotation
* render: Replace condition lastTransitionTime timestamps in
output
* render: wire CompositionInputs.XRD through to the proto
* proto: Sync render.proto with crossplane/crossplane main
* fix(deps): update module github.com/go-git/go-git/v5 to v5.19.1
[security]
* docs: Enclose the CLI version number in backticks
* ci: Use the vale-action to run vale
* ci: Validate generated docs using vale
* Add targeted vale ignores
* help: Correct spelling in help text
* Fix vale errors in help
* generate-docs: Clean up maturity level notes
* fix(deps): update module github.com/go-git/go-billy/v5 to
v5.9.0 [security]
* chore(deps): update module golang.org/x/net to v0.55.0
[security]
* chore(deps): update module github.com/sigstore/cosign/v2 to
v2.6.2 [security]
* chore(deps): update module github.com/containerd/containerd to
v1.7.32 [security]
* Mon Jun 01 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 2.3.1:
The v2.3.1 release is a patch release that updates the CLI's
Crossplane dependencies to the latest v2.3.1 version. There are
no other bug fixes and no behavioral changes in this release
compared to v2.3.0.
* deps: Bump Crossplane deps to v2.3.1
* Add the LICENSE file
* Fri May 22 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- The crossplane CLI was moved to its own repository at
https://github.com/crossplane/cli.
- Update to version 2.3.0:
The v2.3.0 release is the first release of the Crossplane CLI
from the new https://github.com/crossplane/cli repository. It
includes two major changes compared to the v2.2 release series: a
reorganization of the command tree and the introduction of new
developer experience commands.
* Notable and Breaking Changes
- Commands have been re-organized into a noun-first tree. #3
- Alpha and beta commands that previously lived in the
crossplane alpha and crossplane beta trees have moved into
the main tree, but are decorated with help text indicating
their maturity. Alpha commands are hidden from help by
default and can be enabled via crossplane config set. #3
Please check the table in the release notes:
https://github.com/crossplane/cli/releases/tag/v2.3.0
* Highlights
- Developer Experience: A new set of commands provides
developer-friendly tooling for building platforms on top of
Crossplane, centered on the concept of a control plane
project. The project is a development artifact combining
configuration (XRDs, compositions, operations) and code
(functions) that can be built into a set of Crossplane
packages for installation into a cluster. See
crossplane/crossplane#6840 and the related design document
for details, and #10 for implementation.
- Better Help: Help text is now formatted using markdown,
allowing for more extensive and readable help in the CLI as
well as auto-generation of the reference documentation for
docs.crossplane.io. See #14.
* What's Changed
- Existing CLI codebase moved from crossplane/crossplane to
this repository, with the command renamed from cmd/crank to
cmd/crossplane.
- Reorganize the command tree and introduce config by @adamwg
in #3
- Update go to 1.26 by @adamwg in #4
- Use function protobufs from function-sdk-go by @adamwg in #5
- fix(config): Fix flag parsing with space-separated value by
@tampakrap in #6
- feat(xrd): Add new subcommand crossplane xrd convert by
@tampakrap in #12
- Format detailed help using markdown and auto-generate
reference docs by @adamwg in #14
- Introduce an initial set of DevEx features by @adamwg in #10
- Update dependencies and renovate for v2.3.0 release
(release-2.3) by @adamwg in #20
* Tue Apr 21 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 2.2.1:
Release notes:
https://github.com/crossplane/crossplane/releases/tag/v2.2.1
No CLI-related changes
* Dependency updates
- fix(deps): update module github.com/go-git/go-git/v5 to v5.18.0 [security]
- chore(deps): update module github.com/sigstore/timestamp-authority/v2 to v2.0.6 [security]
- chore(deps): update module github.com/moby/spdystream to v0.5.1 [security]
- Bump Go to 1.25.9 to fix stdlib CVEs
- fix(deps): update module github.com/go-git/go-git/v5 to v5.17.1 [security]
- chore(deps): update module github.com/docker/cli to v29.2.0+incompatible [security]
- fix(deps): update module github.com/sigstore/cosign/v3 to v3.0.5 [security]
- chore(deps): update module go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to v1.43.0 [security]
- chore(deps): update module github.com/go-jose/go-jose/v4 to v4.1.4 [security]
- chore(deps): update module github.com/cloudflare/circl to v1.6.3 [security]
* Wed Feb 18 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 2.2.0:
* Upgrade from v2.1
It is strongly advised to upgrade to v2.2 from the previous
minor version, which is v2.1. Upon upgrade for each minor
release, Crossplane performs any necessary migrations of its
CRDs to ensure the latest versions are stored in the Kubernetes
API server. Therefore, it is important to upgrade sequentially
through one minor version at a time as described in the upgrade
docs.
* Notable and Breaking Changes
- Input CRDs included in Function packages are no longer
installed by the package manager, following the xpkg
specification. Unknown or disallowed resources in a package
are now ignored instead of causing package installation to
fail. See #6976.
- The on-disk structure of the package cache has changed. This
breaks an undocumented behavior via which packages could be
side-loaded into Crossplane, which was especially useful for
testing. See #6981 for details on the change and #7147 for
discussion of the test changes necessary to accommodate it.
* Highlights
- ImageConfig can now be used to configure the
DeploymentRuntimeConfig used for packages, including those
installed as dependencies. Note that a matching ImageConfig
takes precedence over the runtimeConfigRef in a package spec
if both are present. See #6382.
- The MRD controller now uses server-side apply to update CRDs,
improving reliability. See #6934.
- The pipeline inspector is now available as an alpha feature
(disabled by default). When enabled, the inspector forwards
function requests and responses to a user-configured gRPC
endpoint for debugging or observability. See #7025 and #7031.
- XRDs can now configure x-kubernetes-validations outside of
the spec. This allows for validation of metadata such as
names and labels. See #7018.
- Composition and operation functions can now request OpenAPI
schemas for any resource kind in the cluster using the
RequiredSchemas field in the function response. Crossplane
now advertises capabilities (including required schemas) to
functions in a new function request field. See #7022.
- The crossplane beta trace CLI command now supports tracing
all resources of a given kind, and supports watching
resources. See #6552 and #7015.
- New documentation has been added regarding connection details
for composite resources and workload identity with
Crossplane.
* What's Changed
- chore(deps): bump crossplane-runtime to v2.2.0-rc.0 by
@jbw976 in #6888
- build: add release-2.1 to renovate baseBranches by @jbw976 in
[#6892]
- Fix Docker port binding race condition on macOS by using
HostPort "0" by @kaessert in #6897
- v2.1 release follow ups by @jbw976 in #6903
- Fix XR circuit breaker to account for double token
consumption by @negz in #6911
- chore: add Evaneos to adopters list by @jbw976 in #6916
- chore(deps): update docker/login-action digest to 5e57cd1
(main) by @crossplane-renovate[bot] in #6890
- chore(deps): update module golang.org/x/crypto to v0.43.0
[security] (main) by @crossplane-renovate[bot] in #6921
- chore: add ambev tech as adopter by @rafaelvilarinho in #6925
- Update ADOPTERS.md by @O5ten in #6900
- Fix claim controller watch startup after transient failures
by @negz in #6929
- Add option to prevent events from being emitted in default
namespace by @frigaut-orange in #6733
- Allow configuring custom annotations on Crossplane helm chart
secret resources by @ravilr in #6917
- Use server-side apply for MRD controller by @negz in #6934
- fix: Add TLS as app protocol to function service by
@ezgidemirel in #6943
- pkg: Allow configuration of DeploymentRuntimeConfig via
ImageConfig by @adamwg in #6940
- chore(deps): update module github.com/jmattheis/goverter to
v1.9.2 (main) by @crossplane-renovate[bot] in #6918
- chore(deps): update github/codeql-action digest to d3ced5c
(main) by @crossplane-renovate[bot] in #6891
- chore(deps): update module golang.org/x/crypto to v0.45.0
[security] (main) by @crossplane-renovate[bot] in #6937
- chore(deps): update actions/checkout digest to 34e1148 (main)
by @crossplane-renovate[bot] in #6954
- add yaml support to render --context-files and
- -context-values flag by @u-kai in #6830
- chore(deps): update github/codeql-action digest to 497990d
(main) by @crossplane-renovate[bot] in #6955
- Add Netclab to adopters list with usage details by
@mbakalarski in #6972
- fix(render): propagate root composite identity through nested
XR trees by @jcogilvie in #6957
- Add Sumo Logic to adopters by @jcogilvie in #6958
- Update ADOPTERS.md by @TheBelgarion in #6754
- fix(deps): update module google.golang.org/protobuf to
v1.36.11 (main) by @crossplane-renovate[bot] in #6960
- Disable CodeRabbit issue enrichment beta feature by @negz in
[#6993]
- chore: update run function proto comments for v2 connection
details by @jbw976 in #6992
- pkg: Stop installing function input CRDs and ignore
disallowed kinds by @adamwg in #6976
- fix broken link by @cahillsf in #6995
- chore: Remove ESS leftovers by @ezgidemirel in #7001
- tests: add error handling test for printPodsTable by
@intojhanurag in #6944
- feat: Support list of resources for crossplane beta trace by
@twobiers in #6552
- Introduce xpkg.Client to consolidate package fetching by
@negz in #6981
- Bump golangci-lint to v2.6.2 by @negz in #7009
- apis: Eliminate imports of internal packages in apis by
@adamwg in #7002
- Add sidecar container support to Crossplane Helm chart by
@phisco in #7007
- feat(helm): Set automountServiceAccountToken on service
accounts by @bradyz7 in #6873
- chore: add adamwg as maintainer, move turkenh to emeritus by
@jbw976 in #7027
- docs: fix typo in comments by @NAM-MAN in #7028
- Pipeline inspector hook one-pager by @phisco in #7025
- chore(deps): update module github.com/go-chi/chi/v5 to v5.2.4
[security] (main) by @crossplane-renovate[bot] in #7033
- Add Cosign v3 support by @jonasz-lasut in #6985
- pkg: Fix upgrading packages with common transitive
dependencies by @adamwg in #7030
- Add an option to prevent caching of resources in other
namespaces by @frigaut-orange in #6732
- feat: add defaultCompositionRevisionSelector for v1 and v2
APIs by @markussiebert in #7032
- docs(links): update links in crds by @haarchri in #7045
- Migrate build system from Earthly to Nix by @negz in #6999
- Fix Renovate local preset syntax to use owner/repo//path
format by @negz in #7055
- Fix Nix config for Renovate post-upgrade tasks by @negz in
[#7058]
- Disable Nix build-users-group for Renovate by @negz in #7059
- fix(deps): update module github.com/sigstore/cosign/v3 to
v3.0.4 [security] (main) by @crossplane-renovate[bot] in
[#7047]
- chore(deps): pin dependencies (main) by
@crossplane-renovate[bot] in #7057
- skip checklist-completed check for comments by @lsviben in
[#7061]
- chore(deps): update module github.com/go-chi/chi/v5 to v5.2.4
[security] (main) by @crossplane-renovate[bot] in #7046
- chore(deps): update module
github.com/theupdateframework/go-tuf/v2 to v2.4.1 [security]
(main) by @crossplane-renovate[bot] in #7048
- chore(deps): update module github.com/sigstore/rekor to
v1.5.0 [security] (main) by @crossplane-renovate[bot] in
[#7034]
- fix(deps): update module github.com/sigstore/sigstore to
v1.10.4 [security] (main) by @crossplane-renovate[bot] in
[#7035]
- chore(deps): update module github.com/quic-go/quic-go to
v0.57.0 [security] (main) by @crossplane-renovate[bot] in
[#6977]
- fix(fn-cache): prevent caching responses with unfulfilled
requirements by @haarchri in #6961
- fix: improve errors for malformed xpkg examples by
@majiayu000 in #6990
- Add Christopher Haar as a maintainer by @negz in #7069
- chore(deps): update docker/login-action digest to c94ce9f
(main) by @crossplane-renovate[bot] in #7070
- chore(deps): update github/codeql-action digest to 439137e
(main) by @crossplane-renovate[bot] in #7071
- Remove Earthfile and .ko.yaml by @negz in #7073
- chore(deps): update module github.com/jmattheis/goverter to
v1.9.3 (main) by @crossplane-renovate[bot] in #7074
- chore(deps): update actions/checkout action to v4.3.1 (main)
by @crossplane-renovate[bot] in #7076
- chore(deps): update aquasecurity/trivy-action action to
v0.33.1 (main) by @crossplane-renovate[bot] in #7077
- fix(deps): update module github.com/sirupsen/logrus to v1.9.4
(main) by @crossplane-renovate[bot] in #7075
- chore(deps): update buildpulse/buildpulse-action action to
v0.12.0 (main) by @crossplane-renovate[bot] in #7078
- fix(deps): update module github.com/alecthomas/kong to
v1.13.0 (main) by @crossplane-renovate[bot] in #7081
- fix(deps): update module github.com/emicklei/dot to v1.10.0
(main) by @crossplane-renovate[bot] in #7083
- fix(deps): update module github.com/go-git/go-billy/v5 to
v5.7.0 (main) by @crossplane-renovate[bot] in #7087
- Remove unused tools/ dir by @negz in #7085
- Use lockFileMaintenance to update flake.lock by @negz in
[#7084]
- feat(trace): add watch for trace by @haarchri in #7015
- Pipeline inspector implementation by @phisco in #7031
- chore(deps): update github/codeql-action digest to 2588666
(main) by @crossplane-renovate[bot] in #7092
- fix(deps): update module github.com/go-git/go-git/v5 to
v5.16.4 (main) by @crossplane-renovate[bot] in #7088
- fix(deps): update module github.com/docker/go-connections to
v0.6.0 (main) by @crossplane-renovate[bot] in #7082
- chore(deps): update actions/checkout action to v6 (main) by
@crossplane-renovate[bot] in #7095
- chore(deps): update actions/upload-artifact action to v6
(main) by @crossplane-renovate[bot] in #7098
- chore(deps): lock file maintenance (main) by
@crossplane-renovate[bot] in #7102
- chore(deps): update actions/create-github-app-token action to
v2 (main) by @crossplane-renovate[bot] in #7096
- chore(deps): update actions/stale action to v10 (main) by
@crossplane-renovate[bot] in #7097
- chore(deps): update codecov/codecov-action action to v5
(main) by @crossplane-renovate[bot] in #7099
- chore(deps): update renovatebot/github-action action to v46
(main) by @crossplane-renovate[bot] in #7100
- chore(deps): update zeebe-io/backport-action action to v4
(main) by @crossplane-renovate[bot] in #7101
- chore(deps): update dependency ubuntu to v24 (main) by
@crossplane-renovate[bot] in #7103
- chore(deps): update github/codeql-action action to v4 (main)
by @crossplane-renovate[bot] in #7104
- fix(deps): update module github.com/in-toto/in-toto-golang to
v0.10.0 (main) by @crossplane-renovate[bot] in #7093
- build: add args support for hack target, add new unhack
target by @jbw976 in #7106
- fix: exclude ClusterProviderConfigUsages from CRD to MRD
conversion by @LukeTimeWalker in #7090
- Handle CronOperation and WatchOperation in alpha render op by
@bobh66 in #7021
- build: add values file support for hack target by @phisco in
[#7107]
- fix(deps): update module github.com/posener/complete to v2
(main) by @crossplane-renovate[bot] in #7105
- feat(install.sh): download and unpack the compressed file by
@tampakrap in #6436
- Add shell script linting and expand lint app to format all
code by @negz in #7112
- Add CLI argument support to hack Nix app by @negz in #7111
- fix: check correct condition in package reconciler by
@tenstad in #7091
- Add support for composition functions to request OpenAPI
schemas by @negz in #7022
- Use function-python:v0.4.0 in required schemas E2Es by @negz
in #7117
- Use --watched-resource flag for WatchOperations by @negz in
[#7113]
- chore(deps): update gomod2nix digest to 0629af8 (main) by
@crossplane-renovate[bot] in #7115
- chore(deps): update gomod2nix digest to 75c2866 (main) by
@crossplane-renovate[bot] in #7120
- chore(deps): update github/codeql-action digest to 45cbd0c
(main) by @crossplane-renovate[bot] in #7119
- fix(deps): update module github.com/posener/complete to v2
(main) by @crossplane-renovate[bot] in #7116
- Allow XRDs to configure x-kubernetes-validations outside of
spec by @jonasz-lasut in #7018
- feat(helm): make sidecars, extra volumes, and volume mounts
templatable by @phisco in #7122
- fix(deps): update module github.com/posener/complete to v2
(main) by @crossplane-renovate[bot] in #7121
- fix(deps): update module github.com/alecthomas/kong to
v1.14.0 (main) by @crossplane-renovate[bot] in #7125
- chore: update steering committee table for 2026 election
results by @jbw976 in #7127
- chore(deps): update renovatebot/github-action action to
v46.0.2 (main) by @crossplane-renovate[bot] in #7132
- Bump crossplane-runtime dependency to v2.2.0-rc.1 by @adamwg
in #7135
- [Backport release-2.2] Use foreground cascading deletion for
unneeded composed resources by @github-actions[bot] in #7144
- deps: Update crossplane-runtime to v2.2.0 by @adamwg in #7150
* Wed Feb 04 2026 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 2.1.4:
This release backports #7030 to the 2.1 branch to fix one of the
issues reported in #3423, where shared transitive dependencies
could not be upgraded successfully. It also contains security
updates to Crossplane's dependencies.
* What's Changed
- chore(deps): update module
github.com/theupdateframework/go-tuf/v2 to v2.4.1 [security]
- chore(deps): update module github.com/go-chi/chi/v5 to v5.2.4
[security]
- Backport lint fixes and config from main
- Update sigstore dependencies to fix security vulnerabilities
- e2e: Move transitive dependency test packages to
xpkg.crossplane.io
- pkg: Fix handling of no-op package upgrades
- pkg: Ignore outdated dependencies in the lock when upgrades
are enabled
- e2e: Add an e2e test for transitive dependency conflicts
- chore(deps): update module github.com/quic-go/quic-go to
v0.57.0 [security] (#6978)
- test: add edge case tests for SetComposedResourceMetadata
- render: propagate root composite identity through nested XR
trees
* Fri Dec 05 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 2.1.3:
No CLI-related changes
* Fri Dec 05 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 2.1.2:
No CLI-related changes
* chore(deps): update module golang.org/x/crypto to v0.45.0
[security]
* chore(deps): update module golang.org/x/crypto to v0.43.0
[security]
* Tue Nov 11 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 2.1.1:
No CLI-related changes
* Fix XR circuit breaker to account for double token consumption
* Thu Nov 06 2025 Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 2.1.0:
Large update for crossplane itself, see the release notes
https://github.com/crossplane/crossplane/releases/tag/v2.1.0
No CLI-related changes
* Dependencies
- chore(deps) bump crossplane-runtime to v2.1.0-rc.0
- chore(deps): bump crossplane-runtime to v2.1.0
- chore(deps): bump crossplane-runtime to v2.1.0-rc.1
- chore(deps): bump github.com/bufbuild/buf and
github.com/quic-go/quic-go to compatible versions
- chore(deps): update actions/checkout digest to 08eba0b
- chore(deps): update docker/login-action digest to 184bdaa
- chore(deps): update module github.com/go-chi/chi/v5 to v5.2.2
[security]
- chore(deps): update module
github.com/go-viper/mapstructure/v2 to v2.4.0 [security]
- chore(deps): update module github.com/quic-go/quic-go to
v0.54.1 [security]
- fix(deps): update module github.com/docker/docker to
v28.3.3+incompatible [security]
- fix(deps): update module github.com/go-git/go-billy/v5 to
v5.6.2
- fix(deps): update module
github.com/google/go-containerregistry to v0.20.6
* 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, Sun Aug 2 04:42:17 2026