Skip to content

Releases: h44z/wg-portal

v2.0.0-alpha.2

02 Apr 20:43
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

First bugfix release for v2 alpha.

What's Changed

New Contributors

Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2

v2.0.0-alpha.1

26 Oct 22:09
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

first V2 alpha release

What's Changed

New Contributors

Full Changelog: v1.0.18...v2.0.0-alpha.1

v1.0.19

26 Oct 10:08
Compare
Choose a tag to compare

What's Changed

  • BREAKING: moved Docker-Hub repository from h44z/wg-portal to wgportal/wg-portal
  • New Docker versioning schema (stable, v1, 1.x, 1.x.y tags for the current stable V1 version)
  • Update Gin dependency
  • Replace inaccessible external dependency
  • Fix missing DeviceType in API (#170)

Full Changelog: v1.0.18...v1.0.19

v1.0.18

03 Aug 20:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.17...v1.0.18

v1.0.17

18 Feb 23:38
Compare
Choose a tag to compare

What's Changed

  • Implementation of recursive LDAP resolution for non-flat enterprise directory services by @asterix11 in #133
  • Fix: "host" network_mode is incompatible with port_bindings by @catholic-indulgence-vaper in #137
  • Healthcheck listen on localhost by @DoMaLo in #138
  • Fix DNS resolution problem

New Contributors

Full Changelog: v1.0.16...v1.0.17

v1.0.16

11 Nov 18:21
Compare
Choose a tag to compare

What's Changed

  • Fix: Possibility to save clients without preshared key by @skodapilot in #114
  • Fix: If a user overrides the pre-set public key, the private-key will be removed by @asterix11 in #125
  • Fix: DNSStr validator by @philippderdiedas in #126
  • Feature: Lazy load QR codes, speeds up frontend loading times
  • Feature: Expiry Date for Peers
  • Feature: Multiarch Docker Build
  • Feature: Add config option to make everyone admin by @dada513 in #106
  • Releases: drop support for pre-build legacy binaries (GLIBC 2.24, Debian Stretch)

New Contributors

Full Changelog: v1.0.15...v1.0.16

v1.0.15

26 May 21:47
Compare
Choose a tag to compare

Changelog

Full Changelog: v1.0.14...v1.0.15

v1.0.14

15 Mar 22:43
Compare
Choose a tag to compare

Changelog:

  • Fix #40, allow user deletion
  • Fix #91, allow LDAP Certificate Authentication
  • Fix #74, #67, #66

New Contributors

Thanks to

v1.0.13

14 Oct 20:08
Compare
Choose a tag to compare

Changelog:

  • Release artifacts now contain legacy binaries build with GLIBC 2.24 (Debian Stretch)
  • BREAKING: REST API property names now use PascalCase, some properties have been renamed (#58)
  • logo url is now customizable, some more smaller ui improvements (#43)

v1.0.12

24 Aug 19:56
Compare
Choose a tag to compare

Changelog:

  • security fix: use HttpOnly and Secure flags on cookies (#39)
  • update dependencies