Skip to content

Releases: upbound/platform-ref-multi-k8s

v0.2.0

16 Feb 19:22
89fec6d
Compare
Choose a tag to compare

What's Changed

  • style(remove): remove old unused md by @haarchri in #36
  • chore(deps): pin dependencies by @renovate in #37
  • chore(deps): update fkirc/skip-duplicate-actions action to v5 by @renovate in #54
  • chore(deps): update docker/setup-qemu-action action to v3 - autoclosed by @renovate in #53
  • chore(deps): update docker/setup-buildx-action action to v3 by @renovate in #52
  • chore(deps): update docker/login-action action to v3 by @renovate in #51
  • chore(deps): update reviewdog/action-yamllint action to v1.11.0 by @renovate in #50
  • chore(deps): update dependency upbound/uptest to v0.11.0 by @renovate in #49
  • chore(deps): update actions/upload-artifact digest to 5d5d22a by @renovate in #38
  • chore(deps): update dependency upbound/up to v0.24.1 by @renovate in #48
  • chore(deps): update dependency upbound/configuration-aws-eks to v0.8.0 by @renovate in #40
  • chore(deps): update dependency upbound/configuration-aws-network to v0.10.0 by @renovate in #41
  • chore(deps): update dependency upbound/configuration-azure-aks to v0.4.0 by @renovate in #42
  • chore(deps): update dependency upbound/configuration-azure-network to v0.5.0 by @renovate in #43
  • chore(deps): update dependency upbound/configuration-gcp-gke to v0.2.0 by @renovate in #44
  • chore(deps): update dependency upbound/configuration-gcp-network to v0.2.0 - autoclosed by @renovate in #45
  • chore(deps): update dependency upbound/configuration-gitops-flux to v0.3.0 by @renovate in #46
  • chore(deps): update dependency upbound/configuration-observability-oss to v0.3.0 by @renovate in #47
  • fix(examples): switch function by @haarchri in #55

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

25 Jan 19:57
1bd95a6
Compare
Choose a tag to compare

What's Changed

  • Update configuration version in README example by @lsviben in #30
  • feat(ci): update ci-workflows - enable e2e / uptest workflow by @haarchri in #32
  • feat(test): workflows by @haarchri in #34
  • feat(functions): switch to p&t functions, implementation available fo… by @haarchri in #33
  • style(readme): change readme by @haarchri in #35

Full Changelog: v0.0.11...v0.1.0

v0.0.9

02 Feb 03:56
658fd91
Compare
Choose a tag to compare
v0.0.9 Pre-release
Pre-release

Notable Updates

This reference platform is now compatible with the recent breaking changes in provider-aws:v0.22.0.

What's Changed

  • feat(provider-aws): changes for provider-aws v0.22.0 by @haarchri in #24

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8

19 Nov 17:26
a21a145
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.7...v0.0.8

This release is available in Upbound Registry at https://cloud.upbound.io/registry/upbound/platform-ref-multi-k8s/v0.0.8

Release v0.0.7

20 Oct 19:14
5de46b7
Compare
Choose a tag to compare
Release v0.0.7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

13 May 18:26
e44f40e
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

PRs included:

  • #9 - Add recommended package metadata
  • #10 - Remove GKE private node config and bump to v0.0.6

v0.0.5

11 May 07:53
4b1142e
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

This release bumps the composition's GKE cluster version to v.18, since 1.16 is no longer supported in GCP. We can't go any higher than that due to >= 1.19 requiring more advanced forms of auth that we haven't fully supported yet. These are captured in:

crossplane-contrib/provider-helm#72
crossplane-contrib/provider-gcp#101

PRs included:

v0.0.4

05 Jan 01:41
f750dab
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • #6 Enable connectivity for clusters in all hosting environments
    • stop hard coding connection secret namespaces, set providerconfig.helm.release.io to look for secrets in the parent XR namespace
    • enable GKE cluster basic auth so kubeconfig can actually connect
    • update examples to avoid conflicts when run all together

v0.0.3

15 Dec 18:02
f2cda3b
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • #4 ID is a required field, not name

v0.0.2

13 Dec 18:46
3b1f0c8
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Bump usage of composition related types to v1
  • Use dependency resolution to install the providers required by this package