Skip to content

Releases: binxio/simple-iap-proxy

0.5.7

30 Sep 16:29
Compare
Choose a tag to compare

Changelog

  • f132488 chore: go mod tidy
  • 021200c fix: specify version 1.20 with quotes

0.5.2

30 Dec 14:50
Compare
Choose a tag to compare

Changelog

  • a12b7a2 I could not get the proxy on MacOS configured to connect using HTTPS :-(
  • 6eb9ded add reference to google cloudbuild
  • 2fb8e59 changed cloudbuild example to use 0.5.1 of the proxy
  • 8922859 correct illustration
  • ef4052b improved README.md
  • c78eaf8 improved description of systemd unit
  • a6f7a85 improved documentation
  • d37e181 moved global flags to individual command in readme
  • 45f0745 removed commented out code
  • 69929de set common name on certificate to simple-iap-proxy

0.5.1

29 Dec 12:00
Compare
Choose a tag to compare

Changelog

  • aea90a3 refactor client to be a generic proxy
  • cb34df2 refactor client to be a generic proxy

0.5.0

28 Dec 17:26
Compare
Choose a tag to compare

Changelog

0.4.1

12 Dec 20:58
Compare
Choose a tag to compare

Changelog

  • e8877d6 add dns-name option to generate certificate
  • cf9ef3b added example cloudbuild to private gke master
  • 697531e added generate-certificate command
  • f3ef79f bump to version 0.4.1
  • db5c238 check iap token creation on startup
  • e986113 improved README
  • d8cbdaf use version 0.4.0 of the image

0.4.0

09 Dec 19:38
Compare
Choose a tag to compare

Changelog

  • ec067be formatted with gofumpt
  • 87349ae nope. no polymorphism in golang
  • 59a1252 refactor the cobra setup

0.3.3

08 Dec 19:53
Compare
Choose a tag to compare

Changelog

0.3.2

08 Dec 17:03
Compare
Choose a tag to compare

Changelog

  • 94c43eb improved readme and output
  • 79be2f4 remove http recorder to support websockets

0.3.1

06 Dec 20:02
Compare
Choose a tag to compare

Changelog

  • c73e4fb bump to 0.3.1
  • c3ee25e refactored processed almost all go vet and lint remarks
  • 4d047e1 use release 0.3.0 in tf

0.3.0

05 Dec 20:25
Compare
Choose a tag to compare

Changelog

  • 3f71306 fixed readme
  • 986ba23 much improved implementation - client side uses a real proxy - client and server side proxy will only forward to gke clusters endpoints - cobra is used for CLI