Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

v0.8.0

Latest
Compare
Choose a tag to compare
@vojtechmares vojtechmares released this 18 Nov 10:14
· 2 commits to main since this release

NOTE: Due to an issue with GoReleaser and fixes were unfortunately made into releases and not pre-releases, there is a huge gap between releases, see tags.

Breaking changes were introduced only to builds and building proper multi-platform container images and them being hidden behind docker manifest (allowing docker to chose on it's own what kind of image to pull for your platform).

Changelog

b65be20 build(goreleaser): fix typo
4400094 chore(goreleaser): clean up formatting of go template
a83360e build(goreleaser)!: use .Version for container image tags instead of .Tag

  • docker images now have built docker manifest allowing to your docker client choose architecture on it's own, so you no longer need to specify if to pull amd64 or arm64 image

BREAKING CHANGES

  • dropped :latest-stable container (docker) tag
  • dropped support for arm v6, v7 and 386 architectures
  • changed docker image tags, removed tag v prefix (using pure version and not git tag, e.g. 0.8.0 instead of v0.8.0)

See the full diff (v0.4.0...v.0.8.0).

Docker images

  • docker pull vojtechmares/statica:0.8.0