Releases: upbound/platform-ref-multi-k8s
Releases · upbound/platform-ref-multi-k8s
v0.2.0
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
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
Notable Updates
This reference platform is now compatible with the recent breaking changes in provider-aws:v0.22.0.
What's Changed
New Contributors
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- docs: Update package version to use upbound/platform-ref-multi-k8s:v0.0.7 by @terrytangyuan in #20
- Update EKS version to 1.21 by @hasheddan in #21
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
What's Changed
- Add .github directory with actions to build/push configs by @turkenh in #11
- Use v1beta1 RouteTable by @hasheddan in #13
- docs: Fix link to install and configure guide by @terrytangyuan in #15
- docs: Fix link to configuration creation guide by @terrytangyuan in #14
- fix: Update provider-gcp to >=v0.18 and fix Cluster composition by @terrytangyuan in #17
- fix: Remove unnecessary azure provider in dependsOn by @terrytangyuan in #18
- feat: Fix unsupported GKE cluster version and support GKE OAuth by @terrytangyuan in #19
New Contributors
- @turkenh made their first contribution in #11
- @hasheddan made their first contribution in #13
- @terrytangyuan made their first contribution in #15
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.5
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
- #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