crossplane-contrib / provider-upjet-aws

Official AWS Provider for Crossplane by Upbound.
https://marketplace.upbound.io/providers/upbound/provider-aws
Apache License 2.0
137 stars 112 forks source link

Update dependency upbound/up to v0.30.0 #1302

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Update Change
upbound/up minor v0.28.0 -> v0.30.0

Release Notes

upbound/up (upbound/up) ### [`v0.30.0`](https://togithub.com/upbound/up/releases/tag/v0.30.0) [Compare Source](https://togithub.com/upbound/up/compare/v0.29.0-rc.0...v0.30.0-rc.0) #### What's Changed - Expose ctx and ctp commands by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/489](https://togithub.com/upbound/up/pull/489) - up space list against a disconnected space should return message to user by [@​tnthornton](https://togithub.com/tnthornton) in [https://github.com/upbound/up/pull/492](https://togithub.com/upbound/up/pull/492) - Remove deletion protection label/flag from group create by [@​cbuto](https://togithub.com/cbuto) in [https://github.com/upbound/up/pull/496](https://togithub.com/upbound/up/pull/496) - Use `up` in exec if in PATH by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/495](https://togithub.com/upbound/up/pull/495) - Export context extensions for space metadata by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/491](https://togithub.com/upbound/up/pull/491) - Update breadcrumbs colors and format by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/494](https://togithub.com/upbound/up/pull/494) - Derive state from extensions by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/498](https://togithub.com/upbound/up/pull/498) - up ctx: allow activating context if current-context is empty by [@​cbuto](https://togithub.com/cbuto) in [https://github.com/upbound/up/pull/499](https://togithub.com/upbound/up/pull/499) - Include organization name in `up ctx . --short` by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/505](https://togithub.com/upbound/up/pull/505) - Fix CRUD on control planes within group scope by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/506](https://togithub.com/upbound/up/pull/506) - Fix getting stuck in space by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/508](https://togithub.com/upbound/up/pull/508) - Inject new user agent into all kube rest configs by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/511](https://togithub.com/upbound/up/pull/511) - Split `up version` into client and server by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/509](https://togithub.com/upbound/up/pull/509) - Support `up ctx . --short` for space by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/512](https://togithub.com/upbound/up/pull/512) - Promote `web-login` to stable. by [@​jastang](https://togithub.com/jastang) in [https://github.com/upbound/up/pull/516](https://togithub.com/upbound/up/pull/516) - Fix legacy redirect errors to include organization in path by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/517](https://togithub.com/upbound/up/pull/517) - (temp) Enable hub authz and authn by default by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/514](https://togithub.com/upbound/up/pull/514) - up ctx: Add menu item for connecting to a control plane by [@​cbuto](https://togithub.com/cbuto) in [https://github.com/upbound/up/pull/510](https://togithub.com/upbound/up/pull/510) - Fix condition where current context points nowhere by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/518](https://togithub.com/upbound/up/pull/518) - Change up ctx padding and naming by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/519](https://togithub.com/upbound/up/pull/519) - Add explicit group label to namespace by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/520](https://togithub.com/upbound/up/pull/520) **Full Changelog**: https://github.com/upbound/up/compare/v0.29.0...v0.30.0 ### [`v0.29.0`](https://togithub.com/upbound/up/releases/tag/v0.29.0) [Compare Source](https://togithub.com/upbound/up/compare/v0.28.0...v0.29.0-rc.0) #### 🚨 Warnings and breaking changes - `up ctp connect` and `up kubeconfig get` have been deprecated in favor of `up ctx` - `up ctx ///` is equivalent to running `up ctp connect` - `up ctx /// -f -` is equivalent to running `up kubeconfig get` - `up profile set` has been deprecated - Up profiles no longer contain types. To use commands against a space, set your `KUBECONFIG` to point to a space hub. #### What's Changed - Add `up space list` command by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/459](https://togithub.com/upbound/up/pull/459) - Add ctx command by [@​sttts](https://togithub.com/sttts) in [https://github.com/upbound/up/pull/455](https://togithub.com/upbound/up/pull/455) - connect fixes by [@​avalanche123](https://togithub.com/avalanche123) in [https://github.com/upbound/up/pull/461](https://togithub.com/upbound/up/pull/461) - ctx: fix group+controlplane context code and add tests by [@​sttts](https://togithub.com/sttts) in [https://github.com/upbound/up/pull/462](https://togithub.com/upbound/up/pull/462) - ctx: filter namespaces by group label by [@​sttts](https://togithub.com/sttts) in [https://github.com/upbound/up/pull/463](https://togithub.com/upbound/up/pull/463) - Bump up-sdk-go by [@​sttts](https://togithub.com/sttts) in [https://github.com/upbound/up/pull/464](https://togithub.com/upbound/up/pull/464) - fix: exporter retrying on transient errors by [@​phisco](https://togithub.com/phisco) in [https://github.com/upbound/up/pull/460](https://togithub.com/upbound/up/pull/460) - Polish keyboard navigation in `up ctx` by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/467](https://togithub.com/upbound/up/pull/467) - Add CRUD support for spaces groups by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/466](https://togithub.com/upbound/up/pull/466) - Add support for cloud spaces in up ctx by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/468](https://togithub.com/upbound/up/pull/468) - Delete docs directory by [@​cwilhit](https://togithub.com/cwilhit) in [https://github.com/upbound/up/pull/472](https://togithub.com/upbound/up/pull/472) - feat(uxp): bump uxp to v1.15.x by [@​haarchri](https://togithub.com/haarchri) in [https://github.com/upbound/up/pull/470](https://togithub.com/upbound/up/pull/470) - Fix detach prompt to match default by [@​branden](https://togithub.com/branden) in [https://github.com/upbound/up/pull/473](https://togithub.com/upbound/up/pull/473) - Prevent spinner from overwriting confirmation prompt during attach/detach by [@​branden](https://togithub.com/branden) in [https://github.com/upbound/up/pull/476](https://togithub.com/upbound/up/pull/476) - Make ctp list derive context from kubeconfig by [@​Piotr1215](https://togithub.com/Piotr1215) in [https://github.com/upbound/up/pull/457](https://togithub.com/upbound/up/pull/457) - Revert "Make ctp list derive context from kubeconfig" by [@​jeanduplessis](https://togithub.com/jeanduplessis) in [https://github.com/upbound/up/pull/479](https://togithub.com/upbound/up/pull/479) - space init: install opentelemetry-operator as prerequisite by [@​lsviben](https://togithub.com/lsviben) in [https://github.com/upbound/up/pull/478](https://togithub.com/upbound/up/pull/478) - configure CODECOV_TOKEN by [@​ldalorion](https://togithub.com/ldalorion) in [https://github.com/upbound/up/pull/482](https://togithub.com/upbound/up/pull/482) - Hide robot-token flag in attach help by [@​branden](https://togithub.com/branden) in [https://github.com/upbound/up/pull/477](https://togithub.com/upbound/up/pull/477) - Bump connect agent version to 0.0.0-408.g343d295 by [@​cbuto](https://togithub.com/cbuto) in [https://github.com/upbound/up/pull/481](https://togithub.com/upbound/up/pull/481) - Overhaul all commands to use stripped profiles and kubecontexts by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/471](https://togithub.com/upbound/up/pull/471) - Pull organization name from exec directly by [@​RedbackThomson](https://togithub.com/RedbackThomson) in [https://github.com/upbound/up/pull/483](https://togithub.com/upbound/up/pull/483) #### New Contributors - [@​RedbackThomson](https://togithub.com/RedbackThomson) made their first contribution in [https://github.com/upbound/up/pull/459](https://togithub.com/upbound/up/pull/459) - [@​cwilhit](https://togithub.com/cwilhit) made their first contribution in [https://github.com/upbound/up/pull/472](https://togithub.com/upbound/up/pull/472) - [@​Piotr1215](https://togithub.com/Piotr1215) made their first contribution in [https://github.com/upbound/up/pull/457](https://togithub.com/upbound/up/pull/457) - [@​jeanduplessis](https://togithub.com/jeanduplessis) made their first contribution in [https://github.com/upbound/up/pull/479](https://togithub.com/upbound/up/pull/479) - [@​lsviben](https://togithub.com/lsviben) made their first contribution in [https://github.com/upbound/up/pull/478](https://togithub.com/upbound/up/pull/478) - [@​ldalorion](https://togithub.com/ldalorion) made their first contribution in [https://github.com/upbound/up/pull/482](https://togithub.com/upbound/up/pull/482) **Full Changelog**: https://github.com/upbound/up/compare/v0.28.0...v0.29.0

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

turkenf commented 1 month ago

/test-examples="examples/rds/v1beta1/clusterroleassociation.yaml"

Uptest run: https://github.com/crossplane-contrib/provider-upjet-aws/actions/runs/9228742704