Skip to content

Releases: webhippie/errors

v2.1.0

22 Sep 08:34
Compare
Choose a tag to compare

2.1.0 (2025-09-22)

Features

  • minor: update module github.com/golangci/golangci-lint/v2 to v2.5.0 (#170) (980737e)

v2.0.0

14 Sep 22:36
Compare
Choose a tag to compare

2.0.0 (2025-09-14)

⚠ BREAKING CHANGES

  • restructure whole build processes

Features

  • deps: update alpine docker tag to v3.19 (8308514)
  • deps: update arm64v8/alpine docker tag to v3.22 (#149) (8ec7a8b)
  • deps: update minor versions to v3.19 (6c6f02e)
  • deps: update minor versions to v3.20 (000b501)
  • deps: update minor versions to v3.21 (#132) (aeff528)
  • deps: update minor versions to v3.22 (#148) (b2db4de)
  • deps: update module github.com/go-chi/chi/v5 to v5.1.0 (ebe9d79)
  • deps: update module github.com/go-chi/chi/v5 to v5.2.0 (#133) (4db1918)
  • deps: update module github.com/oklog/run to v1.2.0 (#152) (a384bc3)
  • deps: update module github.com/prometheus/client_golang to v1.17.0 (5f39be4)
  • deps: update module github.com/prometheus/client_golang to v1.18.0 (7fa1ba2)
  • deps: update module github.com/prometheus/client_golang to v1.19.0 (3ba7426)
  • deps: update module github.com/prometheus/client_golang to v1.20.0 (77a076e)
  • deps: update module github.com/prometheus/client_golang to v1.21.0 (#141) (311bd86)
  • deps: update module github.com/prometheus/client_golang to v1.22.0 (#147) (61d703b)
  • deps: update module github.com/prometheus/client_golang to v1.23.0 (#156) (cae3e6a)
  • deps: update module github.com/rs/zerolog to v1.31.0 (9adc855)
  • deps: update module github.com/rs/zerolog to v1.32.0 (f6293fb)
  • deps: update module github.com/rs/zerolog to v1.33.0 (dd521b0)
  • deps: update module github.com/rs/zerolog to v1.34.0 (#145) (07a51d2)
  • deps: update module github.com/spf13/cobra to v1.10.1 (#162) (61a4547)
  • deps: update module github.com/spf13/cobra to v1.8.0 (c828d5c)
  • deps: update module github.com/spf13/cobra to v1.9.0 (#139) (12225c8)
  • deps: update module github.com/spf13/viper to v1.17.0 (c1b091c)
  • deps: update module github.com/spf13/viper to v1.18.0 (1082872)
  • deps: update module github.com/spf13/viper to v1.19.0 (403849a)
  • deps: update module github.com/spf13/viper to v1.20.0 (#144) (99dae07)
  • deps: update module github.com/spf13/viper to v1.21.0 (#164) (bfb875d)
  • deps: update module github.com/stretchr/testify to v1.10.0 (#131) (f0df43c)
  • deps: update module github.com/stretchr/testify to v1.11.0 (#159) (ca26aea)
  • deps: update module github.com/stretchr/testify to v1.9.0 (8f2e54d)
  • ensure right args (49a866b)
  • major: update major versions (8aa3612)
  • major: update major versions (fcdae7d)
  • major: update major versions to v4 (46a18cf)
  • minor: update minor versions to v3.18 (95096c6)
  • minor: update module github.com/prometheus/client_golang to v1.15.0 (3d606bc)
  • minor: update module github.com/prometheus/client_golang to v1.16.0 (e64a900)
  • minor: update module github.com/rs/zerolog to v1.30.0 (fb4c249)
  • minor: update module github.com/spf13/cobra to v1.7.0 (4c23178)
  • minor: update module github.com/spf13/viper to v1.16.0 (b59144b)
  • restructure whole build processes (c4fa1cc)
  • upgrade build process to go 1.24 (5adf1b0)
  • upgrade to go 1.23 (af831d4)

Bugfixes

  • apply go mod tidy changes (876d4a4)
  • better error handling for non-existant config file (15b5626)
  • deps: pin dependencies (#168) (15e4805)
  • deps: update module github.com/go-chi/chi/v5 to v5.0.11 (66c31ca)
  • deps: update module github.com/go-chi/chi/v5 to v5.0.12 (cb76430)
  • deps: update module github.com/go-chi/chi/v5 to v5.0.13 (0df7a18)
  • deps: update module github.com/go-chi/chi/v5 to v5.0.14 (11db57e)
  • deps: update module github.com/go-chi/chi/v5 to v5.0.8 (e3c01b1)
  • deps: update module github.com/go-chi/chi/v5 to v5.2.1 (#137) (9b19130)
  • deps: update module github.com/go-chi/chi/v5 to v5.2.2 [security] (#151) (7944e66)
  • deps: update module github.com/joho/godotenv to v1.5.0 (faa4ff5)
  • deps: update module github.com/joho/godotenv to v1.5.1 (4e1d891)
  • deps: update module github.com/prometheus/client_golang to v1.13.0 (97f02e3)
  • deps: update module github.com/prometheus/cli...
Read more

v1.1.0

29 Jun 09:37
v1.1.0
c5d4070
Compare
Choose a tag to compare

Changelog for 1.1.0

The following sections list the changes for 1.1.0.

Summary

  • Fix #15: Define errors in YAML format
  • Chg #14: Use Alpine base image and define healthcheck

Details

  • Bugfix #15: Define errors in YAML format

    We had been parsing JSON files only which lead to issues if somebody tries to override the error
    codes with a YAML file. We had to replace the document parser to handle that properly.

    #15

  • Change #14: Use Alpine base image and define healthcheck

    We just switched the base image to Alpine Linux instead of a scratch image as this could lead to
    issues related to healthcheck commands defined by the Docker CLI. Beside that we have added the
    healthcheck command to the Dockerfile for having a proper handling by default.

    #14

v1.0.1

01 Jun 14:29
v1.0.1
Compare
Choose a tag to compare

Changelog for 1.0.1

The following sections list the changes for 1.0.1.

Summary

  • Fix #10: Add healthcheck endpoint to http

Details

  • Bugfix #10: Add healthcheck endpoint to http

    We had the healthchecks only on our metrics port available, but this behavior broke the helm
    installation for ingress-nginx as this part is not configurable. Just add it to the http port to
    get this working correctly.

    #10

v1.0.0

10 May 08:54
v1.0.0
6636ceb
Compare
Choose a tag to compare

Changelog for 1.0.0

The following sections list the changes for 1.0.0.

Summary

  • Chg #4: Initial release of basic version

Details

  • Change #4: Initial release of basic version

    Just prepared an initial basic version which could be released to the public.

    #4