Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 02 Oct 20:36
· 3 commits to main since this release
v1.3.0
ded8403

Changelog

  • 341ea11 Adding golang-lint action and fixing linter errors
  • 0da180c Merge pull request #68 from OpenCHAMI/alovelltroy/quackbackend
  • 8e2104b Merge pull request #87 from t-h2o/fix-check-length-array
  • 43a2187 Merge pull request #91 from OpenCHAMI/67-bug-impersonating-non-existent-node-does-not-err
  • 29b3dcd Merge pull request #92 from OpenCHAMI/81-bug---wireguard-server-does-not-set-correct-ip
  • 812c0b5 Refactor Dockerfile to better handle DUCKDB_HOME for installation of plugins
  • a9a1d8e Refactor the Dockerfile to be based on Ubuntu
  • 795181c Reverting USER change. Reverting missing '/admin' path.
  • ded8403 Update Release.yml to install required packages (#94)
  • 74c7696 build(Dockerfile): add iproute2 to runtime image
  • c39db3b chore: fixing linter errors
  • e0e7895 chore: ignore errors on certain operations where they are deemed non-critical.
  • 060b2cd feat(quackstore): implement QuackStore for persistent storage with tests
  • 15d20da feat: Initialize and start WireGuard server if configured
  • 1a5d8ad feat: add DuckDB home directory setup in Dockerfile
  • 264e396 feat: update DuckDB version to 1.4.0 and adjust architecture handling in Dockerfile fix: bump quack dependency version to v0.0.3 in go.mod and go.sum
  • 9b82838 fix(SMDclient): check length's array
  • 3721ac0 fix: GetGroupHandler: return 404 if group not found (#90)
  • 1bb5ba8 fix: add log messages for some formerly-ignored errors
  • b911cf1 fix: get correct array length for b64 inclue files (#86)
  • d25ac41 fix: improve error handling for user-/meta-/vendor-data handlers (#93)
  • c304958 fix: improve error handling in MetaDataHandler and SMDClient
  • 63bdea9 fixing typos
  • 7eb15da merge main into branch