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 committed Jun 1, 2023
1 parent 7c1e7b9 commit 721729b
Show file tree
Hide file tree
Showing 25 changed files with 89 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: 3.7

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.3.1
uses: helm/chart-testing-action@v2.4.0

- name: Lint Helm charts
run: ct lint --target-branch ${{ github.event.repository.default_branch }}
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
- name: Self-hosted Renovate
uses: renovatebot/github-action@v34.154.0
with:
Expand Down
2 changes: 1 addition & 1 deletion apps/templates/discourse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
source:
chart: discourse
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 10.0.2
targetRevision: 10.3.2
helm:
releaseName: discourse
values: |
Expand Down
6 changes: 3 additions & 3 deletions bootstrap/argocd/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 5.23.5
digest: sha256:ca7c58301022e8b10b99b13a5ca720b2f437ab6fa3030fecd1eb13091b503ac6
generated: "2023-03-01T00:08:27.572305612Z"
version: 5.34.6
digest: sha256:6811699090fa4b938f342d7fcb744afd1da69818a26e304d8c93a8f924680f27
generated: "2023-06-01T00:08:31.622679742Z"
2 changes: 1 addition & 1 deletion bootstrap/argocd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ name: argocd
version: 0.0.0
dependencies:
- name: argo-cd
version: 5.23.5
version: 5.34.6
repository: https://argoproj.github.io/argo-helm

2 changes: 1 addition & 1 deletion bootstrap/argocd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ argo-cd:
emptyDir: {}
initContainers:
- name: download-tools
image: alpine:3.17
image: alpine:3.18
command: [sh, -c]

# Don't forget to update this to whatever the stable release version is
Expand Down
8 changes: 4 additions & 4 deletions global/_modules/external-dns/versions.tf
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
terraform {
required_version = "~> 1.3.0"
required_version = "~> 1.4.0"

required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 4.0.0"
version = "~> 4.7.0"
}

kubernetes = {
source = "hashicorp/kubernetes"
version = "~> 2.18.0"
version = "~> 2.20.0"
}

http = {
source = "hashicorp/http"
version = "~> 3.2.0"
version = "~> 3.3.0"
}
}
}
2 changes: 1 addition & 1 deletion global/templates/external-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
source:
chart: external-dns
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 6.14.0
targetRevision: 6.20.3
helm:
releaseName: external-dns
values: |
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.17
FROM alpine:3.18

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.23.3-alpine
FROM nginx:1.25.0-alpine
2 changes: 1 addition & 1 deletion platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: 0.2.0

dependencies:
- name: common
version: 2.2.3
version: 2.4.0
repository: https://charts.bitnami.com/bitnami
- name: vault-operator
version: 1.19.0
Expand Down
34 changes: 18 additions & 16 deletions platform/files/oidc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/locmai/humble/platform/files/oidc
go 1.19

require (
github.com/hashicorp/vault/api v1.9.0
github.com/hashicorp/vault/api v1.9.2
github.com/sethvargo/go-password v0.2.0
k8s.io/api v0.26.1
k8s.io/apimachinery v0.26.1
k8s.io/api v0.27.2
k8s.io/apimachinery v0.27.2
k8s.io/client-go v0.25.0
)

Expand All @@ -20,16 +20,18 @@ require (
github.com/emicklei/go-restful v2.16.0+incompatible // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-openapi/jsonpointer v0.19.5 // indirect
github.com/go-openapi/jsonreference v0.20.0 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.1 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.3.0 // indirect
Expand All @@ -50,7 +52,7 @@ require (
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
Expand All @@ -66,12 +68,12 @@ require (
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/term v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220908141613-51c1cc9bc6d0 // indirect
Expand All @@ -81,10 +83,10 @@ require (
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.80.1 // indirect
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
k8s.io/utils v0.0.0-20221107191617-1a15be271d1d // indirect
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
k8s.io/klog/v2 v2.90.1 // indirect
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
k8s.io/utils v0.0.0-20230209194617-a36077c30491 // 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
)
Loading

0 comments on commit 721729b

Please sign in to comment.