Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 3a1cdb1 commit d49e80a
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "3.1.0",
"version": "3.2.0",
"commands": [
"dotnet-cake"
]
Expand Down
2 changes: 1 addition & 1 deletion Aws/Aws.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="IPNetwork2" Version="2.6.611" />
<PackageReference Include="IPNetwork2" Version="2.6.618" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageReference Include="Pulumi" Version="3.38.0" />
<PackageReference Include="Pulumi.Aws" Version="5.11.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 @@ -4,9 +4,9 @@
"net7.0": {
"IPNetwork2": {
"type": "Direct",
"requested": "[2.6.611, )",
"resolved": "2.6.611",
"contentHash": "eCwQL6r3WqQ7YR+tJ5EEH6at51RHiVrmc50JcKxyN7493Jvm0afbz62CoYfgGPS0X/YikcAa8hB54C6RKc8tKw=="
"requested": "[2.6.618, )",
"resolved": "2.6.618",
"contentHash": "rRxnQko86gF/Q58+WO/2yFun7RUd05n2gwa9jOElqOdqN3i7tF8jHUmxZedqHjYCN3mGHJjVxZeQKAOu7TnQVA=="
},
"Microsoft.Extensions.Options": {
"type": "Direct",
Expand Down Expand Up @@ -72,8 +72,8 @@
},
"FluentValidation": {
"type": "Transitive",
"resolved": "11.8.0",
"contentHash": "TiEaaYqSIAS+wXQv46LRm8Mca092XYNePD0n231Hqlkmm5FuToZoWnjI1ef/vJUxBzqR7/k2vaVQXxijNgVKRQ=="
"resolved": "11.8.1",
"contentHash": "N72rnlE99XYB7EGA1u9y7m7kNTTynqOPBhZqDE8zr1Y0aSR4t5si94LRA7UVdAV09GaXWCErW+EiFhfbg3DSbg=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -274,7 +274,7 @@
"library": {
"type": "Project",
"dependencies": {
"FluentValidation": "[11.8.0, )",
"FluentValidation": "[11.8.1, )",
"Microsoft.Extensions.Logging.Abstractions": "[7.0.1, )",
"Microsoft.Extensions.Options": "[7.0.1, )",
"Pulumi": "[3.38.0, )",
Expand Down
6 changes: 3 additions & 3 deletions Cli/Cli.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Json.More.Net" Version="1.9.1" />
<PackageReference Include="Json.More.Net" Version="1.9.2" />
<PackageReference Include="JsonPath.Net" Version="0.6.7" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
<PackageReference Include="Pulumi.Automation" Version="3.38.0" />
<PackageReference Include="Serilog" Version="3.0.1" />
<PackageReference Include="Serilog" Version="3.1.1" />
<PackageReference Include="Serilog.Enrichers.Thread" Version="3.1.0" />
<PackageReference Include="Serilog.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="7.0.1" />
<PackageReference Include="Serilog.Sinks.Seq" Version="5.2.3" />
<PackageReference Include="Spectre.Console.Cli" Version="0.47.0" />
<PackageReference Include="Spectre.Console.Cli" Version="0.48.0" />
</ItemGroup>

<ItemGroup>
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:7.0.12-jammy
FROM mcr.microsoft.com/dotnet/aspnet:7.0.14-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.28.3
version=1.29.0
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.11
version=0.6.14
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.13.1
version=3.13.3
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
36 changes: 18 additions & 18 deletions Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net7.0": {
"Json.More.Net": {
"type": "Direct",
"requested": "[1.9.1, )",
"resolved": "1.9.1",
"contentHash": "GMHMI588xEfRd9s5jmPAcf38K9SxQ0VGb47Zmuqe1U1yP6KVuxuWupM95EO65e40sNQ/+xzUPd61gp9BRClqRw==",
"requested": "[1.9.2, )",
"resolved": "1.9.2",
"contentHash": "JZhi2ZJhoIqTtr9hSlMgmaj0PLq8lLvh9TiO1wOBgEYuGpvV/JUt5t0SD/VookahzptaBkApERpgBZUHMTP+aA==",
"dependencies": {
"System.Text.Json": "6.0.2"
}
Expand Down Expand Up @@ -95,9 +95,9 @@
},
"Serilog": {
"type": "Direct",
"requested": "[3.0.1, )",
"resolved": "3.0.1",
"contentHash": "E4UmOQ++eNJax1laE+lws7E3zbhKgHsGJbO7ra0yE5smUh+5FfUPIKKBxM3MO1tK4sgpQke6/pLReDxIc/ggNw=="
"requested": "[3.1.1, )",
"resolved": "3.1.1",
"contentHash": "P6G4/4Kt9bT635bhuwdXlJ2SCqqn2nhh4gqFqQueCOr9bK/e7W9ll/IoX1Ter948cV2Z/5+5v8pAfJYUISY03A=="
},
"Serilog.Enrichers.Thread": {
"type": "Direct",
Expand Down Expand Up @@ -146,11 +146,11 @@
},
"Spectre.Console.Cli": {
"type": "Direct",
"requested": "[0.47.0, )",
"resolved": "0.47.0",
"contentHash": "S2cZCbve4fAgRtigNUNZbF+NLQJcAapSqSbbDYqLtqXJcIZ6tKiRTveYe05d+oLY2bAmP7sgnLdzVknGXruy2Q==",
"requested": "[0.48.0, )",
"resolved": "0.48.0",
"contentHash": "HNoDxAOTODQ9h+4K5Cs2caW8kIicRKw5SS4vgEEkJtnTp7/4XR8OIGvCjVi09w3m+xn4lTlkS0ENy2ktGz4HRw==",
"dependencies": {
"Spectre.Console": "0.47.0"
"Spectre.Console": "0.48.0"
}
},
"Ben.Demystifier": {
Expand All @@ -168,8 +168,8 @@
},
"FluentValidation": {
"type": "Transitive",
"resolved": "11.8.0",
"contentHash": "TiEaaYqSIAS+wXQv46LRm8Mca092XYNePD0n231Hqlkmm5FuToZoWnjI1ef/vJUxBzqR7/k2vaVQXxijNgVKRQ=="
"resolved": "11.8.1",
"contentHash": "N72rnlE99XYB7EGA1u9y7m7kNTTynqOPBhZqDE8zr1Y0aSR4t5si94LRA7UVdAV09GaXWCErW+EiFhfbg3DSbg=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -226,8 +226,8 @@
},
"IPNetwork2": {
"type": "Transitive",
"resolved": "2.6.611",
"contentHash": "eCwQL6r3WqQ7YR+tJ5EEH6at51RHiVrmc50JcKxyN7493Jvm0afbz62CoYfgGPS0X/YikcAa8hB54C6RKc8tKw=="
"resolved": "2.6.618",
"contentHash": "rRxnQko86gF/Q58+WO/2yFun7RUd05n2gwa9jOElqOdqN3i7tF8jHUmxZedqHjYCN3mGHJjVxZeQKAOu7TnQVA=="
},
"Microsoft.Build.Tasks.Git": {
"type": "Transitive",
Expand Down Expand Up @@ -594,8 +594,8 @@
},
"Spectre.Console": {
"type": "Transitive",
"resolved": "0.47.0",
"contentHash": "wz8mszcZr0cSOo8GyoG9e2DFW0SkMT8/n78Q/lIXX7EbCtHNXOoOKWpJ9Str+rCYtmQOGGyDutZzubrUHK/XkA==",
"resolved": "0.48.0",
"contentHash": "4Mc1UT7Azgtyb8FyNwK5FZmoZbKuT5PmY7ZwaKUytjD5kGFMNBACpOZTwYtkuY377YkYtZYBeDDTJUwTW86QXw==",
"dependencies": {
"System.Memory": "4.5.5"
}
Expand Down Expand Up @@ -655,7 +655,7 @@
"aws": {
"type": "Project",
"dependencies": {
"IPNetwork2": "[2.6.611, )",
"IPNetwork2": "[2.6.618, )",
"K8s": "[1.0.0, )",
"Library": "[1.0.0, )",
"Microsoft.Extensions.Options": "[7.0.1, )",
Expand All @@ -680,7 +680,7 @@
"library": {
"type": "Project",
"dependencies": {
"FluentValidation": "[11.8.0, )",
"FluentValidation": "[11.8.1, )",
"Microsoft.Extensions.Logging.Abstractions": "[7.0.1, )",
"Microsoft.Extensions.Options": "[7.0.1, )",
"Pulumi": "[3.38.0, )",
Expand Down
6 changes: 3 additions & 3 deletions K8s/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
},
"FluentValidation": {
"type": "Transitive",
"resolved": "11.8.0",
"contentHash": "TiEaaYqSIAS+wXQv46LRm8Mca092XYNePD0n231Hqlkmm5FuToZoWnjI1ef/vJUxBzqR7/k2vaVQXxijNgVKRQ=="
"resolved": "11.8.1",
"contentHash": "N72rnlE99XYB7EGA1u9y7m7kNTTynqOPBhZqDE8zr1Y0aSR4t5si94LRA7UVdAV09GaXWCErW+EiFhfbg3DSbg=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -250,7 +250,7 @@
"library": {
"type": "Project",
"dependencies": {
"FluentValidation": "[11.8.0, )",
"FluentValidation": "[11.8.1, )",
"Microsoft.Extensions.Logging.Abstractions": "[7.0.1, )",
"Microsoft.Extensions.Options": "[7.0.1, )",
"Pulumi": "[3.38.0, )",
Expand Down
2 changes: 1 addition & 1 deletion Library/Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FluentValidation" Version="11.8.0" />
<PackageReference Include="FluentValidation" Version="11.8.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageReference Include="Pulumi" Version="3.38.0" />
Expand Down
6 changes: 3 additions & 3 deletions Library/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"net7.0": {
"FluentValidation": {
"type": "Direct",
"requested": "[11.8.0, )",
"resolved": "11.8.0",
"contentHash": "TiEaaYqSIAS+wXQv46LRm8Mca092XYNePD0n231Hqlkmm5FuToZoWnjI1ef/vJUxBzqR7/k2vaVQXxijNgVKRQ=="
"requested": "[11.8.1, )",
"resolved": "11.8.1",
"contentHash": "N72rnlE99XYB7EGA1u9y7m7kNTTynqOPBhZqDE8zr1Y0aSR4t5si94LRA7UVdAV09GaXWCErW+EiFhfbg3DSbg=="
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
Expand Down

0 comments on commit d49e80a

Please sign in to comment.