Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 03c0a32 commit f8dd4db
Show file tree
Hide file tree
Showing 38 changed files with 162 additions and 73 deletions.
2 changes: 1 addition & 1 deletion apps/blog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: blog
version: 0.0.0
dependencies:
- name: app-template
version: 2.2.0
version: 2.6.0
repository: https://bjw-s.github.io/helm-charts
2 changes: 1 addition & 1 deletion apps/excalidraw/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: excalidraw
version: 0.0.0
dependencies:
- name: app-template
version: 2.2.0
version: 2.6.0
repository: https://bjw-s.github.io/helm-charts
2 changes: 1 addition & 1 deletion apps/homepage/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ app-template:
main:
image:
repository: ghcr.io/gethomepage/homepage
tag: v0.8.8
tag: v0.9.13
service:
main:
ports:
Expand Down
12 changes: 6 additions & 6 deletions apps/jellyfin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ app-template:
main:
image:
repository: docker.io/jellyfin/jellyfin
tag: 10.8.13
tag: 10.10.3
transmission:
image:
repository: lscr.io/linuxserver/transmission
tag: 4.0.5
tag: 4.0.6
prowlarr:
image:
repository: lscr.io/linuxserver/prowlarr
tag: 1.13.3
tag: 1.28.2
radarr:
image:
repository: lscr.io/linuxserver/radarr
tag: 5.3.6
tag: 5.16.3
sonarr:
image:
repository: lscr.io/linuxserver/sonarr
tag: 4.0.2
tag: 4.0.11
jellyseerr:
image:
repository: docker.io/fallenbagel/jellyseerr
tag: 1.7.0
tag: 1.9.2
service:
main:
ports:
Expand Down
2 changes: 1 addition & 1 deletion apps/matrix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies:
version: 0.0.6
repository: https://locmai.github.io/charts # TODO switch to official chart
- name: dendrite
version: 0.13.5
version: 0.14.6
repository: https://matrix-org.github.io/dendrite
2 changes: 1 addition & 1 deletion apps/ollama/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ app-template:
main:
image:
repository: docker.io/ollama/ollama
tag: 0.1.29
tag: 0.5.3
ui:
containers:
main:
Expand Down
2 changes: 1 addition & 1 deletion apps/pairdrop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ app-template:
main:
image:
repository: lscr.io/linuxserver/pairdrop
tag: 1.10.7
tag: 1.10.10
service:
main:
ports:
Expand Down
4 changes: 2 additions & 2 deletions apps/paperless/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ app-template:
main:
image:
repository: ghcr.io/paperless-ngx/paperless-ngx
tag: 2.5.4
tag: 2.13.5
env:
PAPERLESS_PORT: 8000
PAPERLESS_ADMIN_USER: admin
Expand All @@ -15,7 +15,7 @@ app-template:
redis:
image:
repository: docker.io/library/redis
tag: 7.2.4
tag: 7.4.1
service:
main:
ports:
Expand Down
2 changes: 1 addition & 1 deletion apps/tailscale/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: tailscale
version: 0.0.0
dependencies:
- name: app-template
version: 3.1.0
version: 3.5.1
repository: https://bjw-s.github.io/helm-charts
2 changes: 1 addition & 1 deletion apps/wireguard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: wireguard
version: 0.0.0
dependencies:
- name: app-template
version: 3.5.0
version: 3.5.1
repository: https://bjw-s.github.io/helm-charts
4 changes: 2 additions & 2 deletions external/modules/cloudflare/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4.30.0"
version = "~> 4.48.0"
}

kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.26.0"
version = "~> 2.35.0"
}

http = {
Expand Down
2 changes: 1 addition & 1 deletion external/modules/extra-secrets/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.26.0"
version = "~> 2.35.0"
}
}
}
2 changes: 1 addition & 1 deletion external/modules/ntfy/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.26.0"
version = "~> 2.35.0"
}
}
}
4 changes: 2 additions & 2 deletions external/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4.30.0"
version = "~> 4.48.0"
}

kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.26.0"
version = "~> 2.35.0"
}

