Skip to content

Releases: UnitVectorY-Labs/hellorest

v1.3.1

29 Mar 17:23

Choose a tag to compare

This fixes the metadata attestation for GitHub Actions for the release. Previously it was giving warnings.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

29 Mar 17:14
910dd13

Choose a tag to compare

What's Changed

  • Update .github/workflows/build-go.yml by @JaredHatfield in #32
  • Update .github/workflows/docker-build-dev.yml by @JaredHatfield in #33
  • Bump actions/cache from 5.0.1 to 5.0.2 by @dependabot[bot] in #34
  • Update Go version to 1.25.6 by @JaredHatfield in #36
  • Update .github/workflows/release-docker-ghcr.yml by @JaredHatfield in #37
  • Update .github/workflows/build-go.yml by @JaredHatfield in #38
  • Bump github/codeql-action from 4.31.10 to 4.31.11 by @dependabot[bot] in #40
  • Bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #39
  • Update distroless base image from Debian 12 to Debian 13 by @JaredHatfield in #41
  • Bump astral-sh/setup-uv from 7.2.0 to 7.2.1 by @dependabot[bot] in #45
  • Bump actions/cache from 5.0.2 to 5.0.3 by @dependabot[bot] in #42
  • Bump docker/login-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #43
  • Bump github/codeql-action from 4.31.11 to 4.32.0 by @dependabot[bot] in #46
  • Bump actions/attest-build-provenance from 3.1.0 to 3.2.0 by @dependabot[bot] in #44
  • Bump astral-sh/setup-uv from 7.2.1 to 7.3.0 by @dependabot[bot] in #47
  • Bump github/codeql-action from 4.32.0 to 4.32.2 by @dependabot[bot] in #48
  • Update Go version to 1.25.7 by @JaredHatfield in #50
  • feat: add versioning support to Docker build and application by @JaredHatfield in #51
  • feat: enhance Docker build workflow for multi-architecture support by @JaredHatfield in #52
  • Bump docker/build-push-action from 6.18.0 to 6.19.2 by @dependabot[bot] in #55
  • Bump github/codeql-action from 4.32.2 to 4.32.3 by @dependabot[bot] in #53
  • Update Go version to 1.26.0 by @JaredHatfield in #56
  • Bump github/codeql-action from 4.32.3 to 4.32.4 by @dependabot[bot] in #57
  • Bump astral-sh/setup-uv from 7.3.0 to 7.3.1 by @dependabot[bot] in #58
  • Bump actions/setup-go from 6.2.0 to 6.3.0 by @dependabot[bot] in #60
  • Bump github/codeql-action from 4.32.4 to 4.32.6 by @dependabot[bot] in #63
  • Bump docker/login-action from 3.7.0 to 4.0.0 by @dependabot[bot] in #64
  • Bump docker/setup-buildx-action from 3.12.0 to 4.0.0 by @dependabot[bot] in #65
  • Bump docker/metadata-action from 5.10.0 to 6.0.0 by @dependabot[bot] in #61
  • Bump docker/build-push-action from 6.19.2 to 7.0.0 by @dependabot[bot] in #62
  • Bump astral-sh/setup-uv from 7.3.1 to 7.5.0 by @dependabot[bot] in #67
  • Update Go version to 1.26.1 by @JaredHatfield in #68
  • Bump actions/attest-build-provenance from 3.2.0 to 4.1.0 by @dependabot[bot] in #59
  • Bump actions/cache from 5.0.3 to 5.0.4 by @dependabot[bot] in #70
  • Bump github/codeql-action from 4.32.6 to 4.34.1 by @dependabot[bot] in #72
  • Bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #69
  • Bump astral-sh/setup-uv from 7.5.0 to 7.6.0 by @dependabot[bot] in #71
  • Bump codecov/codecov-action from 5.5.3 to 6.0.0 by @dependabot[bot] in #74
  • Bump github/codeql-action from 4.34.1 to 4.35.1 by @dependabot[bot] in #73
  • Enhance Docker release workflow for multi-arch support by @JaredHatfield in #75
  • Fix release Docker workflow: remove SHA tags, fix manifest attestation digest by @Copilot in #76
  • Fix manifest digest extraction for multi-arch Docker images by @Copilot in #77

New Contributors

  • @Copilot made their first contribution in #76

Full Changelog: v1.2.0...v1.3.0

v1.2.0

26 Dec 20:00
1ab8c18

Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.2.0

v1.1.3

14 Oct 01:36
fe681a3

Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

07 May 22:57
7a2d3a4

Choose a tag to compare

What's Changed

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

v1.1.1

15 Feb 16:24
e1c4205

Choose a tag to compare

What's Changed

  • Setting CGO_ENABLED=0 ensures a statically linked binary by @JaredHatfield in #5
  • Bump Go version to 1.23.6 in workflow, Dockerfile, and go.mod by @JaredHatfield in #6
  • Bump Go version to 1.24.0 in workflow, Dockerfile, and go.mod by @JaredHatfield in #7

Full Changelog: v1.1.0...v1.1.1

v1.1.0

26 Jan 12:55
4dc62f1

Choose a tag to compare

What's Changed

  • Rename module to github.com/UnitVectorY-Labs/hellorest by @JaredHatfield in #4

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

19 Jan 14:57

Choose a tag to compare

Minor updates

v1.0.0

10 Oct 22:41
2c367d2

Choose a tag to compare

Initial version 1.0.0 release of a hello world API application.

Not a lot of features here, intentionally an incredibly simple API that can be deployed using Docker for testing.