File tree Expand file tree Collapse file tree 7 files changed +30
-30
lines changed
Expand file tree Collapse file tree 7 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
3434
3535 - name : Docker login
3636 if : github.event_name != 'pull_request'
37- uses : docker/login-action@v3.0 .0
37+ uses : docker/login-action@v3.1 .0
3838 with :
3939 username : ${{ secrets.DOCKER_USERNAME }}
4040 password : ${{ secrets.DOCKER_TOKEN }}
4141
4242 - name : Setup buildx
43- uses : docker/setup-buildx-action@v3.1 .0
43+ uses : docker/setup-buildx-action@v3.2 .0
4444
4545 - name : Export runtime
4646 uses : crazy-max/ghaction-github-runtime@v3.0.0
Original file line number Diff line number Diff line change 110110 },
111111 "Microsoft.Extensions.DependencyInjection.Abstractions" : {
112112 "type" : " Transitive" ,
113- "resolved" : " 8.0.0 " ,
114- "contentHash" : " cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg =="
113+ "resolved" : " 8.0.1 " ,
114+ "contentHash" : " fGLiCRLMYd00JYpClraLjJTNKLmMJPnqxMaiRzEBIIvevlzxz33mXy39Lkd48hu1G+N21S7QpaO5ZzKsI6FRuA =="
115115 },
116116 "Microsoft.Extensions.Logging" : {
117117 "type" : " Transitive" ,
125125 },
126126 "Microsoft.Extensions.Logging.Abstractions" : {
127127 "type" : " Transitive" ,
128- "resolved" : " 8.0.0 " ,
129- "contentHash" : " arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA ==" ,
128+ "resolved" : " 8.0.1 " ,
129+ "contentHash" : " RIFgaqoaINxkM2KTOw72dmilDmTrYA0ns2KW4lDz4gZ2+o6IQ894CzmdL3StM2oh7QQq44nCWiqKqc4qUI9Jmg ==" ,
130130 "dependencies" : {
131- "Microsoft.Extensions.DependencyInjection.Abstractions" : " 8.0.0 "
131+ "Microsoft.Extensions.DependencyInjection.Abstractions" : " 8.0.1 "
132132 }
133133 },
134134 "Microsoft.Extensions.Primitives" : {
240240 "type" : " Project" ,
241241 "dependencies" : {
242242 "FluentValidation" : " [11.9.0, )" ,
243- "Microsoft.Extensions.Logging.Abstractions" : " [8.0.0 , )" ,
243+ "Microsoft.Extensions.Logging.Abstractions" : " [8.0.1 , )" ,
244244 "Microsoft.Extensions.Options" : " [8.0.2, )" ,
245245 "Pulumi" : " [3.38.0, )" ,
246246 "Pulumi.Aws" : " [5.11.0, )" ,
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
2- FROM mcr.microsoft.com/dotnet/aspnet:8.0.2 -jammy
2+ FROM mcr.microsoft.com/dotnet/aspnet:8.0.3 -jammy
33
44LABEL org.opencontainers.image.source=https://github.com/gitfool/Pulumi.Dungeon
55
1616# renovate: datasource=github-tags depName=kubectl packageName=kubernetes/kubectl extractVersion=^kubernetes-(?<version>.+)$
1717RUN <<EOF
1818 set -ex
19- version=1.29.2
19+ version=1.29.3
2020 curl -fsSL https://storage.googleapis.com/kubernetes-release/release/v$version/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl
2121 chmod +x /usr/local/bin/kubectl
2222 kubectl completion bash > /etc/bash_completion.d/kubectl
3737# renovate: datasource=github-releases depName=helm packageName=helm/helm
3838RUN <<EOF
3939 set -ex
40- version=3.14.2
40+ version=3.14.3
4141 curl -fsSL https://get.helm.sh/helm-v$version-linux-amd64.tar.gz -o helm.tar.gz
4242 tar -xzf helm.tar.gz --directory /usr/local/bin --no-same-owner --strip=1 linux-amd64/helm
4343 rm -f helm.tar.gz
Original file line number Diff line number Diff line change 301301 },
302302 "Microsoft.Extensions.DependencyInjection.Abstractions" : {
303303 "type" : " Transitive" ,
304- "resolved" : " 8.0.0 " ,
305- "contentHash" : " cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg =="
304+ "resolved" : " 8.0.1 " ,
305+ "contentHash" : " fGLiCRLMYd00JYpClraLjJTNKLmMJPnqxMaiRzEBIIvevlzxz33mXy39Lkd48hu1G+N21S7QpaO5ZzKsI6FRuA =="
306306 },
307307 "Microsoft.Extensions.DependencyModel" : {
308308 "type" : " Transitive" ,
380380 },
381381 "Microsoft.Extensions.Logging.Abstractions" : {
382382 "type" : " Transitive" ,
383- "resolved" : " 8.0.0 " ,
384- "contentHash" : " arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA ==" ,
383+ "resolved" : " 8.0.1 " ,
384+ "contentHash" : " RIFgaqoaINxkM2KTOw72dmilDmTrYA0ns2KW4lDz4gZ2+o6IQ894CzmdL3StM2oh7QQq44nCWiqKqc4qUI9Jmg ==" ,
385385 "dependencies" : {
386- "Microsoft.Extensions.DependencyInjection.Abstractions" : " 8.0.0 "
386+ "Microsoft.Extensions.DependencyInjection.Abstractions" : " 8.0.1 "
387387 }
388388 },
389389 "Microsoft.Extensions.Logging.Configuration" : {
661661 "type" : " Project" ,
662662 "dependencies" : {
663663 "FluentValidation" : " [11.9.0, )" ,
664- "Microsoft.Extensions.Logging.Abstractions" : " [8.0.0 , )" ,
664+ "Microsoft.Extensions.Logging.Abstractions" : " [8.0.1 , )" ,
665665 "Microsoft.Extensions.Options" : " [8.0.2, )" ,
666666 "Pulumi" : " [3.38.0, )" ,
667667 "Pulumi.Aws" : " [5.11.0, )" ,
Original file line number Diff line number Diff line change 124124 },
125125 "Microsoft.Extensions.DependencyInjection.Abstractions" : {
126126 "type" : " Transitive" ,
127- "resolved" : " 8.0.0 " ,
128- "contentHash" : " cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg =="
127+ "resolved" : " 8.0.1 " ,
128+ "contentHash" : " fGLiCRLMYd00JYpClraLjJTNKLmMJPnqxMaiRzEBIIvevlzxz33mXy39Lkd48hu1G+N21S7QpaO5ZzKsI6FRuA =="
129129 },
130130 "Microsoft.Extensions.Logging" : {
131131 "type" : " Transitive" ,
139139 },
140140 "Microsoft.Extensions.Logging.Abstractions" : {
141141 "type" : " Transitive" ,
142- "resolved" : " 8.0.0 " ,
143- "contentHash" : " arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA ==" ,
142+ "resolved" : " 8.0.1 " ,
143+ "contentHash" : " RIFgaqoaINxkM2KTOw72dmilDmTrYA0ns2KW4lDz4gZ2+o6IQ894CzmdL3StM2oh7QQq44nCWiqKqc4qUI9Jmg ==" ,
144144 "dependencies" : {
145- "Microsoft.Extensions.DependencyInjection.Abstractions" : " 8.0.0 "
145+ "Microsoft.Extensions.DependencyInjection.Abstractions" : " 8.0.1 "
146146 }
147147 },
148148 "Microsoft.Extensions.Primitives" : {
216216 "type" : " Project" ,
217217 "dependencies" : {
218218 "FluentValidation" : " [11.9.0, )" ,
219- "Microsoft.Extensions.Logging.Abstractions" : " [8.0.0 , )" ,
219+ "Microsoft.Extensions.Logging.Abstractions" : " [8.0.1 , )" ,
220220 "Microsoft.Extensions.Options" : " [8.0.2, )" ,
221221 "Pulumi" : " [3.38.0, )" ,
222222 "Pulumi.Aws" : " [5.11.0, )" ,
Original file line number Diff line number Diff line change 55
66 <ItemGroup >
77 <PackageReference Include =" FluentValidation" Version =" 11.9.0" />
8- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.0 " />
8+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.1 " />
99 <PackageReference Include =" Microsoft.Extensions.Options" Version =" 8.0.2" />
1010 <PackageReference Include =" Pulumi" Version =" 3.38.0" />
1111 <PackageReference Include =" Pulumi.Aws" Version =" 5.11.0" />
Original file line number Diff line number Diff line change 1010 },
1111 "Microsoft.Extensions.Logging.Abstractions" : {
1212 "type" : " Direct" ,
13- "requested" : " [8.0.0 , )" ,
14- "resolved" : " 8.0.0 " ,
15- "contentHash" : " arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA ==" ,
13+ "requested" : " [8.0.1 , )" ,
14+ "resolved" : " 8.0.1 " ,
15+ "contentHash" : " RIFgaqoaINxkM2KTOw72dmilDmTrYA0ns2KW4lDz4gZ2+o6IQ894CzmdL3StM2oh7QQq44nCWiqKqc4qUI9Jmg ==" ,
1616 "dependencies" : {
17- "Microsoft.Extensions.DependencyInjection.Abstractions" : " 8.0.0 "
17+ "Microsoft.Extensions.DependencyInjection.Abstractions" : " 8.0.1 "
1818 }
1919 },
2020 "Microsoft.Extensions.Options" : {
114114 },
115115 "Microsoft.Extensions.DependencyInjection.Abstractions" : {
116116 "type" : " Transitive" ,
117- "resolved" : " 8.0.0 " ,
118- "contentHash" : " cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg =="
117+ "resolved" : " 8.0.1 " ,
118+ "contentHash" : " fGLiCRLMYd00JYpClraLjJTNKLmMJPnqxMaiRzEBIIvevlzxz33mXy39Lkd48hu1G+N21S7QpaO5ZzKsI6FRuA =="
119119 },
120120 "Microsoft.Extensions.Logging" : {
121121 "type" : " Transitive" ,
You can’t perform that action at this time.
0 commit comments