Skip to content

Releases: jonasroussel/hyve

v1.4.4

30 Aug 13:56
Compare
Choose a tag to compare

Changelog

  • e6e2589 feat(servers): add support for h2c, http/1.0 and spdy2/3
  • aff46d9 fix(servers): ignoring EOF and certificate not found errors

v1.4.3

30 Aug 12:42
Compare
Choose a tag to compare

Changelog

  • 36b7817 fix(servers): dynamic target should not join paths

v1.4.2

30 Aug 12:12
Compare
Choose a tag to compare

Changelog

  • 56dafc0 fix(acme): add domain to certification struct
  • 6c239f8 fix(tools): dns was returning true instead of false
  • 5a1e383 fix(tools): script url parsing

v1.4.1

30 Aug 11:20
Compare
Choose a tag to compare

Changelog

  • b73c1c5 fix(install): install script use bash now
  • 89473e6 fix(stores): active store was not loaded

v1.4.0

29 Aug 18:10
Compare
Choose a tag to compare

Changelog

  • 7c009dc feat(*): beta of the dynamic target
  • 7d6bed3 feat(*): handle dns-01 challenges and wildcard domains
  • 4910818 feat(stores): adding mysql driver support
  • d7924e2 feat(stores): adding some important settings to mysql connections
  • 830c3b8 fix(readme): docker run adding ghcr.io
  • 3fc57f7 fix(tools): allow IsDNSValid to validate wildcard domains
  • b3e8e7c misc(*): adding some safety to the install script
  • e4e516f update(readme): removing the curl part of the systemd install

v1.3.0

23 Jul 11:27
Compare
Choose a tag to compare

Changelog

  • afc3087 feat(servers): check if domain is well configured before adding it
  • 7771a15 feat(servers): removing admin renew route
  • c5cbd65 fix(*): removing :latest on scratch of the Dockerfiles

v1.2.0

20 Jul 15:15
Compare
Choose a tag to compare

Changelog

  • cc5cad4 feat(servers): add an https redirect to all http requests (excepted for challenge)
  • aa2c932 feat(servers): tls server will serve http/2 instead of http/1.1 if possible

v1.1.0

20 Jul 12:55
Compare
Choose a tag to compare

Changelog

  • faf008c feat(*): adding a basic auto install script
  • 5684f9e fix(main): crash on load because of the load order

v1.0.0

20 Jul 10:45
Compare
Choose a tag to compare

Changelog

  • a9e4082 feat(acme): adding the auto renew process with cron
  • deef16e feat(cert): adding certificate caching
  • 4d53b88 feat(cert): adding certificate renew
  • ada281e feat(stores): adding mongodb support to the stores
  • 5c0b337 fix(ci): docker tag to github
  • 95e6033 fix(ci): login to ghcr.io
  • e522f3b fix(ci): tag image with ghcr.io
  • 84f3597 fix(go): updating some modules
  • 382198b hotfix(tools): re-activating env load