Skip to content

Releases: felicianotech/sonar

v0.13.1

21 Dec 22:10
8e39c93
Compare
Choose a tag to compare

This patch release fixes a bug introduced in v0.9.0. The bug consists of the image list command not working. This has been fixed. Starting with the future release of v0.14.x, I'll be introducing more and more tests into Sonar to help catch issues like this in the future.

Changelog

8e39c93 Fix image list subcommand. (#88)
ced8054 Update dependencies. (#85)
81c830b Utilize Cobra arg validators. (#84)
ed10f98 Use PMM for package handling. (#83)

v0.13.0

01 Dec 22:25
e9a85c7
Compare
Choose a tag to compare

Changelog

e9a85c7 Packages: add diff subcommand. (#82)
2674a3f Improve layers list command. (#81)
c93fe81 Add multiple image support to stars and pulls. (#80)
f88c436 Create better image reference handling. (#79)
52c6d14 Packages: Add support for Alpine's APKs. (#78)

v0.12.0

28 Nov 06:49
13ec0ae
Compare
Choose a tag to compare

Changelog

13ec0ae Add branding to the readme. (#70)
2a5628f Improve snap branding. (#67)
dce73cd Test arm64 binary on an arm64 image. (#66)
2d43486 Add support for RPM packages. (#65)
2c24428 Fix listing packages by waiting. (#64)
f87b7c2 Add support for Python Pip packages. (#63)
a1f8d5c Fix snap publishing. (#62)

v0.11.0

22 Nov 17:29
31a3dcc
Compare
Choose a tag to compare

Changelog

31a3dcc Test on images. (#60)
3182cde List Apt packages installed in an image. (#57)
bdfbc66 Update dependencies. (#56)
54b5e37 Add ARM support. (#55)
8b98d7a Add context to set description. (#51)
d3cd00f Fix auth bug. (#50)
ff5fac8 Switch to GoReleaser CircleCI orb. (#52)

v0.10.0

12 Nov 21:16
0b51ba0
Compare
Choose a tag to compare

Changelog

0b51ba0 Add more install info to readme. (#49)
4290721 Display 1 or all labels for an image. (#47)
1162479 Add a global password flag. (#46)
c142414 Update dependencies. (#45)
e610390 Update GoReleaser to v0.144.0. (#44)

v0.9.3

14 Sep 21:40
7334674
Compare
Choose a tag to compare

Changelog

7334674 Fix displayed version output. (#43)

v0.9.2

14 Sep 21:23
51d55e5
Compare
Choose a tag to compare

Changelog

51d55e5 Implement hard rate limit for Docker Hub. (#42)
52e735f Bump base snap to core20. (#41)

v0.9.1

31 Aug 23:58
2e89083
Compare
Choose a tag to compare

Changelog

2e89083 Fix location of go.mod. (#40)

v0.9.0

30 Aug 03:51
710c2e6
Compare
Choose a tag to compare

Changelog

710c2e6 Reorg mod structure. (#38)
f5b59c2 GoReleaser v0.142.0. (#39)
3a58e17 go mod tidy (#37)
22b2954 Remove half-baked i8n stuff. (#36)
40565eb Fix: The text output when getting star count. (#35)
7dd70cb Started creating a docker package (#34)

v0.8.0

28 Aug 02:46
9cebe82
Compare
Choose a tag to compare

Changelog

9cebe82 Update go.mod/sum. (#33)
adb6344 Show number of filtered tags and total. (#32)
55bff64 Add layers list command. (#31)
b1371b3 Add context to progressbar. (#27)