Releases: Jacobbrewer1/web
Releases · Jacobbrewer1/web
v0.0.7
v0.0.7 What's Changed (2025-08-20)
Bug Fixes
- cache: updating the k8s service endpoints to handle new random suffix appended to the name (#72) (c8809a66)
Features
- cache: adding benchmark to the on endpoint update function (#73) (a32c3e52)
- cicd: using bazel to control the cicd and the code generation (#66) (edaf29be)
- health: adding a grace period to the checker (#69) (95c900ab)
- k8s:
- logging: Updating performance for logging de-duplication (#89) (46b4e776)
Chores
- app:
- cache: start once for service endpoint cache (#74) (f0806c20)
- cicd: removing bazel (#68) (0d2f2fab)
- deps:
- Bump k8s.io/client-go from 0.33.3 to 0.33.4 (#94) (979a5ebd)
- Bump amannn/action-semantic-pull-request from 5 to 6 (#92) (66056226)
- Bump actions/checkout from 4 to 5 (#93) (a08dcb72)
- Bump k8s.io/api from 0.33.3 to 0.33.4 (#96) (1acef95e)
- Bump github.com/prometheus/client_golang (#91) (e01442e6)
- Bump github.com/nats-io/nats.go from 1.43.0 to 1.44.0 (#90) (52c7f611)
- Bump k8s.io/client-go from 0.33.2 to 0.33.3 (#88) (1196bb54)
- Bump k8s.io/client-go from 0.33.1 to 0.33.2 (#81) (3454e126)
- Bump k8s.io/api from 0.33.1 to 0.33.2 (#83) (bca0000a)
- Bump github.com/go-viper/mapstructure/v2 (#84) (8a7bcb1a)
- Bump github.com/nats-io/nats.go from 1.42.0 to 1.43.0 (#80) (c3830090)
- Bump k8s.io/api from 0.33.0 to 0.33.1 (#77) (12b21682)
- Bump k8s.io/client-go from 0.33.0 to 0.33.1 (#78) (e19c1cfa)
- Bump k8s.io/apimachinery from 0.33.0 to 0.33.1 (#79) (e5ae420c)
- Bump golangci/golangci-lint-action from 7 to 8 (#71) (6f6382e5)
- Bump github.com/nats-io/nats.go from 1.41.2 to 1.42.0 (#70) (371acceb)
- sync: adding new sync package (#97) (89d6e120)
- tests: updating the test strategy to be more parrallel (#85) (24a6ffd1)
v0.0.6
v0.0.6 What's Changed (2025-04-28)
Chores
- app:
- comments: adding missing comments (#38) (1ef72e98)
- context: refactoring the base of the context for the app (#39) (83c508b3)
- deps:
- Bump k8s.io/client-go from 0.32.3 to 0.33.0 (#60) (865a3c51)
- Bump k8s.io/api from 0.32.3 to 0.33.0 (#58) (5e68291c)
- Bump k8s.io/apimachinery from 0.32.3 to 0.33.0 (#59) (380995de)
- Bump github.com/jacobbrewer1/vaulty from 0.1.13 to 0.1.14 (#47) (b8169b1e)
- Bump github.com/jacobbrewer1/vaulty (#44) (640441bb)
- Bump github.com/nats-io/nats.go from 1.41.1 to 1.41.2 (#43) (6e2a4133)
- Bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 (#42) (7854aa3f)
- docs:
- health: using the atomic package (#54) (3180f09c)
- mutex: Using the proper mutex where required (#51) (071a74e4)
Bug Fixes
- deps: using fixed version of vault sql (#46) (8bd00ae2)
- logging: handling deps correctly when they come through from a bazel build (#57) (0d5bc1c6)
Features
v0.0.5
v0.0.5 What's Changed (2025-04-17)
Bug Fixes
- app:
- cache: returning the object that implements the interface over the interface (#18) (bbd30b10)
- logging: overriding keys if they are re-added to the logger (#25) (53d0e928)