Skip to content

Releases: ivanilves/lstags

v1.2.3

20 Aug 11:00
b8558e0
Compare
Choose a tag to compare

Changelog

  • e7ca0aa fix(API): ISSUE-185 Support paging when receiving tags
  • ce50d94 chore(CI): Travis hangs on docker build

v1.2.2

22 Jul 06:09
436a2ea
Compare
Choose a tag to compare

Changelog

  • e00f78f fix: authentication issue with Nexus by comparing auth methods lower case

v1.2.1

28 Jun 17:27
06a0623
Compare
Choose a tag to compare

Changelog

  • 005c3ac fix(docker/config): GCR _json_key authentication
  • 510dc61 test(misery): remove stress tests cause Travis 💥

v1.2.0

15 Apr 09:36
Compare
Choose a tag to compare

Changelog

  • 0394344 feat: Support Docker credential store & helpers 🔓
  • 8c56358 chore(CI): Start new versions from X.Y.0 (not X.Y.1)

v1.1.4

09 Apr 08:13
f4029c8
Compare
Choose a tag to compare

Done thanks to collaboration from @lukeb2e 🤝

Changelog

  • 681e240 feat: add support to overwrite PathSeparator
    • 81f6cc8 fix: change PathSeparator and PushPath description
    • d9e0625 fix(api/v1): supply "/" as a path separator for tests
  • a12e764 fix: login error on quay registry
  • a4d3a49 chore(CI): wider and more liberal "semantic" format check

v1.1.3

03 Apr 09:50
Compare
Choose a tag to compare

Changelog

  • b3ef5c7 fix(install): Wrapper installation for MacOSX
  • e86db4e fix(wrapper): Awkward failure when invoked with no arguments

v1.1.2

13 Jan 14:56
Compare
Choose a tag to compare

Changelog

  • 1844e2c chore(CI): Remove flaky tests that bring us no value. 😩
  • b6ef9d3 fix(CI): Fetch existing Git tags before creating new release.

v1.1.1

02 Nov 09:26
Compare
Choose a tag to compare

Changelog

  • 3dbbcf0 fix(api/v1/registry/client): Work with GCR 🙀

v1.1.0

13 Aug 06:23
Compare
Choose a tag to compare

Changelog

  • 4dbf691 feat(api/v1): Add new Docker registry client 🚀 ☺️ 💪

  • 0f27fcc feat(api/v1/registry/container): better random ports generator

v1.0.71

08 Aug 13:56
Compare
Choose a tag to compare

Changelog

  • bbb6181 feat(auth): Failback to "none" auth if "basic" auth fails
  • 5498160 chore(CI): Augment concurrency and timeout for stress test
  • 0f27fcc feat(api/v1/registry/container): better random ports generator
  • 1c6c983 refactor(tag): Cleanup Tag structure
  • 2d43734 fix(remote/auth): log.Debug() instead of println()