Releases: 0x111/servicenow-instance-wakeup
v0.7
What's Changed
- Fixing the "context deadline exceeded" issue. by @gu-does-git in #46
- Fix the GLIBC errors due to the new OS version used by latest golang docker image by @0x111 in #46
New Contributors
- @gu-does-git made their first contribution in #46
Full Changelog: v0.6...v0.7
v0.6
What's Changed
Servicenow changed the SSO Login again. This release addresses this issue.
- Updated form ids by @robertoalvarezalonso in #43
New Contributors
- @robertoalvarezalonso made their first contribution in #43
Thanks for all the contributions.
Docker images here on github and on docker hub updated to the latest tag too.
Full Changelog: v0.5.3...v0.6
v0.5.3
What's Changed
Servicenow switched to the new SSO recently. This release addresses the new flow and logic.
Also new go version has been used and the go.mod file has been cleaned up.
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
v0.5
- Rewrite the tasks to be run with per action checks, also to have some output on what the app is actually doing
- Add an option to specify timeout in the cli and config file
- Bump go version
- Add the timeout to config.sample.json
- Build the linux version of the app only, this reduces build time
- Add disclaimer and clarify what this app does in the detail to prevent confusions
- Fix #17
v0.5-pre
v0.4
v0.3.1
v0.3
Introduced a new flag config
, this will allow you to dynamically specify the location of your config file.
You can use a relative or absolute path too. For example both of these work -config config.json
or -config /home/user/config.json
.
Fixed an issue where the flags of the CLI were ignored and there was always a need for a config file #4.
The apps behaviour changed, if you use the -config
flag, we will only load the config file and will ignore all of the flags provided if any. Please use -help
for more info on the flags and usage.