Skip to content

Commit f4b36ce

Browse files
committed
Update UI image tag.
1 parent 900ae40 commit f4b36ce

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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"
@@ -70,7 +70,7 @@ jobs:
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: |

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG UI_VERSION=ui:3.0.1
1+
ARG UI_VERSION=ui:3.0.2
22
FROM exceptionless/${UI_VERSION} AS ui
33

44
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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>

k8s/ex-setup.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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')
179179
az 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
182185
az aks delete --resource-group $RESOURCE_GROUP --name $CLUSTER
183186

src/Exceptionless.Insulation/Exceptionless.Insulation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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" />

0 commit comments

Comments
 (0)