Skip to content

Commit 40eacbc

Browse files
committed
Test Release
1 parent 0b7fe7c commit 40eacbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = v1.110.0
1+
VERSION = v1.111.0
22
LATEST_RELEASE_TAG=$(shell git describe --tags --abbrev=0)
33
LATEST_COMMIT_HASH=$(shell git rev-parse HEAD)
44
LATEST_COMMIT_CHART_VERSION=$(shell git --no-pager show ${LATEST_COMMIT_HASH}:config/helm/aws-node-termination-handler/Chart.yaml | grep 'version:' | cut -d' ' -f2 | tr -d '[:space:]')

scripts/upload-resources-to-github-windows.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ $global:AssetIdsUploaded = @()
5757
trap { HandleErrorsAndCleanup -ExitCode $global:LASTEXITCODE }
5858

5959
$ScriptPath = Split-Path -Parent $MyInvocation.MyCommand.Path
60-
$Version = "v1.110.0"
60+
$Version = "v1.111.0"
6161
$BuildDir = "$ScriptPath/../build/k8s-resources/$Version"
6262
$BinaryDir = "$ScriptPath/../build/bin"
6363

64-
[Net.ServicePointManager]::SecurityProtocol = [Net.::SecurityProtocolType]::Tls12
64+
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
6565

6666
try {
6767
$Response = (Invoke-RestMethod -Uri "https://api.github.com/repos/LikithaVemulapalli/aws-node-termination-handler/releases" -Headers @{Authorization = "token $env:GITHUB_TOKEN"})

0 commit comments

Comments
 (0)