From 2983823176717051fe1730264043f8d1d4072b33 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 31 Mar 2023 08:00:24 +0000 Subject: [PATCH 1/3] chore(deps): update helm release gitea to v8 --- platform/gitea/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/gitea/Chart.yaml b/platform/gitea/Chart.yaml index d3c6036b03..7ea6b1bc41 100644 --- a/platform/gitea/Chart.yaml +++ b/platform/gitea/Chart.yaml @@ -3,5 +3,5 @@ name: gitea version: 0.0.0 dependencies: - name: gitea - version: 7.0.4 + version: 8.0.2 repository: https://dl.gitea.io/charts/ From 278a9ff6431828cd29ea4a120a8839b738c51b36 Mon Sep 17 00:00:00 2001 From: atte Date: Sat, 8 Apr 2023 17:00:47 +0000 Subject: [PATCH 2/3] fix(deps): update module gopkg.in/yaml.v2 to v3 (#8) (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) | require | major | `v2.4.0` -> `v3.0.1` | :warning: Release Notes retrieval for this PR were skipped because no github.com credentials were available. If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Bot Reviewed-on: https://git.atte.cloud/ops/homelab/pulls/8 Co-authored-by: gitea_admin Co-committed-by: gitea_admin Co-authored-by: gitea_admin Reviewed-on: https://git.atte.cloud/ops/homelab/pulls/15 --- platform/gitea/files/config/go.mod | 3 ++- platform/gitea/files/config/go.sum | 2 ++ platform/vault/files/generate-secrets/go.mod | 3 ++- platform/vault/files/generate-secrets/go.sum | 2 ++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/platform/gitea/files/config/go.mod b/platform/gitea/files/config/go.mod index 0ccb495d41..15ddb4398f 100644 --- a/platform/gitea/files/config/go.mod +++ b/platform/gitea/files/config/go.mod @@ -4,7 +4,8 @@ go 1.19 require ( code.gitea.io/sdk/gitea v0.15.1 - gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v2 v2.2.2 + gopkg.in/yaml.v3 v3.0.1 ) require github.com/hashicorp/go-version v1.2.1 // indirect diff --git a/platform/gitea/files/config/go.sum b/platform/gitea/files/config/go.sum index 1f0915d8a2..95dd917acb 100644 --- a/platform/gitea/files/config/go.sum +++ b/platform/gitea/files/config/go.sum @@ -29,6 +29,8 @@ golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8T golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= +gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= diff --git a/platform/vault/files/generate-secrets/go.mod b/platform/vault/files/generate-secrets/go.mod index 9a6f447b3b..74cd98fac6 100644 --- a/platform/vault/files/generate-secrets/go.mod +++ b/platform/vault/files/generate-secrets/go.mod @@ -5,7 +5,8 @@ go 1.19 require ( github.com/hashicorp/vault/api v1.4.1 github.com/sethvargo/go-password v0.2.0 - gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v2 v2.2.5 + gopkg.in/yaml.v3 v3.0.1 ) require ( diff --git a/platform/vault/files/generate-secrets/go.sum b/platform/vault/files/generate-secrets/go.sum index 0b247c1517..b81cf056aa 100644 --- a/platform/vault/files/generate-secrets/go.sum +++ b/platform/vault/files/generate-secrets/go.sum @@ -326,10 +326,12 @@ gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.5 h1:ymVxjfMaHvXD8RqPRmzHHsB3VvucivSkIAvJFDI5O3c= gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= +gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= From 296af28b7ac8b63cf910999ded5072be14bbefcc Mon Sep 17 00:00:00 2001 From: hur <4998544+hur@users.noreply.github.com> Date: Sat, 8 Apr 2023 18:09:40 +0100 Subject: [PATCH 3/3] Revert "Merge pull request 'chore(deps): update helm release gitea to v8' (#9) from renovate/gitea-8.x into develop" This reverts commit cfa080d28d12e7590b07cb9547f712e977d9deef, reversing changes made to 278a9ff6431828cd29ea4a120a8839b738c51b36. --- platform/gitea/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/gitea/Chart.yaml b/platform/gitea/Chart.yaml index 7ea6b1bc41..d3c6036b03 100644 --- a/platform/gitea/Chart.yaml +++ b/platform/gitea/Chart.yaml @@ -3,5 +3,5 @@ name: gitea version: 0.0.0 dependencies: - name: gitea - version: 8.0.2 + version: 7.0.4 repository: https://dl.gitea.io/charts/