Skip to content

Releases: immobiliare/inca

1.9.2

07 Nov 16:41

Choose a tag to compare

Bug Fixes

  • storage/s3: Correctly filter S3 certs by true CN (dd600b7)

1.9.1

26 Sep 13:11

Choose a tag to compare

Bug Fixes

  • lego: restore old go.mod for le webroot challenge (e95b4b3)

1.9.0

10 Sep 13:56

Choose a tag to compare

Features

  • implement a self-contained docker-compose configurable via .env file (ee9299a)
  • implement dedicated cert renewal method (7d88510)

Bug Fixes

  • resolve test stability issues in server package (7052e70)

1.8.1

07 Jul 10:57

Choose a tag to compare

Bug Fixes

  • oci: create missing directory .well-known for webroot (5eee4c0)
  • oci: create missing subdirectory for acme-challenge in webroot (4e63042)
  • oci: set permissions for webroot directory (133596f)

1.8.0

02 Jul 16:52

Choose a tag to compare

Features

  • server: add PFX download functionality (96ef5dd)
  • server: detect leaf and chain certs before encoding PFX (84b6cad)
  • util: add GenerateRandomString functionality (f49b6b6)

Bug Fixes

  • oci: update syft output path to an unprivileged directory (4063d47)
  • server: add a nil check to handle invalid PEM content (4fc24cd)
  • server: add a nil check to handle invalid PEM content (89e3ab5)
  • server: enhance private key parsing to support multiple formats (0481710)
  • server: reduce password length for PFX generation from 256 to 30 characters (58582f1)

1.7.2

23 May 09:49

Choose a tag to compare

Bug Fixes

  • deps: bump github.com/gofiber/fiber/v2 from 2.52.6 to 2.52.7 (3a80c20)

1.7.1

06 May 09:01

Choose a tag to compare

Bug Fixes

  • cmd: update command output method to SetOut for consistency (82e9618)
  • oci: add missing provenance and sbom options to the docker build-push action (b30e8ab)
  • oci: update dockerfile to use chainguard base images (b887b40)
  • pki: ensure every error is handled in export function (cbcd57b)
  • provider: ensure every error is handled in ca function (aac0854)
  • server: replace unmaintained gopkg.in/yaml.v3 with github.com/goccy/go-yaml (6463248)
  • storage: ensure every error is handled in find function (63ef369)
  • storage: ensure every error is handled in get function (dd3b299)
  • test: handle error when writing response in httpRequestHandler (1c2e662)

1.7.0

07 Jan 14:21

Choose a tag to compare

Features

  • storage: add postgresql storage implementation (c26a105)

Bug Fixes

  • http-01: switch from relative to absolute paths (ef43c90)
  • http-01: the provider is creating the directory structure (8362e1b)

1.6.0

08 Oct 10:00

Choose a tag to compare

Features

  • add mTLS support and ensure backward compatibility (87fe565)

Bug Fixes

  • provider: patch CA URL handling in LetsEncrypt Tune function (d8f697c)
  • provider: patch type assertion in LetsEncrypt.Tune method (f7988aa)

1.5.1

02 Jul 11:07

Choose a tag to compare

Bug Fixes