Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 23, 2024
1 parent 99a7bec commit 6e924c7
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 54 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
container: dockfool/cake-docker:latest
steps:
- name: Checkout source
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
filter: tree:0
show-progress: false

- name: Cache packages
uses: actions/cache@v4.0.1
uses: actions/cache@v4.0.2
with:
path: ${{ env.NUGET_PACKAGES }}
key: ${{ runner.os }}-nuget-${{ hashFiles('.config/dotnet-tools.json', '**/packages.lock.json') }}
Expand All @@ -40,7 +40,7 @@ jobs:
password: ${{ secrets.DOCKER_TOKEN }}

- name: Setup buildx
uses: docker/setup-buildx-action@v3.2.0
uses: docker/setup-buildx-action@v3.3.0

- 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.0",
"contentHash": "VneVlTvwYDkfHV5av3QrQ0amALgrLX6LV94wlYyEsh0B/klJBW7C8y2eAtj5tOZ3jH6CAVpr4s1ZGgew/QWyig=="
"resolved": "11.9.1",
"contentHash": "C+PqISSMdlOZZJx0Hx25atW32tv4vbpsaiQB+PLjK+ZGLzOFuHl1fUJ3Lny77mIZ31ZtYtNG0JgUjxa3wwLsWg=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -178,8 +178,8 @@
},
"Scriban": {
"type": "Transitive",
"resolved": "5.9.1",
"contentHash": "Er0jZCXrHXtk+nnzmHVEnmz1pjfU+VL3GppO0UjtCMoZ0Se1plyPe1OLb6gM7ToSRA7nu/QIcdRFr29x8w8rQQ=="
"resolved": "5.10.0",
"contentHash": "qk2W8wQpm7mykWrEi9fhjC7uVapT2bkweMuMqebrF7gaVMt0WjmZzyVVTpom5cUsc3ddMDpo95SkNcTWGo+L6Q=="
},
"Semver": {
"type": "Transitive",
Expand Down Expand Up @@ -239,13 +239,13 @@
"library": {
"type": "Project",
"dependencies": {
"FluentValidation": "[11.9.0, )",
"FluentValidation": "[11.9.1, )",
"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.9.1, )",
"Scriban": "[5.10.0, )",
"YamlDotNet": "[15.1.2, )"
}
}
Expand Down
6 changes: 3 additions & 3 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" />
<PackageReference Include="JsonPath.Net" Version="1.0.0" />
<PackageReference Include="Json.More.Net" Version="2.0.1.2" />
<PackageReference Include="JsonPath.Net" Version="1.0.1.2" />
<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 All @@ -40,7 +40,7 @@
<PackageReference Include="Serilog.Extensions.Hosting" Version="8.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Seq" Version="7.0.0" />
<PackageReference Include="Spectre.Console.Cli" Version="0.48.0" />
<PackageReference Include="Spectre.Console.Cli" Version="0.49.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 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.3-jammy
FROM mcr.microsoft.com/dotnet/aspnet:8.0.4-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.29.3
version=1.30.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 @@ -37,7 +37,7 @@ EOF
# renovate: datasource=github-releases depName=helm packageName=helm/helm
RUN <<EOF
set -ex
version=3.14.3
version=3.14.4
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
2 changes: 1 addition & 1 deletion Cli/config/_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Dungeon:
FluentBitImageRepository: public.ecr.aws/aws-observability/aws-for-fluent-bit
# renovate: # datasource=docker depName=aws-for-fluent-bit packageName=public.ecr.aws/aws-observability/aws-for-fluent-bit
# renovate: datasource=github-releases depName=aws-for-fluent-bit packageName=aws/aws-for-fluent-bit
FluentBitImageTag: 2.32.0
FluentBitImageTag: 2.32.2

Pulumi:
Color: always
Expand Down
45 changes: 21 additions & 24 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, )",
"resolved": "2.0.1",
"contentHash": "k4yLP8ZgEeiFKodcOdqt4qscXZU69F/My5pRNNBox97mBHQwdfUdJDG8jmsLM99GDhPgE25iSxj2/NvMnstUOw=="
"requested": "[2.0.1.2, )",
"resolved": "2.0.1.2",
"contentHash": "uF3QeiaXEfH92emz0/BWUiNtMSfxIIvgynuB0Bf1vF4s8eWTcZitBx9l+g/FDaJk5XxqBv9buQXizXKQcXFG1w=="
},
"JsonPath.Net": {
"type": "Direct",
"requested": "[1.0.0, )",
"resolved": "1.0.0",
"contentHash": "Y2ur7pm9mHn2CzdhL3jg9UJHLnYWFmOy5RRwhwXZUcBwGrMBoi8YqoZCaBgFL2sQ90CUlYWV9o5/uJ4Ye26lnQ==",
"requested": "[1.0.1.2, )",
"resolved": "1.0.1.2",
"contentHash": "C/+1yqdTwTjfvnIhZg7ap/lYfqy8kK1FpKs4hCfnEQru4+W9KHg5x7fpDiKlcWhpMdyd4GEnUtkhwgHcrOfQZg==",
"dependencies": {
"Json.More.Net": "2.0.0"
"Json.More.Net": "2.0.1.2"
}
},
"Microsoft.Extensions.Hosting": {
Expand Down Expand Up @@ -132,11 +132,11 @@
},
"Spectre.Console.Cli": {
"type": "Direct",
"requested": "[0.48.0, )",
"resolved": "0.48.0",
"contentHash": "HNoDxAOTODQ9h+4K5Cs2caW8kIicRKw5SS4vgEEkJtnTp7/4XR8OIGvCjVi09w3m+xn4lTlkS0ENy2ktGz4HRw==",
"requested": "[0.49.0, )",
"resolved": "0.49.0",
"contentHash": "841g7PhuJFwoCatKKVoIRDaylmcaTxEzTzq7+rGHyVCBUqL7iOH0c5AsGnjgBMzhRDnUUWkP47Ho9WWfqMVqAA==",
"dependencies": {
"Spectre.Console": "0.48.0"
"Spectre.Console": "0.49.0"
}
},
"Ben.Demystifier": {
Expand All @@ -154,8 +154,8 @@
},
"FluentValidation": {
"type": "Transitive",
"resolved": "11.9.0",
"contentHash": "VneVlTvwYDkfHV5av3QrQ0amALgrLX6LV94wlYyEsh0B/klJBW7C8y2eAtj5tOZ3jH6CAVpr4s1ZGgew/QWyig=="
"resolved": "11.9.1",
"contentHash": "C+PqISSMdlOZZJx0Hx25atW32tv4vbpsaiQB+PLjK+ZGLzOFuHl1fUJ3Lny77mIZ31ZtYtNG0JgUjxa3wwLsWg=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -539,8 +539,8 @@
},
"Scriban": {
"type": "Transitive",
"resolved": "5.9.1",
"contentHash": "Er0jZCXrHXtk+nnzmHVEnmz1pjfU+VL3GppO0UjtCMoZ0Se1plyPe1OLb6gM7ToSRA7nu/QIcdRFr29x8w8rQQ=="
"resolved": "5.10.0",
"contentHash": "qk2W8wQpm7mykWrEi9fhjC7uVapT2bkweMuMqebrF7gaVMt0WjmZzyVVTpom5cUsc3ddMDpo95SkNcTWGo+L6Q=="
},
"Semver": {
"type": "Transitive",
Expand Down Expand Up @@ -583,11 +583,8 @@
},
"Spectre.Console": {
"type": "Transitive",
"resolved": "0.48.0",
"contentHash": "4Mc1UT7Azgtyb8FyNwK5FZmoZbKuT5PmY7ZwaKUytjD5kGFMNBACpOZTwYtkuY377YkYtZYBeDDTJUwTW86QXw==",
"dependencies": {
"System.Memory": "4.5.5"
}
"resolved": "0.49.0",
"contentHash": "1s+hhYq5fcrqCvZhrNOPehAmCZJM6cjro85g1Qirvmm1tys+/sfFJgePCGcxr+S/nONZ/lCDTflPda3C+WlBdg=="
},
"System.Diagnostics.DiagnosticSource": {
"type": "Transitive",
Expand All @@ -601,8 +598,8 @@
},
"System.Memory": {
"type": "Transitive",
"resolved": "4.5.5",
"contentHash": "XIWiDvKPXaTveaB7HVganDlOCRoj03l+jrwNvcge/t8vhGYKvqV+dMv6G4SAX2NoNmN0wZfVPTAlFwZcZvVOUw=="
"resolved": "4.5.3",
"contentHash": "3oDzvc/zzetpTKWMShs1AADwZjQ/36HnsufHRPcOjyRAAMLDlu2iD33MBI2opxnezcVUtXyqDXXjoFMOU9c7SA=="
},
"System.Reflection.Metadata": {
"type": "Transitive",
Expand Down Expand Up @@ -660,13 +657,13 @@
"library": {
"type": "Project",
"dependencies": {
"FluentValidation": "[11.9.0, )",
"FluentValidation": "[11.9.1, )",
"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.9.1, )",
"Scriban": "[5.10.0, )",
"YamlDotNet": "[15.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.0",
"contentHash": "VneVlTvwYDkfHV5av3QrQ0amALgrLX6LV94wlYyEsh0B/klJBW7C8y2eAtj5tOZ3jH6CAVpr4s1ZGgew/QWyig=="
"resolved": "11.9.1",
"contentHash": "C+PqISSMdlOZZJx0Hx25atW32tv4vbpsaiQB+PLjK+ZGLzOFuHl1fUJ3Lny77mIZ31ZtYtNG0JgUjxa3wwLsWg=="
},
"Flurl": {
"type": "Transitive",
Expand Down Expand Up @@ -167,8 +167,8 @@
},
"Scriban": {
"type": "Transitive",
"resolved": "5.9.1",
"contentHash": "Er0jZCXrHXtk+nnzmHVEnmz1pjfU+VL3GppO0UjtCMoZ0Se1plyPe1OLb6gM7ToSRA7nu/QIcdRFr29x8w8rQQ=="
"resolved": "5.10.0",
"contentHash": "qk2W8wQpm7mykWrEi9fhjC7uVapT2bkweMuMqebrF7gaVMt0WjmZzyVVTpom5cUsc3ddMDpo95SkNcTWGo+L6Q=="
},
"Semver": {
"type": "Transitive",
Expand Down Expand Up @@ -215,13 +215,13 @@
"library": {
"type": "Project",
"dependencies": {
"FluentValidation": "[11.9.0, )",
"FluentValidation": "[11.9.1, )",
"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.9.1, )",
"Scriban": "[5.10.0, )",
"YamlDotNet": "[15.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.0" />
<PackageReference Include="FluentValidation" Version="11.9.1" />
<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.9.1" />
<PackageReference Include="Scriban" Version="5.10.0" />
<PackageReference Include="YamlDotNet" Version="15.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.0, )",
"resolved": "11.9.0",
"contentHash": "VneVlTvwYDkfHV5av3QrQ0amALgrLX6LV94wlYyEsh0B/klJBW7C8y2eAtj5tOZ3jH6CAVpr4s1ZGgew/QWyig=="
"requested": "[11.9.1, )",
"resolved": "11.9.1",
"contentHash": "C+PqISSMdlOZZJx0Hx25atW32tv4vbpsaiQB+PLjK+ZGLzOFuHl1fUJ3Lny77mIZ31ZtYtNG0JgUjxa3wwLsWg=="
},
"Microsoft.Extensions.Logging.Abstractions": {
"type": "Direct",
Expand Down Expand Up @@ -64,9 +64,9 @@
},
"Scriban": {
"type": "Direct",
"requested": "[5.9.1, )",
"resolved": "5.9.1",
"contentHash": "Er0jZCXrHXtk+nnzmHVEnmz1pjfU+VL3GppO0UjtCMoZ0Se1plyPe1OLb6gM7ToSRA7nu/QIcdRFr29x8w8rQQ=="
"requested": "[5.10.0, )",
"resolved": "5.10.0",
"contentHash": "qk2W8wQpm7mykWrEi9fhjC7uVapT2bkweMuMqebrF7gaVMt0WjmZzyVVTpom5cUsc3ddMDpo95SkNcTWGo+L6Q=="
},
"YamlDotNet": {
"type": "Direct",
Expand Down

0 comments on commit 6e924c7

Please sign in to comment.