Skip to content

Releases: lehigh-university-libraries/rollout

0.3.0

18 Apr 11:13
5505eb9
Compare
Choose a tag to compare

Changelog

0.2.3

18 Apr 11:10
1091f6f
Compare
Choose a tag to compare

Changelog

  • 1091f6f Allow passing payloads to rollout route (#8)

0.2.2

18 Apr 08:51
5425d12
Compare
Choose a tag to compare

Changelog

0.2.1

18 Apr 08:23
3a81181
Compare
Choose a tag to compare

Changelog

  • 3a81181 Use shlex to parse command arguments (#6)

0.2.0

15 Apr 20:42
c6e314b
Compare
Choose a tag to compare

Changelog

  • c6e314b [minor] Allow setting custom claims in JWT auth (#3)

0.1.1

15 Apr 19:44
832deb5
Compare
Choose a tag to compare

Changelog

0.1.0

15 Apr 15:25
3cbe7fe
Compare
Choose a tag to compare

Changelog

  • 82c0c52 Update README.md
  • 3cbe7fe [minor] allow setting the rollout command and args (#1)

0.0.1

15 Apr 14:21
a3d5523
Compare
Choose a tag to compare

Changelog

  • 0cf3da1 Add basic service to read/verify a JWT from a GitLab pipeline
  • a9c9f35 Install docker
  • a285c2c More logging
  • 36b2be4 Only build/push on lint/test success
  • 1c82000 Refactor and add tests around JWT auth
  • a3d5523 Update README.md
  • 02edae5 Verify the aud and run the command
  • e0197cb build+push
  • db403a1 first commit