Skip to content

Releases: desotech-it/whoami

v0.4.3

03 Nov 11:55
Compare
Choose a tag to compare
Trim spaces from the output

v0.4.2

21 Sep 15:34
Compare
Choose a tag to compare
Publish GitHub release after Docker images have built

v0.4.1

21 Sep 12:51
Compare
Choose a tag to compare
Include lightweight tags in `git describe`

v0.4.0

30 Aug 13:03
Compare
Choose a tag to compare

Changelog

7380457 Add Windows support
3418805 Add Dockerfile to build windows-based images
75f14dc Add job for building Windows docker image
b918bd4 Fix mismatch in length with the info and load lists
f69dbfb Login to Docker registry using the dedicated Github Action
c38e5a0 Pin Go version 1.17 for all build contexts
237f6b2 Replace deprecated option
239dd38 Run release workflow on ubuntu-latest
1be4874 Set up buildx for bulding the Docker image
8ac50ec Use zip archives on Windows

Docker images

  • docker pull r.deso.tech/whoami/whoami:0.4.0

v0.3.6

22 Jul 16:43
Compare
Choose a tag to compare

Changelog

8524348 Store all needed CSS locally

Docker images

  • docker pull r.deso.tech/whoami/whoami:0.3.6

v0.3.5

08 Jul 10:02
Compare
Choose a tag to compare

Changelog

6a8306d Build app container based on alpine

Docker images

  • docker pull r.deso.tech/whoami/whoami:0.3.5

v0.3.4

09 Jun 12:35
Compare
Choose a tag to compare

Changelog

6c6c684 Define View interface
d6bda34 Fix imports order
d5dcc44 Ignore debug binary
e63378d frontend: Add GitHub ribbon
9ed4893 frontend: Fix HTML tag
be4ee55 github: Add preview screenshot in the README.md
c6eadba view: Make template parsing thread-safe
c1fcf9f view: Parse templates only once during program start

Docker images

  • docker pull r.deso.tech/whoami/whoami:latest
  • docker pull r.deso.tech/whoami/whoami:0.3.4

v0.3.3

29 Apr 17:45
Compare
Choose a tag to compare

Changelog

9268355 cli: Add -version flag to print version info
7ca855a cli: Move flag parsing to the init() function
23da98d dev: Rename module to github.com/desotech-it/whoami
5c3735c frontend: Add favicon
f712ab2 macos: Add warning message in /cpustress

Docker images

  • docker pull r.deso.tech/whoami/whoami:latest
  • docker pull r.deso.tech/whoami/whoami:0.3.3

v0.3.2

24 Apr 08:47
Compare
Choose a tag to compare

Changelog

3fad61b Add dist/ to .dockerignore
4c53478 Disable cgo
cc59ea3 Ignore dist/ folder created by goreleaser
4e84fd3 Remove goarm key
04a6988 Squash Docker image
d9fc3a3 Use goreleaser to publish app releases

Docker images

  • docker pull r.deso.tech/whoami/whoami:latest
  • docker pull r.deso.tech/whoami/whoami:latest-amd64
  • docker pull r.deso.tech/whoami/whoami:0.3.2-amd64

v0.3.1

23 Apr 10:03
Compare
Choose a tag to compare

Commits

  • [dfdd202]: Pin major versions for GitHub Actions (Gianluca Recchia)
  • [aca3982]: Fix formatting (Gianluca Recchia)
  • [43609fb]: Add name to each step in GitHub Actions (Gianluca Recchia)
  • [d179429]: Add name for release workflow (Gianluca Recchia)
  • [7835a1b]: Add GitHub workflow to build and push Docker image (Gianluca Recchia)
  • [e7f0164]: Use latest release for the automatic-release action (Gianluca Recchia)
  • [17632e0]: Use v1.17 for go-release-action (Gianluca Recchia)