Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .goreleaser.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM gcr.io/distroless/static:nonroot
FROM scratch
COPY fga /fga
ENTRYPOINT ["/fga"]
ENTRYPOINT ["/fga"]
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

## [0.7.10] - 2026-02-20

Changed:
- go > v1.25 is now required (#631)
- reverted the switch to distroless base image for SSL certs (#635)

## [0.7.9] - 2026-02-18

> [!NOTE]
> `v0.7.9` failed to be released due to CI errors, its changelog entries are included here for reference.

Changed:
- Switch to distroless base image for SSL certs (#617) - thanks @runabol!
- go > v1.25 is now required (#631)
Expand Down
Loading