Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
stack: [hetzner]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6.4.0
- uses: actions/setup-node@v6.5.0
with:
node-version: '24.16.0'
node-version: '24.18.0'
- name: Decode kubeconfig
run: |
mkdir -p $HOME/.kube
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
stack: [ hetzner ]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6.4.0
- uses: actions/setup-node@v6.5.0
with:
node-version: '24.16.0'
node-version: '24.18.0'
- name: Decode kubeconfig
run: |
mkdir -p $HOME/.kube
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.245.0
name: pulumi/pulumi:3.254.0
entrypoint:
- '/usr/bin/env'
- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
Expand Down
787 changes: 351 additions & 436 deletions flux-operator/package-lock.json

Large diffs are not rendered by default.

820 changes: 449 additions & 371 deletions l0/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions l0/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface VersionEntry {

export const versions: Record<string, VersionEntry> = {
juiceCsiDriver: {
version: "0.31.10",
version: "0.32.0",
depName: "juicefs-csi-driver",
datasource: "helm",
versioning: "helm",
Expand All @@ -24,7 +24,7 @@ export const versions: Record<string, VersionEntry> = {
registryUrl: "https://helm.cilium.io/"
},
certManager: {
version: "v1.20.3",
version: "v1.21.0",
depName: "cert-manager",
datasource: "helm",
versioning: "semver-coerced",
Expand All @@ -45,7 +45,7 @@ export const versions: Record<string, VersionEntry> = {
registryUrl: "https://istio-release.storage.googleapis.com/charts"
},
hcloudCSI: {
version: "2.21.2",
version: "2.22.0",
depName: "hcloud-csi",
datasource: "helm",
versioning: "helm",
Expand Down
784 changes: 449 additions & 335 deletions l1/package-lock.json

Large diffs are not rendered by default.

784 changes: 449 additions & 335 deletions l2/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion l2/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const versions: Record<string, VersionEntry> = {
versioning: "docker",
},
plane: {
version: "1.5.1",
version: "1.6.0",
depName: "plane-ce",
datasource: "helm",
versioning: "helm",
Expand Down
1,311 changes: 715 additions & 596 deletions package-lock.json

Large diffs are not rendered by default.

Loading