File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed
src/Exceptionless.Insulation Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1919 run : " echo ref: ${{github.ref}} event: ${{github.event_name}}"
2020 - name : Build Version
2121 run : |
22- dotnet tool install --global minver-cli --version 2.3.0
22+ dotnet tool install --global minver-cli --version 2.3.1
2323 version=$(minver --tag-prefix v)
2424 echo "::set-env name=MINVERVERSIONOVERRIDE::$version"
2525 echo "::set-env name=VERSION::$version"
7070 if : github.event_name != 'pull_request'
7171 uses : azure/setup-helm@v1
7272 with :
73- version : v3.3.0
73+ version : v3.3.4
7474 - name : Deploy Changes to Development Environment
7575 if : github.ref == 'refs/heads/bug/orphaned-data' && github.event_name != 'pull_request'
7676 run : |
Original file line number Diff line number Diff line change 1- ARG UI_VERSION=ui:3.0.1
1+ ARG UI_VERSION=ui:3.0.2
22FROM exceptionless/${UI_VERSION} AS ui
33
44FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
Original file line number Diff line number Diff line change 2020 <ItemGroup >
2121 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
2222 <PackageReference Include =" AsyncFixer" Version =" 1.3.0" PrivateAssets =" All" />
23- <PackageReference Include =" MinVer" Version =" 2.3.0 " PrivateAssets =" All" />
23+ <PackageReference Include =" MinVer" Version =" 2.3.1 " PrivateAssets =" All" />
2424 </ItemGroup >
2525
2626</Project >
Original file line number Diff line number Diff line change @@ -178,6 +178,9 @@ $AZ_USERNAME=$(Write-Output $SERVICE_PRINCIPAL | jq -r '.appId')
178178$AZ_PASSWORD = $ (Write-Output $SERVICE_PRINCIPAL | jq - r ' .password' )
179179az aks update-credentials -- resource- group $RESOURCE_GROUP -- name $CLUSTER -- reset-service - principal -- service- principal $AZ_USERNAME -- client- secret $AZ_PASSWORD
180180
181+ # renew service principal
182+ az ad sp credential reset -- name " $CLUSTER -ci" -- years 2
183+
181184# delete the entire thing
182185az aks delete -- resource- group $RESOURCE_GROUP -- name $CLUSTER
183186
Original file line number Diff line number Diff line change 88 <PackageReference Include =" App.Metrics.Reporting.InfluxDB" Version =" 4.1.0" />
99 <PackageReference Include =" StackExchange.Redis" Version =" 2.1.117" />
1010 <PackageReference Include =" Geocoding.Google" Version =" 4.0.1" />
11- <PackageReference Include =" MaxMind.GeoIP2" Version =" 3.2 .0" />
11+ <PackageReference Include =" MaxMind.GeoIP2" Version =" 3.3 .0" />
1212 <PackageReference Include =" Foundatio.Aliyun" Version =" 10.0.0" />
1313 <PackageReference Include =" Foundatio.AppMetrics" Version =" 10.0.0" />
1414 <PackageReference Include =" Foundatio.AWS" Version =" 10.0.0" />
You can’t perform that action at this time.
0 commit comments