From 52930cac053b4d7b587fbb34fe476ec8c4035083 Mon Sep 17 00:00:00 2001 From: Murph Date: Mon, 5 Feb 2024 11:18:50 -1000 Subject: [PATCH 1/2] Move from upbound/function-patch-and-transform to crossplane-contrib/function-patch-and-transform Signed-off-by: Murph --- apis/composition.yaml | 2 +- examples/functions.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apis/composition.yaml b/apis/composition.yaml index bb56bc6..c7eaa05 100644 --- a/apis/composition.yaml +++ b/apis/composition.yaml @@ -13,7 +13,7 @@ spec: pipeline: - step: patch-and-transform functionRef: - name: upbound-function-patch-and-transform + name: crossplane-contrib-function-patch-and-transform input: apiVersion: pt.fn.crossplane.io/v1beta1 kind: Resources diff --git a/examples/functions.yaml b/examples/functions.yaml index 98c28bd..3489c37 100644 --- a/examples/functions.yaml +++ b/examples/functions.yaml @@ -1,6 +1,6 @@ apiVersion: pkg.crossplane.io/v1beta1 kind: Function metadata: - name: upbound-function-patch-and-transform + name: crossplane-contrib-function-patch-and-transform spec: - package: xpkg.upbound.io/upbound/function-patch-and-transform:v0.2.1 + package: xpkg.upbound.io/crossplane-contrib/function-patch-and-transform:v0.2.1 From d27a785d27260b5d642886d99aac10e921850bfe Mon Sep 17 00:00:00 2001 From: Christopher Haar Date: Mon, 12 Feb 2024 12:13:50 +0100 Subject: [PATCH 2/2] feat(versions): bump versions for postgres and mariadb Signed-off-by: Christopher Haar --- examples/mariadb-claim.yaml | 2 +- examples/postgres-claim.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/mariadb-claim.yaml b/examples/mariadb-claim.yaml index 5eedc19..1564899 100644 --- a/examples/mariadb-claim.yaml +++ b/examples/mariadb-claim.yaml @@ -7,7 +7,7 @@ spec: parameters: region: us-west-2 engine: mariadb - engineVersion: "10.6.10" + engineVersion: "10.11.6" storageGB: 5 autoGeneratePassword: true passwordSecretRef: diff --git a/examples/postgres-claim.yaml b/examples/postgres-claim.yaml index 1705119..dfef722 100644 --- a/examples/postgres-claim.yaml +++ b/examples/postgres-claim.yaml @@ -7,7 +7,7 @@ spec: parameters: region: us-west-2 engine: postgres - engineVersion: "13.7" + engineVersion: "13.13" storageGB: 5 passwordSecretRef: namespace: default