Skip to content

Releases: silinternational/personnel-sync

v6.8.3

10 Apr 02:25
e6fb241
Compare
Choose a tag to compare

Removed

  • Removed replace directive from go.mod to fix GoReleaser error

Added crucial steps to the release job

10 Apr 00:18
32162f0
Compare
Choose a tag to compare

Fixed

  • The release job needed checkout and setup-go also

Fix release job

10 Apr 00:13
895ef48
Compare
Choose a tag to compare

Fixed

  • Remove branches: "**" from the workflow config so the workflow will run on all pushes.

publish a Lambda binary in GitHub release

09 Apr 23:03
632b203
Compare
Choose a tag to compare

Added

  • Added a GoReleaser step to publish a binary for use on Lambda

Use GitHub Actions for CI test

27 Mar 20:13
14ceae9
Compare
Choose a tag to compare

No code changes in this release

Security updates

10 Jan 21:44
5c0b24e
Compare
Choose a tag to compare

Security

Fixed

  • Other dependency updates and go mod tidy

No email alert for Google 503 errors

06 Oct 22:49
0b5f911
Compare
Choose a tag to compare

Added

  • Added a note about Google Users API to the README

Changed

  • Do not send an email alert for Google API 503 response
  • Updated Go files with gofmt version 1.21

Longer default HTTP timeout

28 Apr 12:18
808a969
Compare
Choose a tag to compare

Changed (non-breaking)

  • Made default timeout 45 seconds (instead of 15) with option to override it with an environment variable or a config entry

Don't alert on temporary failure

20 Apr 12:37
8fd1e32
Compare
Choose a tag to compare

Fixed

  • Change restapi module 503 and 504 responses from error level, which triggers email alerts, to warning, which does not.
  • Dependency updates.

Dependency updates, upgrade Go, and internal refactoring

09 Mar 09:48
fd4c141
Compare
Choose a tag to compare

Fixed

  • Ignore any empty attributes in RestAPI attribute list.
  • Dependency updates.
  • Upgrade Go to 1.19.

Also includes some refactoring to the configuration structure. I was considering other ways of providing configuration that would not store secrets in plain text within AWS services.

Included