Skip to content

v0.1.1

Choose a tag to compare

@stevendborrelli stevendborrelli released this 16 Jan 20:51
· 23 commits to main since this release
3bdb6df

Release Notes - v0.1.1

Release Date: January 16, 2026

Overview

This release fixes dependency bugs surfaced after moving the packages to xpkg.upbound.io/upbound from upboundcare.

Installing

Configuration Package

apiVersion: pkg.crossplane.io/v1
kind: Configuration
metadata:
  name: configuration-aws-network-ts
spec:
  package: xpkg.upbound.io/upbound/configuration-aws-network-ts:v0.1.1

Function Package

The function is automatically installed as a dependency of the configuration package, and
has a suffix of -function, i.e., xpkg.upbound.io/upbound/configuration-aws-network-ts-function:v0.1.1

What's Changed from v0.1.0

Bug Fixes

Replace usage of upboundcare with upbound.

What's Changed

Full Changelog: v0.1.0...v0.1.1