Skip to content

Releases: sikalabs/hello-world-server

v0.3.0

01 Jan 12:10
9b06321
Compare
Choose a tag to compare

Changelog

9b06321 feat: Add hostname to hello word response text
32f2b9f feat: Add optional background color (config. using env BACKGROUND_COLOR)

Docker images

  • docker pull sikalabs/hello-world-server:v0.3.0
  • docker pull sikalabs/hello-world-server:v0.3.0-arm64v8
  • docker pull sikalabs/hello-world-server:arm64v8

v0.2.0

31 Dec 07:33
Compare
Choose a tag to compare

Changelog

4e85563 feat: Serve plain text response to curl and HTML for browsers

Docker images

  • docker pull sikalabs/hello-world-server:v0.2.0
  • docker pull sikalabs/hello-world-server:v0.2.0-arm64v8

v0.1.0

28 Dec 22:46
596474a
Compare
Choose a tag to compare

Changelog

5db28f5 feat: Add run_timestamp_unix, run_timestamp_rfc3339 & run_timestamp_unixdate to status API
347ce0b feat: Add hostname to status API
45e6e00 feat: Add status endpoint (/api/status, /status) with request counter
08c5959 feat: Add in-memory request counter
9dfd9a6 feat: Add livez & readyz endpoints (/api/livez, /livez, /api/readyz, /readyz)
50bbf2a feat: Add version API endpoints (/api/version, /version)
e9d69f5 feat: Create first version of hello world server
7e99d7f Initial commit, sikalabs/hello-world-server

Docker images

  • docker pull sikalabs/hello-world-server:v0.1.0
  • docker pull sikalabs/hello-world-server:v0.1.0-arm64v8