Skip to content

Releases: upbound/up

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

v0.26.0

16 Mar 19:39
a2b0782
Compare
Choose a tag to compare

What's Changed

  • update dependencies and go version by @avalanche123 in #444
  • feat: move export to dedicated module by @phisco in #439
  • Add up alpha query and up alpha get commands by @sttts in #445
  • Align trace's arguments with query+get and fix up/down navigation by @sttts in #446
  • trace/query/get: Misc improvements by @sttts in #447

New Contributors

Full Changelog: v0.25.0...v0.26.0

v0.25.0

12 Mar 17:21
7dcb9c8
Compare
Choose a tag to compare

What's Changed

  • fix(xpkg/test): Replace invalid char in filename by @MisterMX in #425
  • bump docker/docker dep to v20.10.27 by @hectorj2f in #423
  • Do not restore package statuses and use the same confirmation dialog as spaces init by @turkenh in #426
  • Improve UX of ctp connect+disconnect by @sttts in #429
  • connect: gracefully handle different context names by @sttts in #431
  • Unify 'up ctp connect' and 'up ctp kubeconfig get' by @sttts in #433
  • feat(version): bump provider helm and kubernetes version and configur… by @haarchri in #435
  • Allow repeated ctp connects by @sttts in #434
  • Add alpha trace and tview-template commands by @sttts in #430
  • feat(cli): version to subcommand and client/server side versions by @haarchri in #437

New Contributors

Full Changelog: v0.24.0...v0.25.0

v0.24.2

29 Feb 06:16
f0b10f4
Compare
Choose a tag to compare

What's Changed

This version includes some configuration tweaks for Crossplane and providers that is installed as prerequisites with the up space init command.

  • [Backport release-0.24] feat(version): bump provider helm and kubernetes version and configur… by @github-actions in #436

Full Changelog: v0.24.1...v0.24.2

v0.24.1

07 Feb 12:58
aec0b04
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.24] Do not restore package statuses and use the same confirmation dialog as spaces init by @github-actions in #427

Full Changelog: v0.24.0...v0.24.1

v0.24.0

01 Feb 23:36
19dd493
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.23.0...v0.24.0