From a4ba4eb84a90bc37b1502ea846d2591904a0ed31 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Fri, 25 Oct 2024 09:43:51 -0500 Subject: [PATCH 1/6] build: add renovate bot --- .github/workflows/renovate.yaml | 21 +++++++++++++++++++++ renovate.json | 7 +++++++ 2 files changed, 28 insertions(+) create mode 100644 .github/workflows/renovate.yaml create mode 100644 renovate.json diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml new file mode 100644 index 0000000..eda775f --- /dev/null +++ b/.github/workflows/renovate.yaml @@ -0,0 +1,21 @@ +name: Renovate + +on: + push + +jobs: + renovate: + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Self-hosted Renovate + uses: renovatebot/github-action@v40.1.12 + with: + configurationFile: renovate.json + env: + RENOVATE_REPOSITORIES: ${{ github.repository }} + LOG_LEVEL: debug + RENOVATE_ONBOARDING: false diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..b13eb95 --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "branchPrefix": "renovate/", + "pinDigests": false, + "prHourlyLimit": 20, + "enabledManagers": ["helm"], + "labels": ["global", "dependencies"] +} From 814d46d7773623b28021f0c060c7cf11dda1c550 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Fri, 25 Oct 2024 09:56:36 -0500 Subject: [PATCH 2/6] build: add renovate bot --- .github/workflows/renovate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index eda775f..5d5d6aa 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -14,6 +14,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v40.1.12 with: + token: ${{ secrets.ROBONEXT_PAT }} configurationFile: renovate.json env: RENOVATE_REPOSITORIES: ${{ github.repository }} From 6a806f6469a4c209381e3a92213b7b7dcc434037 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Fri, 25 Oct 2024 10:51:42 -0500 Subject: [PATCH 3/6] build: add renovate bot --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 5d5d6aa..9ffc809 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -14,7 +14,7 @@ jobs: - name: Self-hosted Renovate uses: renovatebot/github-action@v40.1.12 with: - token: ${{ secrets.ROBONEXT_PAT }} + token: ${{ secrets.TMP_SECRET }} configurationFile: renovate.json env: RENOVATE_REPOSITORIES: ${{ github.repository }} From d1ce3eeb0b4b7acd3fc5b6679dc0b2e67dad6f1b Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Fri, 25 Oct 2024 10:56:42 -0500 Subject: [PATCH 4/6] build: add renovate bot --- renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index b13eb95..79c7cbd 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,12 @@ { "branchPrefix": "renovate/", + "kubernetes": { + "fileMatch": [ + "charts/**/Chart.yaml$" + ] + }, "pinDigests": false, "prHourlyLimit": 20, - "enabledManagers": ["helm"], + "enabledManagers": ["kubernetes", "kustomize"], "labels": ["global", "dependencies"] } From b43bb9fd44022d9f237390ac2c17558a0611a97f Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Fri, 25 Oct 2024 10:57:17 -0500 Subject: [PATCH 5/6] build: add renovate bot --- renovate.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/renovate.json b/renovate.json index 79c7cbd..50c0a42 100644 --- a/renovate.json +++ b/renovate.json @@ -1,12 +1,6 @@ { "branchPrefix": "renovate/", - "kubernetes": { - "fileMatch": [ - "charts/**/Chart.yaml$" - ] - }, "pinDigests": false, "prHourlyLimit": 20, - "enabledManagers": ["kubernetes", "kustomize"], "labels": ["global", "dependencies"] } From 9ed8219370fdca8392910e7fdfed30906b9ff62b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Oct 2024 16:11:37 +0000 Subject: [PATCH 6/6] chore(deps): update helm release velero to v5.4.1 --- charts/harmony-chart/Chart.lock | 6 +++--- charts/harmony-chart/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/harmony-chart/Chart.lock b/charts/harmony-chart/Chart.lock index 5ab58fe..89a909a 100644 --- a/charts/harmony-chart/Chart.lock +++ b/charts/harmony-chart/Chart.lock @@ -28,9 +28,9 @@ dependencies: version: 7.3.1 - name: velero repository: https://vmware-tanzu.github.io/helm-charts - version: 5.2.0 + version: 5.4.1 - name: openfaas repository: https://openfaas.github.io/faas-netes version: 14.2.34 -digest: sha256:b636bd16d732d51544ca7223f460e22f45a7132e31e874a789c5fc0cac460a45 -generated: "2024-05-02T12:32:49.796635+04:00" +digest: sha256:89f8111f1632cf30fb8acd902a59dc279e1555128fe3ae85466a6903ef869012 +generated: "2024-10-25T16:11:22.56299587Z" diff --git a/charts/harmony-chart/Chart.yaml b/charts/harmony-chart/Chart.yaml index 17bfe7d..52fe5fa 100644 --- a/charts/harmony-chart/Chart.yaml +++ b/charts/harmony-chart/Chart.yaml @@ -66,7 +66,7 @@ dependencies: condition: k8sdashboard.enabled - name: velero - version: "5.2.0" + version: "5.4.1" repository: https://vmware-tanzu.github.io/helm-charts condition: velero.enabled