Skip to content

Releases: thecasualcoder/dobby

v3.0.0

19 Jul 18:02
373aac9
Compare
Choose a tag to compare

Changelog

  • bce4fc8 Add Bruno API collection
  • 373aac9 Add version to goreleaser config and remove deprecated replacements
  • f6bbad5 Fix detecting presence of golangci-lint binary in lint make target
  • e5b8832 Fix gitlab ci warning about caching go.sum
  • 47edf97 Fix goreleaser cleanup arg
  • d91a59d Fix syntax for 'with' when using action
  • 2550f6b Gitignore .DS_Store
  • b2bd99a Update action version of golang, docker-login and goreleaser
  • d24a727 Update gh checkout and go actions
  • 57c3eca Upgrade go 1.22 in CI config
  • 311ec25 Upgrade to golang 1.22

v2.0.2

30 Jul 18:46
Compare
Choose a tag to compare

Changelog

2ba56e5 Bump github.com/gin-gonic/gin from 1.4.0 to 1.7.0
1fb1455 Create LICENSE
4fb6a69 Update README.md
b28518b Upgrade dependencies
b0336a5 Use vendors

Docker images

  • docker pull thecasualcoder/dobby:v2.0.2
  • docker pull thecasualcoder/dobby:v2
  • docker pull thecasualcoder/dobby:v2.0

v2.0.1

24 Mar 10:12
Compare
Choose a tag to compare

Changelog

15ec943 Login to dockerhub in workflow

Docker images

  • docker pull thecasualcoder/dobby:v2.0.1
  • docker pull thecasualcoder/dobby:v2
  • docker pull thecasualcoder/dobby:v2.0
  • docker pull thecasualcoder/dobby:latest

v1.0

17 Sep 13:59
Compare
Choose a tag to compare

v1.0

Get information about dobby

Health check /health
Readiness check /readiness
Version /version (based on ENV VERSION)
Meta /meta

Command dobby

Control dobby's health as sick and perfect
Control dobby's readiness as sick and perfect
Allow to reset health and readiness in 'n' seconds
Allow delayed start of dobby
Crash dobby
Go Turbo on CPU and memory resources

Refer README.md for more details on the endpoints

Inital Release

07 Feb 15:46
Compare
Choose a tag to compare
Inital Release Pre-release
Pre-release

Initial release of dobby which supports

  • Health check /health
  • Version /version (based on ENV VERSION)
  • Readiness probe failure (On boot) (based on ENV READY=true|false)
  • PUT /state/{sick|healthy}
    • crash - Panic immediately
    • sick - /health should give 500 Internal Server Error
    • healthy - /health should respond 200 OK