From cfe315a0c2712703e0e7e8debfbe0373e6574a66 Mon Sep 17 00:00:00 2001 From: David OBrien Date: Thu, 5 Oct 2017 14:49:22 +1100 Subject: [PATCH 1/4] Update version number to 1.8.3 --- .appveyor/appveyor.yml | 2 +- choco/saml2aws.nuspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor/appveyor.yml b/.appveyor/appveyor.yml index c67374410..b4a4ca347 100644 --- a/.appveyor/appveyor.yml +++ b/.appveyor/appveyor.yml @@ -10,7 +10,7 @@ environment: CHOCOLATEY_APIKEY: secure: 3kWTz99Qj+ipyaR73CxcJeGRRbmk84MF2ERDu6MyY10cjHAi6s3AVZ2Ccoa+Ioyt appName: saml2aws - appVersion: 1.7.0 + appVersion: 1.8.3 install: - ps: >- write-output $env:GOPATH diff --git a/choco/saml2aws.nuspec b/choco/saml2aws.nuspec index 55df560c5..176fc701a 100644 --- a/choco/saml2aws.nuspec +++ b/choco/saml2aws.nuspec @@ -4,7 +4,7 @@ saml2aws - 1.7.0 + 1.8.3 https://github.com/Versent/saml2aws Versent, https://github.com/Versent @@ -16,7 +16,7 @@ https://github.com/Versent/saml2aws saml2aws admin aws saml CLI CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP - CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP + CLI tool which enables you to login and retrieve Amazon Web Services / AWS temporary credentials using a SAML IDP From 0787d31f94508689e32ad7632e230d958ca71b62 Mon Sep 17 00:00:00 2001 From: David OBrien Date: Thu, 5 Oct 2017 14:50:08 +1100 Subject: [PATCH 2/4] Add VERIFICATION.txt for chocolatey Make sure the files are included in the chocolatey package. --- choco/VERIFICATION.txt | 14 ++++++++++++++ default.build.ps1 | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 choco/VERIFICATION.txt diff --git a/choco/VERIFICATION.txt b/choco/VERIFICATION.txt new file mode 100644 index 000000000..02109c0a6 --- /dev/null +++ b/choco/VERIFICATION.txt @@ -0,0 +1,14 @@ +VERIFICATION +Verification is intended to assist the Chocolatey moderators and community +in verifying that this package's contents are trustworthy. + +The installer has been automatically built from source whch can be found on +and can be verified like this: + +1. Download the release version from +2. You can use one of the following methods to obtain the checksum + - Use powershell function 'Get-Filehash' + - Use chocolatey utility 'checksum.exe' + Compare the checksums there with the checksum of the local binary in C:\ProgramData\Chocolatey\lib\saml2aws\src\saml2aws.exe + +File 'LICENSE.txt' is obtained from . \ No newline at end of file diff --git a/default.build.ps1 b/default.build.ps1 index 95dce5eb2..108d3e2fc 100644 --- a/default.build.ps1 +++ b/default.build.ps1 @@ -13,6 +13,8 @@ task 'Compile Go libraries...' { task 'Prepare for choco stuff...' { mkdir ./choco/src copy-item "./bin/${env:appName}.exe" "./choco/src/${env:appName}.exe" + Copy-Item "./LICENSE.md" "./choco/src/LICENSE.md" + Copy-Item "./choco/VERIFICATION.txt" "./choco/src/VERIFICATION.txt" } task 'Pack Choco...' { From 3bf2c1516075983d79fdcb75c433ce77ce4e3554 Mon Sep 17 00:00:00 2001 From: David OBrien Date: Mon, 9 Oct 2017 11:12:24 +1100 Subject: [PATCH 3/4] Update Windows version to 1.8.4 --- .appveyor/appveyor.yml | 4 ++-- choco/saml2aws.nuspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor/appveyor.yml b/.appveyor/appveyor.yml index b4a4ca347..0cb36ac57 100644 --- a/.appveyor/appveyor.yml +++ b/.appveyor/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.7.{build} +version: 1.8.4 branches: only: - master @@ -10,7 +10,7 @@ environment: CHOCOLATEY_APIKEY: secure: 3kWTz99Qj+ipyaR73CxcJeGRRbmk84MF2ERDu6MyY10cjHAi6s3AVZ2Ccoa+Ioyt appName: saml2aws - appVersion: 1.8.3 + appVersion: 1.8.4 install: - ps: >- write-output $env:GOPATH diff --git a/choco/saml2aws.nuspec b/choco/saml2aws.nuspec index 176fc701a..717a14af9 100644 --- a/choco/saml2aws.nuspec +++ b/choco/saml2aws.nuspec @@ -4,7 +4,7 @@ saml2aws - 1.8.3 + 1.8.4 https://github.com/Versent/saml2aws Versent, https://github.com/Versent From d97c3c59900d42f138878a14e3eba11cb39efb8b Mon Sep 17 00:00:00 2001 From: David OBrien Date: Wed, 22 Nov 2017 20:53:15 +1100 Subject: [PATCH 4/4] Update choco package to version 2.0.1 --- .appveyor/appveyor.yml | 4 ++-- choco/saml2aws.nuspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor/appveyor.yml b/.appveyor/appveyor.yml index 0cb36ac57..d09a513b7 100644 --- a/.appveyor/appveyor.yml +++ b/.appveyor/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.8.4 +version: 2.0.1 branches: only: - master @@ -10,7 +10,7 @@ environment: CHOCOLATEY_APIKEY: secure: 3kWTz99Qj+ipyaR73CxcJeGRRbmk84MF2ERDu6MyY10cjHAi6s3AVZ2Ccoa+Ioyt appName: saml2aws - appVersion: 1.8.4 + appVersion: 2.0.1 install: - ps: >- write-output $env:GOPATH diff --git a/choco/saml2aws.nuspec b/choco/saml2aws.nuspec index 717a14af9..acdee3b99 100644 --- a/choco/saml2aws.nuspec +++ b/choco/saml2aws.nuspec @@ -4,7 +4,7 @@ saml2aws - 1.8.4 + 2.0.1 https://github.com/Versent/saml2aws Versent, https://github.com/Versent