Versent / saml2aws

CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP
https://github.com/Versent/saml2aws
MIT License
2.09k stars 563 forks source link

Chocolatey contains outdated package version #1325

Closed tinaboyce closed 3 months ago

tinaboyce commented 3 months ago

Link to package in chocolatey: https://community.chocolatey.org/packages/saml2aws

Link to appveyor: https://ci.appveyor.com/project/davidobrien1985/saml2aws

This is the result of the appveyor pipeline failing to push to chocolatey. The log showed a non-zero exit code, and the last output in the log suggested a missing required flag not set

The default push source configuration is not set. Either pass a source to push to, such as `--source="'https://push.chocolatey.org/'"`, or set the `defaultPushSource` configuration value, for example `choco config set --name="'defaultPushSource'" --value="'https://push.chocolatey.org/'"`.
Command exited with code 1
tinaboyce commented 3 months ago

Reopening as the ci still have not yet been re-triggered to build/push and chocolatey is still out-dated.

tinaboyce commented 3 months ago

Close as Chocolatey now contains the latest version. The CI migration will be covered in: https://github.com/Versent/saml2aws/issues/985