commit 2a697046cb5747d6ebc471af6f7a0377d9530582
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 23 17:34:08 2020 -0500
build: update to v4.3.3 drp for release
M go.mod
M go.sum
commit 1c765a53d7a52fb804ac6184ea4c2e4e2ef071cb
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Tue Jun 23 17:10:33 2020 -0500
fix(xattr) Fix incorrect exit when xattrs fail unexpectedly.
Instead of exiting when we fail to save an xattr unexpectedly, try
a couple of fallbacks.
M datastack/stack.go
M midlayer/static_test.go
commit 1856ae5ce4d28caaa65855550e76acc58b1b1d33
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 23 15:05:05 2020 -0500
docs(rel_notes): fix duplicate refs
M tools/build_rel_notes.sh
commit 2c305e9a1d5c9ef93cc547f04fbb405bc4450f8b
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Tue Jun 23 08:37:36 2020 -0500
fix(whoami): Pull in client-side whoami calc fixes
Sometimes, DMI information has obvious, transparent lies. Ignore it
when it does that.
M go.mod
M go.sum
commit 577df47d7b54d254deb1ce2c1483ce0cc0b1ef26
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Sun Jun 21 14:22:27 2020 -0500
fix(redhat-8): Fox overly specific dependency on `redhat` for os.Family
We were overly dependent on using os.Family == "redhat" as the flag to
determine whether we should use the centos-8 stype repo definitions.
This fixes it by relying on env.OS.FamilyType() == "rhel" instead.
M backend/bootenv.go
M backend/renderData.go
M clitest/test-data/output/TestRepos/machines/c9196b77-deef-4c8e-8130-299b3e3d9a10/install.10/stdout.expect
M clitest/test-data/output/TestRepos/machines/c9196b77-deef-4c8e-8130-299b3e3d9a10/lines.10/stdout.expect
commit f3973b92b274954e34719015845d53ccc7d9810a
Author: Greg Althaus <galthaus@austin.rr.com>
Date: Tue Jun 16 12:45:59 2020 -0500
build: generate release notes
M .travis.yml
A tools/build_rel_notes.sh
End of Note