Skip to content

Releases: meysam81/liveness-check

v1.2.3

15 Jun 16:20
ed1c30d
Compare
Choose a tag to compare

1.2.3 (2025-06-15)

Bug Fixes

  • simplify the error handling by returning early (398a0ba)

v1.2.2

15 Jun 16:18
2901d7e
Compare
Choose a tag to compare

1.2.2 (2025-06-15)

Bug Fixes

  • list the pods again if the pod ip is not yet assigned (444d690)

v1.2.1

15 Jun 09:40
1054697
Compare
Choose a tag to compare

What's Changed

This release includes the following changes:

Changelog

1.2.1 (2025-06-15)

Bug Fixes

  • docs: add more badges (6e98d97)
  • docs: remove extra backticks (dd60b54)

1.2.0 (2025-06-15)

Features

  • add k8s pod checker (2d3ae8f)
  • docs: beautify and provide clear examples (2abf984)

Bug Fixes

  • build: increase build by caching docker layers (448c89d)
  • CI: do not check compare URLs (2188f41)
  • docs: add line separator to headings (8501b03)
  • docs: modify badges (1ce0c05)
  • docs: provide a complete k8s example (63069fe)
  • quickly exit when the max retries is reached (49f462c)
  • return error on listing pods (75c4551)
  • use ticker instead of time and lower log level (8ee8361)

1.1.2 (2025-06-14)

Bug Fixes

  • build: append changelog (cbbf307)
  • docs: add docker pull count (d068bfb)
  • docs: add k8s example (526df15)
  • docs: run k8s job as init container (e857219)
  • drop log level from cli args (30a2992)
  • initialize log level manually from envs (98d862d)

1.1.1 (2025-06-14)

Bug Fixes

  • build: uncomment the cosign (a32cfe9)
  • perform major refactor in favor of modularity and maintainability (9bf8017)

1.1.0 (2025-06-14)

Features

Bug Fixes

  • CI: do not fail on empty links (e26d7af)
  • dev: enable golangci pre-commit hook (b9cbde2)
  • handle version within urfave (5a6527e)
  • ignore secrets (cd394b8)

1.0.0 (2025-06-14)

Features

  • add the go application (83cf257)
  • add version subcommand and move check to its own (fdc35ce)

Bug Fixes

Docker Images

docker pull ghcr.io/meysam81/liveness-check:1.2.1

Full Changelog: v1.2.0...v1.2.1

v1.2.0

15 Jun 09:26
801817e
Compare
Choose a tag to compare

1.2.0 (2025-06-15)

Features

  • add k8s pod checker (2d3ae8f)
  • docs: beautify and provide clear examples (2abf984)

Bug Fixes

  • build: increase build by caching docker layers (448c89d)
  • CI: do not check compare URLs (2188f41)
  • docs: add line separator to headings (8501b03)
  • docs: modify badges (1ce0c05)
  • docs: provide a complete k8s example (63069fe)
  • quickly exit when the max retries is reached (49f462c)
  • return error on listing pods (75c4551)
  • use ticker instead of time and lower log level (8ee8361)

What's Changed

This release includes the following changes:

Changelog

1.2.0 (2025-06-15)

Features

  • add k8s pod checker (2d3ae8f)
  • docs: beautify and provide clear examples (2abf984)

Bug Fixes

  • build: increase build by caching docker layers (448c89d)
  • CI: do not check compare URLs (2188f41)
  • docs: add line separator to headings (8501b03)
  • docs: modify badges (1ce0c05)
  • docs: provide a complete k8s example (63069fe)
  • quickly exit when the max retries is reached (49f462c)
  • return error on listing pods (75c4551)
  • use ticker instead of time and lower log level (8ee8361)

1.1.2 (2025-06-14)

Bug Fixes

  • build: append changelog (cbbf307)
  • docs: add docker pull count (d068bfb)
  • docs: add k8s example (526df15)
  • docs: run k8s job as init container (e857219)
  • drop log level from cli args (30a2992)
  • initialize log level manually from envs (98d862d)

1.1.1 (2025-06-14)

Bug Fixes

  • build: uncomment the cosign (a32cfe9)
  • perform major refactor in favor of modularity and maintainability (9bf8017)

1.1.0 (2025-06-14)

Features

Bug Fixes

  • CI: do not fail on empty links (e26d7af)
  • dev: enable golangci pre-commit hook (b9cbde2)
  • handle version within urfave (5a6527e)
  • ignore secrets (cd394b8)

1.0.0 (2025-06-14)

Features

  • add the go application (83cf257)
  • add version subcommand and move check to its own (fdc35ce)

Bug Fixes

Docker Images

docker pull ghcr.io/meysam81/liveness-check:1.2.0

Full Changelog: v1.1.2...v1.2.0

v1.1.2

14 Jun 08:46
2f219e0
Compare
Choose a tag to compare

1.1.2 (2025-06-14)

Bug Fixes

  • build: append changelog (cbbf307)
  • docs: add docker pull count (d068bfb)
  • docs: add k8s example (526df15)
  • docs: run k8s job as init container (e857219)
  • drop log level from cli args (30a2992)
  • initialize log level manually from envs (98d862d)

What's Changed

This release includes the following changes:

Changelog

1.1.2 (2025-06-14)

Bug Fixes

  • build: append changelog (cbbf307)
  • docs: add docker pull count (d068bfb)
  • docs: add k8s example (526df15)
  • docs: run k8s job as init container (e857219)
  • drop log level from cli args (30a2992)
  • initialize log level manually from envs (98d862d)

1.1.1 (2025-06-14)

Bug Fixes

  • build: uncomment the cosign (a32cfe9)
  • perform major refactor in favor of modularity and maintainability (9bf8017)

1.1.0 (2025-06-14)

Features

Bug Fixes

  • CI: do not fail on empty links (e26d7af)
  • dev: enable golangci pre-commit hook (b9cbde2)
  • handle version within urfave (5a6527e)
  • ignore secrets (cd394b8)

1.0.0 (2025-06-14)

Features

  • add the go application (83cf257)
  • add version subcommand and move check to its own (fdc35ce)

Bug Fixes

Docker Images

docker pull ghcr.io/meysam81/liveness-check:1.1.2

Full Changelog: v1.1.1...v1.1.2

v1.1.1

14 Jun 08:04
89c375e
Compare
Choose a tag to compare

1.1.1 (2025-06-14)

Bug Fixes

  • build: uncomment the cosign (a32cfe9)
  • perform major refactor in favor of modularity and maintainability (9bf8017)

v1.1.0

14 Jun 07:44
1ef1939
Compare
Choose a tag to compare

1.1.0 (2025-06-14)

Features

Bug Fixes

  • CI: do not fail on empty links (e26d7af)
  • dev: enable golangci pre-commit hook (b9cbde2)
  • handle version within urfave (5a6527e)
  • ignore secrets (cd394b8)

v1.0.0

14 Jun 02:47
56b675a
Compare
Choose a tag to compare

1.0.0 (2025-06-14)

Features

  • add the go application (83cf257)
  • add version subcommand and move check to its own (fdc35ce)

Bug Fixes