Skip to content

Releases: upbound/up

v0.23.0

01 Feb 20:19
c2480b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.22.1...v0.23.0

v0.22.1

30 Jan 22:27
5c4b13d
Compare
Choose a tag to compare

What's Changed

  • [0.22 backport] Update prerequisite versions for spaces 1.2.0 by @branden in #419

Full Changelog: v0.22.0...v0.22.1

v0.22.0

30 Jan 19:07
38a5d27
Compare
Choose a tag to compare

What's Changed

  • advance main ahead of v0.21.0 by @tnthornton in #396
  • up/controlplane: improve help texts for make 'profile set space' discoverable by @sttts in #398
  • Allow creating new space profiles by name by @branden in #400
  • fix(spaces): Allow ctrl+c while running up space init by @cbuto in #405
  • up/profile: check for Spaces on 'up profile set space' by @sttts in #406
  • Update release notes. by @chrishalbert in #411
  • Add up alpha migration export/import commands by @turkenh in #409
  • Bare Control Planes: allow for creating control planes without a config by @darkmuggle in #414

New Contributors

Full Changelog: v0.21.0...v0.22.0

v0.21.0

12 Oct 22:11
cb488c1
Compare
Choose a tag to compare

Notable Changes

  • up space init's UXP auto-installed prerequisite was updated from 1.12.2-up.2 to 1.13.2-up.2
  • up ctp connect was re-introduced, with different functionality. Invoking the command will now connect your kubectl directly to the target control plane. Any kubectl commands run in that terminal will be executed against the target control plane.
  • up ctp disconnect was introduced to compliment connect. Invoking the command will switch from the control plane context back to the originating context.
  • up ctp connector install was extended to enable configuring mcp-connector against a Space's control plane.
  • up ctp connector uninstall was introduced to compliment install. Invoking the command will delete the mcp-connector helm chart from the App Cluster.

What's Changed

Full Changelog: v0.20.0...v0.21.0

v0.20.0

10 Oct 23:58
353ea63
Compare
Choose a tag to compare

Notable Changes

  • Introduced support for the following up ctp subcommands with spaces:
    • create
    • delete
    • get
    • list
  • ⚠️ Breaking change ⚠️ - up ctp connect was moved to up ctp connector install. This is anticipation of #391.

What's Changed

  • Add tests for auth.yaml inclusion in provider package by @tnthornton in #384
  • Allow pre-release versions of spaces to be installed and upgraded to by @tnthornton in #387
  • Introduce support for up ctp (create, get, list, delete) against an Upbound Space by @tnthornton in #388
  • Move ctp connect to ctp connector install by @tnthornton in #389

Full Changelog: v0.19.2...v0.20.0

v0.19.2

05 Oct 18:43
343e602
Compare
Choose a tag to compare

What's Changed

  • Fix up xpkg build not including authentication extensions for Upbound console on Provider v1

Full Changelog: v0.19.1...v0.19.2

v0.19.1

29 Aug 23:01
e9d8bdd
Compare
Choose a tag to compare

What's Changed

  • [Backport release-0.19] Fix uxp install error "couldn't find binding" by @github-actions in #371

Full Changelog: v0.19.0...v0.19.1

v0.19.0

28 Aug 21:07
62b427b
Compare
Choose a tag to compare

What's Changed

  • advance main ahead of v0.18.0 by @jastang in #337
  • Add repeatable --debug (short -d) enabling API request logging by @sttts in #339
  • Package composition function types by @nullable-eth in #340
  • Prevent deferred File.Close and wrap errors while putting CRDs into xpls provider package cache by @ulucinar in #343
  • [DevEx] xpkg: add error contexts and print & fail on parse errors by @sttts in #342
  • Add up space billing get with GCS support by @branden in #345
  • Add AWS support to up spaces billing get by @nlinx in #347
  • New subcommands to support Upbound Spaces by @tnthornton in #348
  • Introduce additional requirements for the spaces install by @tnthornton in #350
  • Adjust ingress-nginx deployment to target kind by @tnthornton in #352
  • Fix broken marketplace links by @hasheddan in #353
  • Use default font rather than setting a font that may be too light by @tnthornton in #356
  • Update docs link for up space init to point to correct URL. by @tnthornton in #359
  • Spaces: add helpers for default and unattended installation by @darkmuggle in #357
  • Allow operators to override the registry and registry-endpoint for a spaces install by @tnthornton in #358
  • Spaces: add support for public load balancer by @darkmuggle in #360
  • Add Azure support to up space billing get + provider-generic refactor by @branden in #351
  • cmd/space: fix missing install.Context by @sttts in #361
  • Space: improve destroy command by @darkmuggle in #362
  • space: unify and deduplicate registry flag logic by @sttts in #363
  • Use concrete types with destroyCmd.Run() by @branden in #365
  • Fix typo in up space destroy output by @branden in #366
  • space/upgrade: validate versions locally by @sttts in #364
  • Rename up space billing get to export and fix event tags by @branden in #367

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

27 Jun 18:11
e1e24a6
Compare
Choose a tag to compare

Overview

This is a small release that most notably gets us back to parity with upstream Crossplane, addressing key issues such as #329.

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.18.0

v0.17.0

12 May 14:29
7776c9d
Compare
Choose a tag to compare

What's Changed

  • Added tab completion for two control plane commands by @AlainRoy in #328
  • Check the validity of kubeconfig before applying it by @jastang in #330
  • xpkg batch subcommand to batch process provider packages by @ulucinar in #332

Full Changelog: v0.16.1...v0.17.0