File crossplane-cli.changes of Package crossplane-cli
-------------------------------------------------------------------
Thu May 22 04:54:36 UTC 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 19:58:27 UTC 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 06:01:16 UTC 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 05:55:13 UTC 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 06:30:23 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 1.18.2:
no CLI-related changes in changelog
-------------------------------------------------------------------
Fri Nov 29 12:22:37 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 1.18.1:
no CLI-related changes in changelog
-------------------------------------------------------------------
Tue Nov 05 09:58:58 UTC 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 12:13:04 UTC 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 17:27:53 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- new package crossplane-cli: CLI for the crossplane infrastructure
automation platform