Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all minor updates #275

Merged
merged 1 commit into from
Nov 12, 2024
Merged
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
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.137.0
name: pulumi/pulumi:3.138.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.

6 changes: 3 additions & 3 deletions l0/package-lock.json

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

4 changes: 2 additions & 2 deletions l0/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ export const versions: Record<string, VersionEntry> = {
registryUrl: "https://charts.jetstack.io"
},
istioBase: {
version: "1.23.3",
version: "1.24.0",
depName: "base",
datasource: "helm",
versioning: "helm",
registryUrl: "https://istio-release.storage.googleapis.com/charts"
},
istioD: {
version: "1.23.3",
version: "1.24.0",
depName: "istiod",
datasource: "helm",
versioning: "helm",
Expand Down
12 changes: 6 additions & 6 deletions l1/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 l1/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const versions: Record<string, VersionEntry> = {
registryUrl: "https://charts.bitnami.com/bitnami"
},
postgresql: {
version: "16.0.6",
version: "16.1.2",
depName: "postgresql",
datasource: "helm",
versioning: "helm",
Expand Down
12 changes: 6 additions & 6 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 @@ -10,7 +10,7 @@ export interface VersionEntry {

export const versions: Record<string, VersionEntry> = {
directus: {
version: "11.1.2",
version: "11.2.1",
depName: "directus/directus",
datasource: "docker",
versioning: "docker",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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