http = {
Expand Down
2 changes: 1 addition & 1 deletion metal/roles/pxe_server/files/dnsmasq/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.21

RUN apk --no-cache add dnsmasq

Expand Down
2 changes: 1 addition & 1 deletion metal/roles/pxe_server/files/http/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM nginx:1.25-alpine
FROM nginx:1.27-alpine
2 changes: 1 addition & 1 deletion platform/dex/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: dex
version: 0.0.0
dependencies:
- name: dex
version: 0.16.0
version: 0.19.1
repository: https://charts.dexidp.io
2 changes: 1 addition & 1 deletion platform/external-secrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: external-secrets
version: 0.0.0
dependencies:
- name: external-secrets
version: 0.10.2
version: 0.11.0
repository: https://charts.external-secrets.io
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: 10.1.3
version: 10.6.0
repository: https://dl.gitea.io/charts/
10 changes: 8 additions & 2 deletions platform/gitea/files/config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ module git.khuedoan.com/khuedoan/homelab/gitea/config
go 1.19

require (
code.gitea.io/sdk/gitea v0.15.1
code.gitea.io/sdk/gitea v0.19.0
gopkg.in/yaml.v2 v2.4.0
)

require github.com/hashicorp/go-version v1.2.1 // indirect
require (
github.com/davidmz/go-pageant v1.0.2 // indirect
github.com/go-fed/httpsig v1.1.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/sys v0.19.0 // indirect
)
19 changes: 19 additions & 0 deletions platform/gitea/files/config/go.sum
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
code.gitea.io/gitea-vet v0.2.1/go.mod h1:zcNbT/aJEmivCAhfmkHOlT645KNOf9W2KnkLgFjGGfE=
code.gitea.io/sdk/gitea v0.15.1 h1:WJreC7YYuxbn0UDaPuWIe/mtiNKTvLN8MLkaw71yx/M=
code.gitea.io/sdk/gitea v0.15.1/go.mod h1:klY2LVI3s3NChzIk/MzMn7G1FHrfU7qd63iSMVoHRBA=
code.gitea.io/sdk/gitea v0.19.0 h1:8I6s1s4RHgzxiPHhOQdgim1RWIRcr0LVMbHBjBFXq4Y=
code.gitea.io/sdk/gitea v0.19.0/go.mod h1:IG9xZJoltDNeDSW0qiF2Vqx5orMWa7OhVWrjvrd5NpI=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davidmz/go-pageant v1.0.2 h1:bPblRCh5jGU+Uptpz6LgMZGD5hJoOt7otgT454WvHn0=
github.com/davidmz/go-pageant v1.0.2/go.mod h1:P2EDDnMqIwG5Rrp05dTRITj9z2zpGcD9efWSkTNKLIE=
github.com/go-fed/httpsig v1.1.0 h1:9M+hb0jkEICD8/cAiNqEB66R87tTINszBRTjwjQzWcI=
github.com/go-fed/httpsig v1.1.0/go.mod h1:RCMrTZvN1bJYtofsG4rd5NaO5obxQ5xBkdiS7xsT7bM=
github.com/hashicorp/go-version v1.2.1 h1:zEfKbn2+PDgroKdiOzqiE8rsmLqU2uwi5PB5pBJ3TkI=
github.com/hashicorp/go-version v1.2.1/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/go-version v1.6.0 h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=
github.com/hashicorp/go-version v1.6.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand All @@ -13,15 +21,26 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P
github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a/go.mod h1:P+XmwS30IXTQdn5tA2iutPOUgjI07+tq3H3K9MVA1s8=
golang.org/x/crypto v0.22.0 h1:g1v0xeRhjcugydODzvb3mEM9SQ0HGp9s/nh3COQ/C30=
golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o=
golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
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/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.0.0-20200325010219-a49f79bcc224/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8=
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
Expand Down
58 changes: 32 additions & 26 deletions platform/global-secrets/files/secret-generator/go.mod
Original file line number Diff line number Diff line change
@@ -1,50 +1,56 @@
module git.khuedoan.com/khuedoan/homelab/platform/secret-generator

go 1.19
go 1.23.0

toolchain go1.23.4

require (
github.com/sethvargo/go-password v0.2.0
github.com/sethvargo/go-password v0.3.1
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.28.4
k8s.io/apimachinery v0.28.4
k8s.io/client-go v0.28.4
k8s.io/api v0.32.0
k8s.io/apimachinery v0.32.0
k8s.io/client-go v0.32.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/go-logr/logr v1.2.4 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-openapi/jsonpointer v0.21.0 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-openapi/swag v0.23.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/imdario/mergo v0.3.6 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/term v0.25.0 // indirect
golang.org/x/text v0.19.0 // indirect
golang.org/x/time v0.7.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/protobuf v1.35.1 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)
Loading

0 comments on commit f8dd4db

Please sign in to comment.