Skip to content

Releases: ivanilves/lstags

v1.0.70

09 Jun 05:38
Compare
Choose a tag to compare

Changelog

  • d188daa chore(CI): Treat all releases as stable ones 💪
  • 5dcbc48 chore(CI): Run stress test async for speed 🚀
  • 7fe18e5 chore(CI): Enforce semantic commits inside CI 👮‍♂️
  • d49c45f chore: Add "/vendor" to version control

v1.0.69

21 May 16:51
5cf4249
Compare
Choose a tag to compare
v1.0.69 Pre-release
Pre-release

Changelog

  • 4330a06 fix(repository): Separate tag in a right way
  • 8d11923 test(blackbox): Add YAML config file for stress testing
  • 294649a test(blackbox): Add stress and pull/push tests

v1.0.68

13 May 20:47
684771b
Compare
Choose a tag to compare
v1.0.68 Pre-release
Pre-release

Changelog

  • 6e83f9c test(api/v1/registry/container): Fix TestRun cleanup

v1.0.67

11 May 05:16
109227f
Compare
Choose a tag to compare
v1.0.67 Pre-release
Pre-release

Changelog

  • 3d2dbe8 chore(CI): MacOSX-friendly scripts
  • e800a66 feat(api/v1): Add optional delay between request batches
  • 23a19c5 fix(api/v1): Avoid another concurrent map writes...
  • ae5d00a chore(api/v1): Move registry package. Again ;)
  • 85a2485 refactor(api/v1): DRY the way we avoid concurrent map writes

v1.0.66

06 May 12:33
934ee4d
Compare
Choose a tag to compare
v1.0.66 Pre-release
Pre-release

Changelog

  • 07f3063 docs(api/v1): More comments for GoDoc
  • f812507 docs(api/v1): Update PoC application instructions
  • 060af93 docs(api/v1): Add GoDoc links
  • 826db81 fix(tag/remote): check if resp is not nil before analyzing it
  • e1b5f4d fix(api/v1): avoid concurrent map writes

v1.0.65

04 May 20:30
a12e934
Compare
Choose a tag to compare
v1.0.65 Pre-release
Pre-release

Changelog

  • 4567a72 chore(registry): move to api/internal namespace
  • 93d2640 docs(repository): Update comments for GoDoc
  • d0b317f docs(tag): update comments for GoDoc
  • 46b3a92 docs(api/v1): update comments for GoDoc
  • ad86f00 docs(api/v1/collection): update comments for GoDoc
  • c9e70d0 test(api/v1/collection): add tests

v1.0.64

29 Apr 14:53
8a53b51
Compare
Choose a tag to compare
v1.0.64 Pre-release
Pre-release

Changelog

  • 51dce40 IMPROVE: Tolerate errors on Pull and Push actions

v1.0.63

25 Apr 16:07
Compare
Choose a tag to compare

Changelog

  • 73a976c IMPROVE: remove retries & add log for Pull||Push [ISSUE-144]
  • 7dfacac BUGFIX: Please don't even try to process nil values :trollface: 💥

v1.0.61

21 Apr 15:22
ee02329
Compare
Choose a tag to compare

Changelog (vs v1.0.57)

  • 18f3fe2 BUGFIX: pushPrefix generation [ISSUE-137]
  • 040cff3 FEATURE: YAML configuration file support [ISSUE-89]
  • 2e6eb32 FEATURE: Daemon mode [ISSUE-133]
  • 70d392c FEATURE: Auth must respect --concurrent-requests [ISSUE-140 ?]
  • 0949e8d KAIZEN: Make docker build more robust 💪
  • 2755579 KAIZEN: Improve docker/config coverage
  • 68f3977 KAIZEN: Improve api/v1 coverage
  • 3d112ef CHORE: Add lstags logo icon

v1.0.60

20 Apr 17:48
3ccba99
Compare
Choose a tag to compare
v1.0.60 Pre-release
Pre-release

Changelog

  • 0949e8d FEATURE: Make docker build more robust 💪
  • 18f3fe2 BUGFIX: pushPrefix generation [ISSUE-137]