Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 6, 2022
1 parent 22f7276 commit 2ef1404
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .ci/tasks/external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .ci/tasks/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
args:
- .
- name: terraform
image: hashicorp/terraform:1.3.3
image: hashicorp/terraform:1.3.4
command:
- terraform
args:
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: argocd
version: 0.0.0
dependencies:
- name: argo-cd
version: 5.8.5
version: 5.13.4
repository: https://argoproj.github.io/argo-helm
6 changes: 3 additions & 3 deletions external/modules/cloudflare/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 3.11.0"
version = "~> 3.27.0"
}

kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.9.0"
version = "~> 2.15.0"
}

http = {
source = "hashicorp/http"
version = "~> 2.1.0"
version = "~> 2.2.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion external/modules/zerotier/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
zerotier = {
source = "zerotier/zerotier"
version = "~> 1.2.0"
version = "~> 1.3.0"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions external/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 3.11.0"
version = "~> 3.27.0"
}

kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.9.0"
version = "~> 2.15.0"
}

http = {
source = "hashicorp/http"
version = "~> 2.1.0"
version = "~> 2.2.0"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions home/homeassistant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion home/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion home/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion home/nextcloud/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ nextcloud:
##
image:
repository: nextcloud
tag: 25.0.0-fpm-alpine
tag: 25.0.1-fpm-alpine
pullPolicy: IfNotPresent
# pullSecrets:
# - myRegistrKeySecretName
Expand Down
2 changes: 1 addition & 1 deletion home/redis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion platform/gitea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: gitea
version: 0.0.0
dependencies:
- name: gitea
version: 5.0.3
version: 5.0.9
repository: https://dl.gitea.io/charts/
10 changes: 5 additions & 5 deletions platform/vault/files/generate-secrets/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand All @@ -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
Expand All @@ -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
Expand Down
12 changes: 12 additions & 0 deletions platform/vault/files/generate-secrets/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down Expand Up @@ -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=
Expand Down Expand Up @@ -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=
Expand All @@ -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=
Expand Down
2 changes: 1 addition & 1 deletion system/loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion system/monitoring-system/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion system/nfs-system/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2ef1404

Please sign in to comment.