From 9a0dbdb075cccb2c9168cd0b7e7311bda5b9b14b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Nov 2022 21:46:40 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .ci/tasks/external.yaml | 2 +- .ci/tasks/lint.yaml | 2 +- bootstrap/argocd/Chart.yaml | 2 +- external/modules/cloudflare/versions.tf | 4 ++-- external/versions.tf | 4 ++-- home/homeassistant/values.yaml | 4 ++-- home/mariadb/Chart.yaml | 2 +- home/nextcloud/Chart.yaml | 2 +- home/nextcloud/values.yaml | 2 +- home/redis/Chart.yaml | 2 +- platform/vault/files/generate-secrets/go.mod | 10 +++++----- platform/vault/files/generate-secrets/go.sum | 12 ++++++++++++ system/loki/Chart.yaml | 2 +- system/monitoring-system/Chart.yaml | 2 +- system/nfs-system/Chart.yaml | 2 +- 15 files changed, 33 insertions(+), 21 deletions(-) diff --git a/.ci/tasks/external.yaml b/.ci/tasks/external.yaml index 20a702973e..d17354c81f 100644 --- a/.ci/tasks/external.yaml +++ b/.ci/tasks/external.yaml @@ -6,7 +6,7 @@ spec: workspaces: - name: source stepTemplate: - image: hashicorp/terraform:1.3.3 + image: hashicorp/terraform:1.3.4 workingDir: /workspace/source/external volumeMounts: - name: terraform-secrets diff --git a/.ci/tasks/lint.yaml b/.ci/tasks/lint.yaml index 0c863ce91d..4e7b78e687 100644 --- a/.ci/tasks/lint.yaml +++ b/.ci/tasks/lint.yaml @@ -20,7 +20,7 @@ spec: args: - . - name: terraform - image: hashicorp/terraform:1.3.3 + image: hashicorp/terraform:1.3.4 command: - terraform args: diff --git a/bootstrap/argocd/Chart.yaml b/bootstrap/argocd/Chart.yaml index b05eeb3914..8252e9754c 100644 --- a/bootstrap/argocd/Chart.yaml +++ b/bootstrap/argocd/Chart.yaml @@ -3,5 +3,5 @@ name: argocd version: 0.0.0 dependencies: - name: argo-cd - version: 5.8.5 + version: 5.13.2 repository: https://argoproj.github.io/argo-helm diff --git a/external/modules/cloudflare/versions.tf b/external/modules/cloudflare/versions.tf index 4598c3f4df..f18c22ae7a 100644 --- a/external/modules/cloudflare/versions.tf +++ b/external/modules/cloudflare/versions.tf @@ -2,12 +2,12 @@ terraform { required_providers { cloudflare = { source = "cloudflare/cloudflare" - version = "~> 3.26.0" + version = "~> 3.27.0" } kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.14.0" + version = "~> 2.15.0" } http = { diff --git a/external/versions.tf b/external/versions.tf index 28e9c47b36..a67a2dc7b3 100644 --- a/external/versions.tf +++ b/external/versions.tf @@ -8,7 +8,7 @@ terraform { required_providers { cloudflare = { source = "cloudflare/cloudflare" - version = "~> 3.26.0" + version = "~> 3.27.0" } b2 = { @@ -19,7 +19,7 @@ terraform { kubernetes = { source = "hashicorp/kubernetes" - version = "~> 2.14.0" + version = "~> 2.15.0" } http = { diff --git a/home/homeassistant/values.yaml b/home/homeassistant/values.yaml index e942dde122..e5c679b021 100644 --- a/home/homeassistant/values.yaml +++ b/home/homeassistant/values.yaml @@ -3,7 +3,7 @@ home-assistant: # -- image repository repository: homeassistant/home-assistant # -- image tag - tag: 2022.10.5 + tag: 2022.11.1 # -- image pull policy pullPolicy: IfNotPresent @@ -138,7 +138,7 @@ home-assistant: enabled: true image: repository: codercom/code-server - tag: 4.8.1 + tag: 4.8.2 workingDir: "/config" args: - --auth diff --git a/home/mariadb/Chart.yaml b/home/mariadb/Chart.yaml index a920b6af7a..af57297bab 100644 --- a/home/mariadb/Chart.yaml +++ b/home/mariadb/Chart.yaml @@ -3,5 +3,5 @@ name: mariadb version: 0.0.0 dependencies: - name: mariadb - version: 11.3.3 + version: 11.3.4 repository: https://charts.bitnami.com/bitnami \ No newline at end of file diff --git a/home/nextcloud/Chart.yaml b/home/nextcloud/Chart.yaml index ae1cfee164..bff0c2490d 100644 --- a/home/nextcloud/Chart.yaml +++ b/home/nextcloud/Chart.yaml @@ -3,5 +3,5 @@ name: nextcloud version: 0.0.0 dependencies: - name: nextcloud - version: 3.2.0 + version: 3.2.3 repository: https://nextcloud.github.io/helm/ diff --git a/home/nextcloud/values.yaml b/home/nextcloud/values.yaml index 4c53aaf9be..d4e76bafd1 100644 --- a/home/nextcloud/values.yaml +++ b/home/nextcloud/values.yaml @@ -5,7 +5,7 @@ nextcloud: ## image: repository: nextcloud - tag: 25.0.0-fpm-alpine + tag: 25.0.1-fpm-alpine pullPolicy: IfNotPresent # pullSecrets: # - myRegistrKeySecretName diff --git a/home/redis/Chart.yaml b/home/redis/Chart.yaml index dd184e42af..63a6d17dde 100644 --- a/home/redis/Chart.yaml +++ b/home/redis/Chart.yaml @@ -3,5 +3,5 @@ name: redis version: 0.0.0 dependencies: - name: redis - version: 17.3.7 + version: 17.3.8 repository: https://charts.bitnami.com/bitnami \ No newline at end of file diff --git a/platform/vault/files/generate-secrets/go.mod b/platform/vault/files/generate-secrets/go.mod index 7927c4f722..67d6cbd75f 100644 --- a/platform/vault/files/generate-secrets/go.mod +++ b/platform/vault/files/generate-secrets/go.mod @@ -3,7 +3,7 @@ module git.jupiter.mein.nl/khuedoan/homelab/vault/init go 1.19 require ( - github.com/hashicorp/vault/api v1.8.1 + github.com/hashicorp/vault/api v1.8.2 github.com/sethvargo/go-password v0.2.0 gopkg.in/yaml.v2 v2.4.0 ) @@ -20,7 +20,7 @@ require ( github.com/hashicorp/go-hclog v0.16.2 // indirect github.com/hashicorp/go-immutable-radix v1.3.1 // indirect github.com/hashicorp/go-multierror v1.1.1 // indirect - github.com/hashicorp/go-plugin v1.4.3 // indirect + github.com/hashicorp/go-plugin v1.4.5 // indirect github.com/hashicorp/go-retryablehttp v0.6.6 // indirect github.com/hashicorp/go-rootcerts v1.0.2 // indirect github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 // indirect @@ -45,9 +45,9 @@ require ( github.com/ryanuber/go-glob v1.0.0 // indirect go.uber.org/atomic v1.9.0 // indirect golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect - golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect - golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect - golang.org/x/text v0.3.3 // indirect + golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect + golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect + golang.org/x/text v0.3.8 // indirect golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect google.golang.org/grpc v1.41.0 // indirect diff --git a/platform/vault/files/generate-secrets/go.sum b/platform/vault/files/generate-secrets/go.sum index ad7acdee87..93d9e9b767 100644 --- a/platform/vault/files/generate-secrets/go.sum +++ b/platform/vault/files/generate-secrets/go.sum @@ -100,6 +100,8 @@ github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+l github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM= github.com/hashicorp/go-plugin v1.4.3 h1:DXmvivbWD5qdiBts9TpBC7BYL1Aia5sxbRgQB+v6UZM= github.com/hashicorp/go-plugin v1.4.3/go.mod h1:5fGEH17QVwTTcR0zV7yhDPLLmFX9YSZ38b18Udy6vYQ= +github.com/hashicorp/go-plugin v1.4.5 h1:oTE/oQR4eghggRg8VY7PAz3dr++VwDNBGCcOfIvHpBo= +github.com/hashicorp/go-plugin v1.4.5/go.mod h1:viDMjcLJuDui6pXb8U4HVfb8AamCWhHGUjr2IrTF67s= github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs= github.com/hashicorp/go-retryablehttp v0.6.6 h1:HJunrbHTDDbBb/ay4kxa1n+dLmttUlnP3V9oNE4hmsM= github.com/hashicorp/go-retryablehttp v0.6.6/go.mod h1:vAew36LZh98gCBJNLH42IQ1ER/9wtLZZ8meHqQvEYWY= @@ -140,6 +142,8 @@ github.com/hashicorp/vault/api v1.8.0 h1:7765sW1XBt+qf4XKIYE4ebY9qc/yi9V2/egzGSU github.com/hashicorp/vault/api v1.8.0/go.mod h1:uJrw6D3y9Rv7hhmS17JQC50jbPDAZdjZoTtrCCxxs7E= github.com/hashicorp/vault/api v1.8.1 h1:bMieWIe6dAlqAAPReZO/8zYtXaWUg/21umwqGZpEjCI= github.com/hashicorp/vault/api v1.8.1/go.mod h1:uJrw6D3y9Rv7hhmS17JQC50jbPDAZdjZoTtrCCxxs7E= +github.com/hashicorp/vault/api v1.8.2 h1:C7OL9YtOtwQbTKI9ogB0A1wffRbCN+rH/LLCHO3d8HM= +github.com/hashicorp/vault/api v1.8.2/go.mod h1:ML8aYzBIhY5m1MD1B2Q0JV89cC85YVH4t5kBaZiyVaE= github.com/hashicorp/vault/sdk v0.4.1 h1:3SaHOJY687jY1fnB61PtL0cOkKItphrbLmux7T92HBo= github.com/hashicorp/vault/sdk v0.4.1/go.mod h1:aZ3fNuL5VNydQk8GcLJ2TV8YCRVvyaakYkhZRoVuhj0= github.com/hashicorp/vault/sdk v0.5.1 h1:zly/TmNgOXCGgWIRA8GojyXzG817POtVh3uzIwzZx+8= @@ -254,6 +258,8 @@ golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLL golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 h1:qWPm9rbaAMKs8Bq/9LRpbMqxWRVUAQwMI9fVrssnTfw= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 h1:DzZ89McO9/gWPsQXS/FVKAlG02ZjaQ6AlZRBimEYOd0= +golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT/9KSuxbyM7479/AVlXFRxuMCk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -275,13 +281,19 @@ golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c h1:F1jZWGFhYfh0Ci55sIpILtKKK8p3i2/krTr0H1rg74I= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f h1:v4INt8xihDGvnrfjMDVXGxw9wrfxYyCjk0KbXjhR55s= +golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3 h1:cokOdA+Jmi5PJGXLlLllQSgYigAEfHXJAERHVMaCc2k= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= +golang.org/x/text v0.3.8 h1:nAL+RVCQ9uMn3vJZbV+MRnydTJFPf8qqY42YiA6MrqY= +golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 h1:NusfzzA6yGQ+ua51ck7E3omNUX/JuqbFSaRGqU8CcLI= golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= diff --git a/system/loki/Chart.yaml b/system/loki/Chart.yaml index 7fc43aa20d..a8c6071c98 100644 --- a/system/loki/Chart.yaml +++ b/system/loki/Chart.yaml @@ -3,5 +3,5 @@ name: loki version: 0.0.0 dependencies: - name: loki-stack - version: 2.8.3 + version: 2.8.4 repository: https://grafana.github.io/helm-charts \ No newline at end of file diff --git a/system/monitoring-system/Chart.yaml b/system/monitoring-system/Chart.yaml index ecee0c473b..4bd8f64f1a 100644 --- a/system/monitoring-system/Chart.yaml +++ b/system/monitoring-system/Chart.yaml @@ -3,5 +3,5 @@ name: kube-prometheus-stack version: 0.0.0 dependencies: - name: kube-prometheus-stack - version: 41.7.0 # TODO upgrade https://github.com/prometheus-community/helm-charts/issues/1500 + version: 41.7.3 # TODO upgrade https://github.com/prometheus-community/helm-charts/issues/1500 repository: https://prometheus-community.github.io/helm-charts diff --git a/system/nfs-system/Chart.yaml b/system/nfs-system/Chart.yaml index 49a901d251..870b1557c3 100644 --- a/system/nfs-system/Chart.yaml +++ b/system/nfs-system/Chart.yaml @@ -3,5 +3,5 @@ name: nfs-subdir-external-provisioner version: 0.0.0 dependencies: - name: nfs-subdir-external-provisioner - version: 4.0.2 + version: 4.0.17 repository: https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner