Skip to content

Releases: neuroforgede/swarmgate

0.8.9

09 Aug 13:35
50100fc
Compare
Choose a tag to compare

What's Changed

  • add debug logs for registry auth by @s4ke in #13

Full Changelog: 0.8.8...0.8.9

0.8.8

09 Aug 13:24
ab931b2
Compare
Choose a tag to compare

What's Changed

  • improve registry auth handling further by @s4ke in #12

Full Changelog: 0.8.7...0.8.8

0.8.7

09 Aug 13:09
ebb8281
Compare
Choose a tag to compare

What's Changed

  • properly send registry auth by @s4ke in #11

Full Changelog: 0.8.6...0.8.7

0.8.6

09 Aug 12:51
d52cb22
Compare
Choose a tag to compare

What's Changed

  • use base64url encoding for registry auth by @s4ke in #10

Full Changelog: 0.8.5...0.8.6

0.8.5

09 Aug 11:04
0e0b5e4
Compare
Choose a tag to compare

What's Changed

  • remove erroneous deletion support for whitelisted networks by @s4ke in #9

Full Changelog: 0.8.4...0.8.5

0.8.2

11 Jul 21:57
38f559f
Compare
Choose a tag to compare

What's Changed

  • add support for TLS_CRL_FILE by @s4ke in #5
  • Bump express from 4.18.2 to 4.19.2 in /swarmgate by @dependabot in #6
  • Bump braces from 3.0.2 to 3.0.3 in /swarmgate by @dependabot in #7

Full Changelog: 0.8.1...0.8.2

0.8.1

26 May 10:38
b75e17f
Compare
Choose a tag to compare

What's Changed

  • move all dependencies into dependencies, even dev dependendies, to ma… by @s4ke in #4

Full Changelog: 0.8.0...0.8.1

0.8.0

26 May 07:52
f5cd681
Compare
Choose a tag to compare

What's Changed

  • Bump express from 4.18.2 to 4.19.2 in /swarmgate by @dependabot in #2
  • Add support for overriding Registry Auth in the proxy by @s4ke in #3

New Contributors

Full Changelog: 0.7.0...0.8.0

0.7.0

17 Mar 18:45
Compare
Choose a tag to compare
  • Add support for checking Docker Registry Auth

0.6.0

17 Mar 10:51
Compare
Choose a tag to compare
  • Drop support for :version/swarm endpoint as this would expose join tokens for the swarm
  • Use a new function proxyRequestToDocker to accomplish proxying of requests that don't need filtering in requests/responses.
  • Fix issues around service/tasks logs where the docker CLI was unable to parse the response properly