Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent 3f4b1d7 commit f13770d
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
container: dockfool/cake-docker:latest
steps:
- name: Checkout source
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
filter: tree:0
Expand All @@ -34,13 +34,13 @@ jobs:

- name: Docker login
if: github.event_name != 'pull_request'
uses: docker/login-action@v3.2.0
uses: docker/login-action@v3.3.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}

- name: Setup buildx
uses: docker/setup-buildx-action@v3.4.0
uses: docker/setup-buildx-action@v3.6.1

- name: Export runtime
uses: crazy-max/ghaction-github-runtime@v3.0.0
Expand Down
12 changes: 6 additions & 6 deletions Aws/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
},
"FluentValidation": {
"type": "Transitive",
"resolved": "11.9.2",
"contentHash": "XeHp9LvFvu1fsQ/NvDCymV02GOCB1nz7ZUhfpI3uMhCcHTkV1K5bMkv+Nc/kuNYyAsX5+5bcmUanIEMd5QN+Eg=="
"resolved": "11.10.0",
"contentHash": "qsJGSJDdZ8qiG+lVJ70PZfJHcEdq8UQZ/tZDXoj78/iHKG6lVKtMJsD11zyyv/IPc7rwqGqnFoFLTNzpo3IPYg=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -220,8 +220,8 @@
},
"YamlDotNet": {
"type": "Transitive",
"resolved": "16.0.0",
"contentHash": "kZ4jR5ltFhnjaUqK9x81zXRIUTH4PTXTTEmJDNQdkDLQhcv+2Nl19r0dCSvPW1mstOYBfXTnjdieRbUO6gHMDw=="
"resolved": "16.1.2",
"contentHash": "VHBamNzHIKqkdWgYrGk48mEos+lVDFHzJyk0JiFYydoViSiCNIdoDTL3kaqAh+exQ2m2ZgZQphBgaOngR1fYjg=="
},
"k8s": {
"type": "Project",
Expand All @@ -239,14 +239,14 @@
"library": {
"type": "Project",
"dependencies": {
"FluentValidation": "[11.9.2, )",
"FluentValidation": "[11.10.0, )",
"Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )",
"Microsoft.Extensions.Options": "[8.0.2, )",
"Pulumi": "[3.38.0, )",
"Pulumi.Aws": "[5.11.0, )",
"Pulumi.Kubernetes": "[3.20.5, )",
"Scriban": "[5.10.0, )",
"YamlDotNet": "[16.0.0, )"
"YamlDotNet": "[16.1.2, )"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions Cli/Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Json.More.Net" Version="2.0.1.2" />
<PackageReference Include="JsonPath.Net" Version="1.1.2" />
<PackageReference Include="Json.More.Net" Version="2.0.2" />
<PackageReference Include="JsonPath.Net" Version="1.1.5" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
Expand Down
8 changes: 4 additions & 4 deletions Cli/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM mcr.microsoft.com/dotnet/aspnet:8.0.7-jammy
FROM mcr.microsoft.com/dotnet/aspnet:8.0.8-jammy

LABEL org.opencontainers.image.source=https://github.com/gitfool/Pulumi.Dungeon

Expand All @@ -16,7 +16,7 @@ EOF
# renovate: datasource=github-tags depName=kubectl packageName=kubernetes/kubectl extractVersion=^kubernetes-(?<version>.+)$
RUN <<EOF
set -ex
version=1.30.3
version=1.31.1
curl -fsSL https://storage.googleapis.com/kubernetes-release/release/v$version/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl
chmod +x /usr/local/bin/kubectl
kubectl completion bash > /etc/bash_completion.d/kubectl
Expand All @@ -27,7 +27,7 @@ EOF
# renovate: datasource=github-releases depName=aws-iam-authenticator packageName=kubernetes-sigs/aws-iam-authenticator
RUN <<EOF
set -ex
version=0.6.22
version=0.6.27
curl -fsSL https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v$version/aws-iam-authenticator_${version}_linux_amd64 -o /usr/local/bin/aws-iam-authenticator
chmod +x /usr/local/bin/aws-iam-authenticator
aws-iam-authenticator version
Expand All @@ -37,7 +37,7 @@ EOF
# renovate: datasource=github-releases depName=helm packageName=helm/helm
RUN <<EOF
set -ex
version=3.15.3
version=3.16.1
curl -fsSL https://get.helm.sh/helm-v$version-linux-amd64.tar.gz -o helm.tar.gz
tar -xzf helm.tar.gz --directory /usr/local/bin --no-same-owner --strip=1 linux-amd64/helm
rm -f helm.tar.gz
Expand Down
26 changes: 13 additions & 13 deletions Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"net8.0": {
"Json.More.Net": {
"type": "Direct",
"requested": "[2.0.1.2, )",
"resolved": "2.0.1.2",
"contentHash": "uF3QeiaXEfH92emz0/BWUiNtMSfxIIvgynuB0Bf1vF4s8eWTcZitBx9l+g/FDaJk5XxqBv9buQXizXKQcXFG1w=="
"requested": "[2.0.2, )",
"resolved": "2.0.2",
"contentHash": "izscdjjk8EAHDBCjyz7V7n77SzkrSjh/hUGV6cyR6PlVdjYDh5ohc8yqvwSqJ9+6Uof8W6B24dIHlDKD+I1F8A=="
},
"JsonPath.Net": {
"type": "Direct",
"requested": "[1.1.2, )",
"resolved": "1.1.2",
"contentHash": "K39Y4u6eLEPwzQNd+s0IwA9Fm/1XYl7LhDfgdoaZEOfDe92HUQLooFiVOeI/TJAx20MNlAa6oFytl8rD+/xagQ==",
"requested": "[1.1.5, )",
"resolved": "1.1.5",
"contentHash": "IDZkSLyaOH3AJ1hoNa60GD6xOJ8pnmbF5YfFZRrZwjap8afeNiOToyf8/JfJwivF7F5ag7OBw6cnRsRfQ35HWA==",
"dependencies": {
"Json.More.Net": "2.0.1.2"
"Json.More.Net": "2.0.2"
}
},
"Microsoft.Extensions.Hosting": {
Expand Down Expand Up @@ -153,8 +153,8 @@
},
"FluentValidation": {
"type": "Transitive",
"resolved": "11.9.2",
"contentHash": "XeHp9LvFvu1fsQ/NvDCymV02GOCB1nz7ZUhfpI3uMhCcHTkV1K5bMkv+Nc/kuNYyAsX5+5bcmUanIEMd5QN+Eg=="
"resolved": "11.10.0",
"contentHash": "qsJGSJDdZ8qiG+lVJ70PZfJHcEdq8UQZ/tZDXoj78/iHKG6lVKtMJsD11zyyv/IPc7rwqGqnFoFLTNzpo3IPYg=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -611,8 +611,8 @@
},
"YamlDotNet": {
"type": "Transitive",
"resolved": "16.0.0",
"contentHash": "kZ4jR5ltFhnjaUqK9x81zXRIUTH4PTXTTEmJDNQdkDLQhcv+2Nl19r0dCSvPW1mstOYBfXTnjdieRbUO6gHMDw=="
"resolved": "16.1.2",
"contentHash": "VHBamNzHIKqkdWgYrGk48mEos+lVDFHzJyk0JiFYydoViSiCNIdoDTL3kaqAh+exQ2m2ZgZQphBgaOngR1fYjg=="
},
"aws": {
"type": "Project",
Expand Down Expand Up @@ -642,14 +642,14 @@
"library": {
"type": "Project",
"dependencies": {
"FluentValidation": "[11.9.2, )",
"FluentValidation": "[11.10.0, )",
"Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )",
"Microsoft.Extensions.Options": "[8.0.2, )",
"Pulumi": "[3.38.0, )",
"Pulumi.Aws": "[5.11.0, )",
"Pulumi.Kubernetes": "[3.20.5, )",
"Scriban": "[5.10.0, )",
"YamlDotNet": "[16.0.0, )"
"YamlDotNet": "[16.1.2, )"
}
}
}
Expand Down
12 changes: 6 additions & 6 deletions K8s/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
},
"FluentValidation": {
"type": "Transitive",
"resolved": "11.9.2",
"contentHash": "XeHp9LvFvu1fsQ/NvDCymV02GOCB1nz7ZUhfpI3uMhCcHTkV1K5bMkv+Nc/kuNYyAsX5+5bcmUanIEMd5QN+Eg=="
"resolved": "11.10.0",
"contentHash": "qsJGSJDdZ8qiG+lVJ70PZfJHcEdq8UQZ/tZDXoj78/iHKG6lVKtMJsD11zyyv/IPc7rwqGqnFoFLTNzpo3IPYg=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -209,20 +209,20 @@
},
"YamlDotNet": {
"type": "Transitive",
"resolved": "16.0.0",
"contentHash": "kZ4jR5ltFhnjaUqK9x81zXRIUTH4PTXTTEmJDNQdkDLQhcv+2Nl19r0dCSvPW1mstOYBfXTnjdieRbUO6gHMDw=="
"resolved": "16.1.2",
"contentHash": "VHBamNzHIKqkdWgYrGk48mEos+lVDFHzJyk0JiFYydoViSiCNIdoDTL3kaqAh+exQ2m2ZgZQphBgaOngR1fYjg=="
},
"library": {
"type": "Project",
"dependencies": {
"FluentValidation": "[11.9.2, )",
"FluentValidation": "[11.10.0, )",
"Microsoft.Extensions.Logging.Abstractions": "[8.0.1, )",
"Microsoft.Extensions.Options": "[8.0.2, )",
"Pulumi": "[3.38.0, )",
"Pulumi.Aws": "[5.11.0, )",
"Pulumi.Kubernetes": "[3.20.5, )",
"Scriban": "[5.10.0, )",
"YamlDotNet": "[16.0.0, )"
"YamlDotNet": "[16.1.2, )"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.9.2" />
<PackageReference Include="FluentValidation" Version="11.10.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="Pulumi" Version="3.38.0" />
<PackageReference Include="Pulumi.Aws" Version="5.11.0" />
<PackageReference Include="Pulumi.Kubernetes" Version="3.20.5" />
<PackageReference Include="Scriban" Version="5.10.0" />
<PackageReference Include="YamlDotNet" Version="16.0.0" />
<PackageReference Include="YamlDotNet" Version="16.1.2" />
</ItemGroup>
</Project>
12 changes: 6 additions & 6 deletions Library/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net8.0": {
"FluentValidation": {
"type": "Direct",
"requested": "[11.9.2, )",
"resolved": "11.9.2",
"contentHash": "XeHp9LvFvu1fsQ/NvDCymV02GOCB1nz7ZUhfpI3uMhCcHTkV1K5bMkv+Nc/kuNYyAsX5+5bcmUanIEMd5QN+Eg=="
"requested": "[11.10.0, )",
"resolved": "11.10.0",
"contentHash": "qsJGSJDdZ8qiG+lVJ70PZfJHcEdq8UQZ/tZDXoj78/iHKG6lVKtMJsD11zyyv/IPc7rwqGqnFoFLTNzpo3IPYg=="
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
Expand Down Expand Up @@ -70,9 +70,9 @@
},
"YamlDotNet": {
"type": "Direct",
"requested": "[16.0.0, )",
"resolved": "16.0.0",
"contentHash": "kZ4jR5ltFhnjaUqK9x81zXRIUTH4PTXTTEmJDNQdkDLQhcv+2Nl19r0dCSvPW1mstOYBfXTnjdieRbUO6gHMDw=="
"requested": "[16.1.2, )",
"resolved": "16.1.2",
"contentHash": "VHBamNzHIKqkdWgYrGk48mEos+lVDFHzJyk0JiFYydoViSiCNIdoDTL3kaqAh+exQ2m2ZgZQphBgaOngR1fYjg=="
},
"Ben.Demystifier": {
"type": "Transitive",
Expand Down

0 comments on commit f13770d

Please sign in to comment.