Skip to content

Releases: atc0005/go-lockss

v0.1.16

09 Dec 12:58
44bf934
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • Dependency updates
  • GitHub Actions Workflows updates
  • built using Go 1.19.4
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.19.1 to 1.19.4
    • github.com/antchfx/xmlquery
      • v1.3.12 to v1.3.13
    • github.com/mattn/go-colorable
      • v0.1.2 to v0.1.13
    • github.com/mattn/go-isatty
      • v0.0.8 to v0.0.16
    • golang.org/x/sys
      • v0.0.0-20211216021012-1d35b9e2eb4e to v0.3.0
    • golang.org/x/text
      • v0.3.7 to v0.5.0
    • golang.org/x/net
      • v0.0.0-20220127200216-cd36cc0744dd to v0.3.0
    • github.com/golang/groupcache
      • v0.0.0-20200121045136-8c9f03a8e57e to
        v0.0.0-20210331224755-41bb18bfe9da
    • github.com/golang/gddo
      • v0.0.0-20200715224205-051695c33a3f to
        v0.0.0-20210115222349-20d68f94ee1f
    • github.com/fatih/color
      • v1.7.0 to v1.13.0
    • github.com/go-logfmt/logfmt
      • v0.4.0 to v0.5.1
    • github.com/pkg/errors
      • v0.8.1 to v0.9.1
    • github.com/kr/logfmt
      • v0.0.0-20140226030751-b84e30acd515 to
        v0.0.0-20210122060352-19f9bcb100e6
  • (GH-149) Refactor GitHub Actions workflows to import logic

Fixed

  • (GH-153) Fix Makefile Go module base path detection

References

v0.1.15

22 Sep 11:51
e53c52b
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • Dependency updates
  • GitHub Actions Workflows updates
  • built using Go 1.19.1
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.17.13 to 1.19.1
    • github/codeql-action
      • v2.1.22 to v2.1.25
  • (GH-139) Update project to Go 1.19
  • (GH-140) Update Makefile and GitHub Actions Workflows
  • (GH-141) Remove prototype cmd/n2n binary
  • (GH-142) Add CodeQL GitHub Action Workflow

Fixed

  • (GH-138) Add missing cmd doc files

References

v0.1.14

24 Aug 11:27
02bec6c
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • Dependency updates
  • built using Go 1.17.13
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.17.12 to 1.17.13
    • antchfx/xmlquery
      • v1.3.11 to v1.3.12

Fixed

  • (GH-135) Apply Go 1.19 specific doc comments linting fixes
  • (GH-136) Swap io/ioutil package for io package

References

v0.1.13

21 Jul 12:11
612a32a
Compare
Choose a tag to compare

Overview

  • Bug fixes
  • Dependency updates
  • built using Go 1.17.12
    • Statically linked
    • Windows (x86, x64)
    • Linux (x86, x64)

Changed

  • Dependencies
    • Go
      • 1.17.9 to 1.17.12
    • antchfx/xmlquery
      • v1.3.10 to v1.3.11

Fixed

  • (GH-130) Update lintinstall Makefile recipe
  • (GH-132) Fix Markdownlint references

References

v0.1.12

06 May 11:02
26e9f27
Compare
Choose a tag to compare

Overview

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

Changed

  • Dependencies
    • Go
      • 1.17.7 to 1.17.9
    • antchfx/xmlquery
      • v1.3.9 to v1.3.10

References

v0.1.11

03 Mar 10:30
47cc9ed
Compare
Choose a tag to compare

Overview

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

Changed

  • Dependencies

    • Go
      • 1.17.6 to 1.17.7
    • actions/checkout
      • v2.4.0 to v3
    • actions/setup-node
      • v2.5.1 to v3
  • (GH-111) Expand linting GitHub Actions Workflow to include oldstable,
    unstable container images

  • (GH-112) Switch Docker image source from Docker Hub to GitHub Container
    Registry (GHCR)

Fixed

  • (GH-114) var-declaration: should omit type string from declaration of var
    (revive)

References

v0.1.10

25 Jan 11:20
bcdac8d
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-107) Update go.mod file, canary Dockerfile to reflect current
        dependencies

References

v0.1.9

29 Dec 10:35
5397410
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
    • antchfx/xmlquery
      • v1.3.8 to v1.3.9
    • actions/setup-node
      • v2.4.1 to v2.5.1

References

v0.1.8

09 Nov 13:00
81c2341
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
    • antchfx/xmlquery
      • v1.3.7 to v1.3.8
    • actions/checkout
      • v2.3.4 to v2.4.0
    • actions/setup-node
      • v2.4.0 to v2.4.1

Fixed

  • (GH-97) False positive G307: Deferring unsafe method "Close" on type "*os.File" (gosec) linting error
  • (GH-96) regexpMust: for const patterns like v3PeerRegex, use regexp.MustCompile (gocritic) linting error

References

v0.1.7

23 Sep 12:15
ce98e62
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
    • antchfx/xmlquery
      • v1.3.6 to v1.3.7

References