Skip to content

Releases: atc0005/tsm-pass

v0.1.7

25 Jan 10:47
557f78a
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.17.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.12 to 1.17.6
      • (GH-70) Update go.mod file, canary Dockerfile to reflect current
        dependencies

References

v0.1.6

29 Dec 11:31
a9b57fb
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.12
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.10 to 1.16.12
    • actions/setup-node
      • v2.4.1 to v2.5.1

References

v0.1.5

10 Nov 10:23
1b298f6
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.10
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.8 to 1.16.10
    • actions/checkout
      • v2.3.4 to v2.4.0
    • actions/setup-node
      • v2.4.0 to v2.4.1

References

v0.1.4

27 Sep 10:59
adc4346
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.8
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.7 to 1.16.8

References

v0.1.3

08 Aug 14:47
7ea4849
Compare
Choose a tag to compare

Overview

  • Dependency updates
  • built using Go 1.16.7
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.16.6 to 1.16.7
    • actions/setup-node
      • updated from v2.2.0 to v2.4.0

References

v0.1.2

19 Jul 11:58
d84ca5c
Compare
Choose a tag to compare

Overview

  • Built using Go 1.16.6
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Added

  • Add "canary" Dockerfile to track stable Go releases, serve as a reminder to
    generate fresh binaries

Changed

  • Swap out GoDoc badge for pkg.go.dev badge

  • Dependencies

    • Go
      • 1.15.5 to 1.16.6
    • actions/setup-node
      • v2.1.2 to v2.2.0
      • update node-version value to always use latest LTS version instead of
        hard-coded version

Fixed

  • cmd/tsm-pass/main.go:37:19: appendAssign: append result not assigned to the
    same slice (gocritic)

References

Release v0.1.1

18 Nov 11:01
c8928a4
Compare
Choose a tag to compare

Overview

  • Built using Go 1.15.5

    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)
  • Update password restrictions, minor cleanup.

Changed

  • Extend list of supported characters to reflect IBM Spectrum Protect v6.3.3+
  • Update config initialization
  • Minor code cleanup

Fixed

  • GoDoc: Missing line breaks between features list entries

References

Release v0.1.0

10 Nov 09:49
271fe89
Compare
Choose a tag to compare

Added

Initial release!

This release provides an early version of a Go CLI application that can be
used to generate a password string compatible with Tivoli/TSM/Spectrum
Protect. An older Python script previously used for this purpose is included
for reference or alternative use.

  • Statically linked binary release
    • Built using Go 1.15.3
    • Windows
      • x86
      • x64
    • Linux
      • x86
      • x64

References