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

Bump dependencies #114

Merged
merged 1 commit into from
Jan 13, 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 .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 .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
submodules: recursive

- name: Cache packages
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
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
18 changes: 9 additions & 9 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.9.0",
"contentHash": "VneVlTvwYDkfHV5av3QrQ0amALgrLX6LV94wlYyEsh0B/klJBW7C8y2eAtj5tOZ3jH6CAVpr4s1ZGgew/QWyig=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -199,8 +199,8 @@
},
"Scriban": {
"type": "Transitive",
"resolved": "5.9.0",
"contentHash": "V725wLd3YKTRua8kTHUwJYTvIouNqyMBzNaNamCLlZPTyeP4gl+WJtqXDnWMe+mTftTGEVYZgbR1pLRmdKjK1g=="
"resolved": "5.9.1",
"contentHash": "Er0jZCXrHXtk+nnzmHVEnmz1pjfU+VL3GppO0UjtCMoZ0Se1plyPe1OLb6gM7ToSRA7nu/QIcdRFr29x8w8rQQ=="
},
"Semver": {
"type": "Transitive",
Expand Down Expand Up @@ -274,13 +274,13 @@
"library": {
"type": "Project",
"dependencies": {
"FluentValidation": "[11.8.0, )",
"FluentValidation": "[11.9.0, )",
"Microsoft.Extensions.Logging.Abstractions": "[7.0.1, )",
"Microsoft.Extensions.Options": "[7.0.1, )",
"Pulumi": "[3.38.0, )",
"Pulumi.Aws": "[5.11.0, )",
"Pulumi.Kubernetes": "[3.20.5, )",
"Scriban": "[5.9.0, )",
"Scriban": "[5.9.1, )",
"YamlDotNet": "[13.7.1, )"
}
}
Expand Down
8 changes: 4 additions & 4 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="JsonPath.Net" Version="0.6.7" />
<PackageReference Include="Json.More.Net" Version="1.9.3" />
<PackageReference Include="JsonPath.Net" Version="0.7.1" />
<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.15-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
50 changes: 25 additions & 25 deletions Cli/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"net7.0": {
"Json.More.Net": {
"type": "Direct",
"requested": "[1.9.1, )",
"resolved": "1.9.1",
"contentHash": "GMHMI588xEfRd9s5jmPAcf38K9SxQ0VGb47Zmuqe1U1yP6KVuxuWupM95EO65e40sNQ/+xzUPd61gp9BRClqRw==",
"requested": "[1.9.3, )",
"resolved": "1.9.3",
"contentHash": "BKIsKHXR2Jq+LdLdxPo3L09Lv0ld9xs1fAMvSAe2cf2YOl3at9vw0RrMlhC2ookDi7VtrgHXzc2Et5mVBOAUdw==",
"dependencies": {
"System.Text.Json": "6.0.2"
}
},
"JsonPath.Net": {
"type": "Direct",
"requested": "[0.6.7, )",
"resolved": "0.6.7",
"contentHash": "/3E+Ujg55DTSpGoy9DIcA7SqF1m6pLnsCgfgK4v3/E6FT/qabV6k/rLth/l40eg2yjakOnUa95/JY+hXubfZFA==",
"requested": "[0.7.1, )",
"resolved": "0.7.1",
"contentHash": "9Ptfxear0AB7aYLWGbodkw63wy2kCzcJmqEFnrFtsQfGNIR5Sc+VkZHoFd2UYsH8iqAK0CEga7oSSmbMyQrnvg==",
"dependencies": {
"Json.More.Net": "1.9.0"
"Json.More.Net": "1.9.3"
}
},
"Microsoft.Extensions.Hosting": {
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.9.0",
"contentHash": "VneVlTvwYDkfHV5av3QrQ0amALgrLX6LV94wlYyEsh0B/klJBW7C8y2eAtj5tOZ3jH6CAVpr4s1ZGgew/QWyig=="
},
"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 @@ -543,8 +543,8 @@
},
"Scriban": {
"type": "Transitive",
"resolved": "5.9.0",
"contentHash": "V725wLd3YKTRua8kTHUwJYTvIouNqyMBzNaNamCLlZPTyeP4gl+WJtqXDnWMe+mTftTGEVYZgbR1pLRmdKjK1g=="
"resolved": "5.9.1",
"contentHash": "Er0jZCXrHXtk+nnzmHVEnmz1pjfU+VL3GppO0UjtCMoZ0Se1plyPe1OLb6gM7ToSRA7nu/QIcdRFr29x8w8rQQ=="
},
"Semver": {
"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,13 +680,13 @@
"library": {
"type": "Project",
"dependencies": {
"FluentValidation": "[11.8.0, )",
"FluentValidation": "[11.9.0, )",
"Microsoft.Extensions.Logging.Abstractions": "[7.0.1, )",
"Microsoft.Extensions.Options": "[7.0.1, )",
"Pulumi": "[3.38.0, )",
"Pulumi.Aws": "[5.11.0, )",
"Pulumi.Kubernetes": "[3.20.5, )",
"Scriban": "[5.9.0, )",
"Scriban": "[5.9.1, )",
"YamlDotNet": "[13.7.1, )"
}
}
Expand Down
12 changes: 6 additions & 6 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.9.0",
"contentHash": "VneVlTvwYDkfHV5av3QrQ0amALgrLX6LV94wlYyEsh0B/klJBW7C8y2eAtj5tOZ3jH6CAVpr4s1ZGgew/QWyig=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -188,8 +188,8 @@
},
"Scriban": {
"type": "Transitive",
"resolved": "5.9.0",
"contentHash": "V725wLd3YKTRua8kTHUwJYTvIouNqyMBzNaNamCLlZPTyeP4gl+WJtqXDnWMe+mTftTGEVYZgbR1pLRmdKjK1g=="
"resolved": "5.9.1",
"contentHash": "Er0jZCXrHXtk+nnzmHVEnmz1pjfU+VL3GppO0UjtCMoZ0Se1plyPe1OLb6gM7ToSRA7nu/QIcdRFr29x8w8rQQ=="
},
"Semver": {
"type": "Transitive",
Expand Down Expand Up @@ -250,13 +250,13 @@
"library": {
"type": "Project",
"dependencies": {
"FluentValidation": "[11.8.0, )",
"FluentValidation": "[11.9.0, )",
"Microsoft.Extensions.Logging.Abstractions": "[7.0.1, )",
"Microsoft.Extensions.Options": "[7.0.1, )",
"Pulumi": "[3.38.0, )",
"Pulumi.Aws": "[5.11.0, )",
"Pulumi.Kubernetes": "[3.20.5, )",
"Scriban": "[5.9.0, )",
"Scriban": "[5.9.1, )",
"YamlDotNet": "[13.7.1, )"
}
}
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.8.0" />
<PackageReference Include="FluentValidation" Version="11.9.0" />
<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" />
<PackageReference Include="Pulumi.Aws" Version="5.11.0" />
<PackageReference Include="Pulumi.Kubernetes" Version="3.20.5" />
<PackageReference Include="Scriban" Version="5.9.0" />
<PackageReference Include="Scriban" Version="5.9.1" />
<PackageReference Include="YamlDotNet" Version="13.7.1" />
</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 @@
"net7.0": {
"FluentValidation": {
"type": "Direct",
"requested": "[11.8.0, )",
"resolved": "11.8.0",
"contentHash": "TiEaaYqSIAS+wXQv46LRm8Mca092XYNePD0n231Hqlkmm5FuToZoWnjI1ef/vJUxBzqR7/k2vaVQXxijNgVKRQ=="
"requested": "[11.9.0, )",
"resolved": "11.9.0",
"contentHash": "VneVlTvwYDkfHV5av3QrQ0amALgrLX6LV94wlYyEsh0B/klJBW7C8y2eAtj5tOZ3jH6CAVpr4s1ZGgew/QWyig=="
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
Expand Down Expand Up @@ -71,9 +71,9 @@
},
"Scriban": {
"type": "Direct",
"requested": "[5.9.0, )",
"resolved": "5.9.0",
"contentHash": "V725wLd3YKTRua8kTHUwJYTvIouNqyMBzNaNamCLlZPTyeP4gl+WJtqXDnWMe+mTftTGEVYZgbR1pLRmdKjK1g=="
"requested": "[5.9.1, )",
"resolved": "5.9.1",
"contentHash": "Er0jZCXrHXtk+nnzmHVEnmz1pjfU+VL3GppO0UjtCMoZ0Se1plyPe1OLb6gM7ToSRA7nu/QIcdRFr29x8w8rQQ=="
},
"YamlDotNet": {
"type": "Direct",
Expand Down