Skip to content

Releases: upbound/up

v0.34.1

10 Oct 14:50
e1d3d61
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.34] Bump spaces dependency xpkg.upbound.io/spaces-artifacts/external-secrets to v0.9.20-up.1 by @github-actions in #628

Full Changelog: v0.34.0...v0.34.1

v0.34.0

07 Oct 17:44
1a2fb0c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.33.0...v0.34.0

v0.33.0

03 Sep 10:30
647b603
Compare
Choose a tag to compare

What's Changed

  • Show healthy column and read message from status for CTP list/get commands by @turkenh in #595
  • Remove ineffective trailing "\n" by @tnthornton in #597
  • move defaults before overrides by @avalanche123 in #600
  • docs: use -0.rc as tag to fix sorting and mention cache invalidation by @phisco in #598
  • fix(up/query): print right kind with multiple resources by @phisco in #601
  • configuration: Remove configuration by @adamwg in #605
  • Fix "xpkg dep" with function dependencies by @ezgidemirel in #606
  • Fix ctx writing kubeconfig to stdout with current path by @RedbackThomson in #608
  • feat(init): space init fits for v1.7.0 with registry change and different pre-reqs by @haarchri in #610
  • feat(space-mirror): add resources based on kubeVersionPath by @haarchri in #609
  • feat(oci): install mcp-connector from oci-registry by @haarchri in #611
  • feat(mirror): add compatibleChartVersion for artifacts by @haarchri in #612
  • Add a version constraint for the mxp-authz-webhook Chart's images by @ulucinar in #613

New Contributors

Full Changelog: v0.32.0...v0.33.0

v0.32.1

06 Aug 17:12
b941b57
Compare
Choose a tag to compare

What's Changed

  • Show healthy column and read message from status for CTP list/get commands (backport of #595 by @turkenh).

Full Changelog: v0.32.0...v0.32.1

v0.32.0

02 Aug 22:02
e9489b3
Compare
Choose a tag to compare

Summary

  • New up team command for managing teams.
  • New up robot team command for managing robot team membership.
  • New up repository permission command for managing team access to repositories.
  • up space attach and up space detach have been renamed to up space connect and up space disconnect, respectively.
  • Improved up alpha get and up alpha query commands for querying resources in and across control planes.

What's Changed

  • Remove default loading rules for explicit paths by @RedbackThomson in #563
  • feat(teams): implement teams cmd by @haarchri in #566
  • feat(robot): add robot team membership by @haarchri in #568
  • feat(repo): add repo permissions for teams by @haarchri in #569
  • feat(mirror): add alpha space mirror cmd by @haarchri in #572
  • fix(migration): fix unpause with dynamicClient gvr - cannot unpause composites: cannot list resources by @haarchri in #574
  • feat(skip): add an option to skip crossplane resources by @haarchri in #573
  • get: fix kubeconfig logic to call query API without profiles by @sttts in #576
  • ctx: unify path string by @sttts in #577
  • ctx: fix --short output to print the final state not the original state by @sttts in #584
  • feat(mirror): add an option to specify the base chart version by @haarchri in #583
  • Unhide --token flag for login by @jastang in #587
  • get+query: add columns by @sttts in #586
  • query+get: improve context awareness by @sttts in #588
  • bump connect-agent version by @avalanche123 in #585
  • Rename up space attach/detach to up space connect/disconnect by @RedbackThomson in #591
  • query/get: remove noHeaders in Query API requests by @sttts in #592
  • ctx: Ignore empty path components in non-interactive mode by @adamwg in #593
  • xpkg: Support function dependencies by @adamwg in #594

Full Changelog: v0.31.0...v0.32.0

v0.31.0

07 Jun 20:10
56026df
Compare
Choose a tag to compare

🚨 Warnings and breaking changes

  • Web-based login (previously up alpha web-login) is now the default for up login. Use up login --username=<user> to invoke interactive terminal login.
  • up configuration is now stubbed out, since Configurations are not currently supported in Upbound.

Summary

  • Web login is now the default for up login.
  • up ctx now works with connected Spaces.
  • up ctx now supports navigating between cloud, connected, and disconnected Spaces regardless of the current kubeconfig context.
  • up space attach now works with Upbound IAM.

What's Changed

  • Merge web-login into login by @jastang in #525
  • Update pterm so it doesn't intercept signals by @adamwg in #528
  • Stub out the configuration command and return an error by @adamwg in #527
  • attach: check for upbound-system/mxp-config ConfigMap and check account by @sttts in #533
  • attach: compile in agentVersion through Go, not Makefile magic by @sttts in #532
  • Cleanup README file by @jeanduplessis in #529
  • spaces: Set and check the account name correctly by @adamwg in #537
  • query: Fix kubeconfig fetching in up alpha query by @adamwg in #540
  • Optionally override of session token in org token by @RedbackThomson in #536
  • Get ingress host and CA from space through connect by @RedbackThomson in #535
  • ctp: Allow version and upgrade channel to be specified in create by @adamwg in #543
  • ctx: Enable navigation between cloud and disconnected Spaces by @adamwg in #546
  • ctx: Dim unselectable items and improve wording for empty groups by @adamwg in #553
  • ctx: Improve performance and make UI more responsive by @adamwg in #552
  • Bump providers to newest versions by @lsviben in #551
  • ctx: Look up cloud/connected Space ingresses in parallel by @adamwg in #554
  • Obervability: Wait for OpenTelemetry operator pod to be ready by @lsviben in #550
  • fix(query): fix kubeconfig injection in up alpha get by @phisco in #556
  • ctx: Show unselectable items for unreachable Spaces by @adamwg in #555
  • ctx: Correctly handle errors on selection, including kubeconfig verification timeouts by @adamwg in #558
  • ctx: Always re-enable nav when updating model by @adamwg in #559
  • ctx: Add space name to kubeconfig extension by @adamwg in #561

New Contributors

Full Changelog: v0.30.0...v0.31.0

v0.30.0

10 May 23:15
0fde460
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.0...v0.30.0

v0.29.0

04 May 00:30
42a1901
Compare
Choose a tag to compare

🚨 Warnings and breaking changes

  • up ctp connect and up kubeconfig get have been deprecated in favor of up ctx
    • up ctx <organization>/<space>/<group>/<control plane> is equivalent to running up ctp connect
    • up ctx <organization>/<space>/<group>/<control plane> -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

New Contributors

Full Changelog: v0.28.0...v0.29.0

v0.28.0

02 Apr 21:02
52fe383
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.27.0...v0.28.0

v0.27.0

27 Mar 15:43
200b9a5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.26.0...v0.27.0