Skip to content

Commit

Permalink
fix(deps): update all minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 8, 2025
1 parent 5fcce6a commit 1766d52
Show file tree
Hide file tree
Showing 10 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
stack: [openstack]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.1.0
- uses: actions/setup-node@v4.2.0
with:
node-version: '19.9.0'
- name: Decode kubeconfig
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
stack: [ hetzner ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.1.0
- uses: actions/setup-node@v4.2.0
with:
node-version: '19.9.0'
- name: Decode kubeconfig
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# for all branches except the master.
# Only for master branch merges, the main `pulumi` job is executed automatically.
image:
name: pulumi/pulumi:3.145.0
name: pulumi/pulumi:3.148.0
entrypoint:
- '/usr/bin/env'
- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
Expand Down
6 changes: 3 additions & 3 deletions flux-operator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions l0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions l0/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ export const versions: Record<string, VersionEntry> = {
registryUrl: "https://juicedata.github.io/charts"
},
cilium: {
version: "1.16.6",
version: "1.17.0",
depName: "cilium",
datasource: "helm",
versioning: "helm",
registryUrl: "https://helm.cilium.io/"
},
certManager: {
version: "v1.16.3",
version: "v1.17.0",
depName: "cert-manager",
datasource: "helm",
versioning: "semver-coerced",
Expand All @@ -45,14 +45,14 @@ export const versions: Record<string, VersionEntry> = {
registryUrl: "https://istio-release.storage.googleapis.com/charts"
},
hcloudCSI: {
version: "2.11.0",
version: "2.12.0",
depName: "hcloud-csi",
datasource: "helm",
versioning: "helm",
registryUrl: "https://charts.hetzner.cloud/"
},
externalSecrets: {
version: "0.12.1",
version: "0.14.0",
depName: "external-secrets",
datasource: "helm",
versioning: "semver-coerced",
Expand Down
26 changes: 13 additions & 13 deletions l1/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions l2/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion l2/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const versions: Record<string, VersionEntry> = {
versioning: "docker",
},
vaultwarden: {
version: "1.32.7-alpine",
version: "1.33.1-alpine",
depName: "vaultwarden/server",
datasource: "docker",
versioning: "docker",
Expand Down
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1766d52

Please sign in to comment.