From d5c0bebd4b502d85f31f65700eb8975309b18ec8 Mon Sep 17 00:00:00 2001 From: upbound-bot Date: Fri, 24 Apr 2026 13:19:51 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/wo?= =?UTF-8?q?rkflows'=20with=20remote=20'gitops/shared-files/configurations-?= =?UTF-8?q?new-devex/workflows'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- .github/workflows/e2e.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fea2c9c..e3701cd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: # doesn't work with plain token when pushing otherwise - name: Login to xpkg with robot - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ${{ env.XPKG_REGISTRY }} username: ${{ env.UP_ROBOT_ID }} diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 287e7ac..1aa1928 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -35,7 +35,7 @@ jobs: # doesn't work with plain token when pushing otherwise - name: Login to xpkg with robot - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: xpkg.upbound.io username: ${{ env.UP_ROBOT_ID }} From 57d529b347452c1e75ed5beabc47c4be75db68d2 Mon Sep 17 00:00:00 2001 From: Yury Tsarev Date: Mon, 18 May 2026 13:34:21 +0200 Subject: [PATCH 2/2] style(apis): fix YAML indentation in cluster definition Standardize indentation to 2 spaces throughout the XRD spec to improve readability and follow YAML best practices. Signed-off-by: Yury Tsarev --- apis/clusters/definition.yaml | 58 +++++++++++++++++------------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/apis/clusters/definition.yaml b/apis/clusters/definition.yaml index 39e838e..f47acea 100644 --- a/apis/clusters/definition.yaml +++ b/apis/clusters/definition.yaml @@ -47,12 +47,12 @@ spec: items: type: string enum: - - "*" - - Create - - Observe - - Update - - Delete - - LateInitialize + - "*" + - Create + - Observe + - Update + - Delete + - LateInitialize default: ["*"] providerConfigName: description: Crossplane ProviderConfig to use for provisioning this resources @@ -62,9 +62,9 @@ spec: type: string description: Kubernetes version of the Cluster enum: - - "1.33" - - "1.32" - - "1.31" + - "1.33" + - "1.32" + - "1.31" default: "1.32" nodes: type: object @@ -78,8 +78,8 @@ spec: description: instance types associated with the Node Group. default: t3.small required: - - count - - instanceType + - count + - instanceType operators: description: Configuration for operators. type: object @@ -100,7 +100,7 @@ spec: type: string default: "2.10.6" required: - - version + - version fluxSync: description: Configuration for the Flux Sync Helm-Chart. type: object @@ -110,7 +110,7 @@ spec: type: string default: "1.7.2" required: - - version + - version prometheus: description: Configuration for the Prometheus Helm-Chart. type: object @@ -120,7 +120,7 @@ spec: type: string default: "52.1.0" required: - - version + - version gitops: description: GitOps configure gitops system type: object @@ -162,23 +162,23 @@ spec: \"refs/merge-requests/1/head\"" type: string required: - - interval - - timeout - - url - - path - - ref + - interval + - timeout + - url + - path + - ref required: - - git + - git required: - - managementPolicies - - gitops - - id - - nodes - - operators - - providerConfigName - - region + - managementPolicies + - gitops + - id + - nodes + - operators + - providerConfigName + - region required: - - parameters + - parameters status: type: object properties: @@ -189,4 +189,4 @@ spec: items: type: string oidcProvider: - type: string \ No newline at end of file + type: string