Skip to content

Releases: crc-org/admin-helper

admin-helper v0.5.4

20 Jun 10:23
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /tools by @dependabot in #51
  • Automatically update go.mod by @cfergeau in #50
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #54
  • build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #55
  • build(deps): bump actions/setup-go from 3 to 5 by @dependabot in #56
  • build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.9.0 by @dependabot in #57
  • build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #58
  • Enable linux arm builds for admin-helper by @praveenkumar in #59
  • spec: update to admin-helper 0.5.3 by @anjannath in #60
  • spec: add ExcludeArch to exlude building on ppc64le and s390x by @anjannath in #61

New Contributors

Full Changelog: v0.5.2...v0.5.4

admin-helper v0.5.2

21 Dec 10:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

admin-helper v0.5.1

15 Dec 07:54
Compare
Choose a tag to compare

What's Changed

  • Fix slice bounds out of range error on remove host entries by @evidolob in #46

Full Changelog: v0.5.0...v0.5.1

admin-helper v0.5.0

06 Dec 11:47
v0.5.0
Compare
Choose a tag to compare

What's Changed

  • Use 'crc' section for hosts file modification by @evidolob in #42

New Contributors

Full Changelog: v0.0.12...v0.5.0

admin-helper v0.0.12

12 Dec 14:09
v0.0.12
Compare
Choose a tag to compare

This releases completes the move away from the CodeReady Containers branding.

make cross now builds macOS universal binaries in addition to the arm64 and amd64 ones.

v0.0.11

01 Jun 11:43
32321de
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.10...v0.0.11

v0.0.10

03 Mar 05:03
8289ec9
Compare
Choose a tag to compare

git shortlog

b673aa4 spec: Update version number
c1d690c spec: Set %goname
3ed4327 spec: Update binary names
f4fd9aa Revert "Use clean to cleanup the host file for windows"
1169529 Revert "daemon: Re-read hosts file for each request"
edfaa8a Update goodhosts to 0.1.1

v0.0.9

26 Nov 09:23
7410b3d
Compare
Choose a tag to compare

80ec644 Fix typo to run lint without error
c61aaad hosts: Unset HOSTS_PATH from the environment

v0.0.8

25 Nov 14:44
e2d4733
Compare
Choose a tag to compare

589c0d7 daemon: Re-read hosts file for each request
6288800 golangci-lint: replace golint with revive
e09d10f Makefile: add golangci-lint target

Clean hosts file

18 Oct 05:21
5126763
Compare
Choose a tag to compare
  • Clean hosts file to handle lines > 255 chars