Skip to content

Commit 017a7ef

Browse files
authored
Merge pull request #1670 from bgilbert/release
Fix build on 32-bit systems; update docs for release
2 parents d1d99aa + 293e0f0 commit 017a7ef

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

docs/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ nav_order: 9
1919

2020

2121

22+
## Ignition 2.16.1 (2023-07-10)
23+
24+
### Bug fixes
25+
26+
- Fix build on 32-bit systems
27+
28+
2229
## Ignition 2.16.0 (2023-06-29)
2330

2431
Starting with this release, ignition-validate binaries are signed with the

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
cloud.google.com/go/storage v1.31.0
88
github.com/aws/aws-sdk-go v1.44.298
99
github.com/beevik/etree v1.2.0
10-
github.com/containers/libhvee v0.2.0
10+
github.com/containers/libhvee v0.3.0
1111
github.com/coreos/go-semver v0.3.1
1212
github.com/coreos/go-systemd/v22 v22.5.0
1313
github.com/coreos/vcontext v0.0.0-20230201181013-d72178a18687

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4/go.mod h1:6pvJx4me5XP
2525
github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
2626
github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
2727
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
28-
github.com/containers/libhvee v0.2.0 h1:6h7LdSvBt176oIdMXKkgxdoT/IVP+o/gkwgyjWzvEAo=
29-
github.com/containers/libhvee v0.2.0/go.mod h1:Zr2Qhnl5THW/HQjF1o8HmxXWjvHfJb8fvd0ThTzHMys=
28+
github.com/containers/libhvee v0.3.0 h1:rNLryfM13vzYBVsnSPDIclNDTSKawgKmb84fn4FTE68=
29+
github.com/containers/libhvee v0.3.0/go.mod h1:Zr2Qhnl5THW/HQjF1o8HmxXWjvHfJb8fvd0ThTzHMys=
3030
github.com/coreos/go-json v0.0.0-20230131223807-18775e0fb4fb h1:rmqyI19j3Z/74bIRhuC59RB442rXUazKNueVpfJPxg4=
3131
github.com/coreos/go-json v0.0.0-20230131223807-18775e0fb4fb/go.mod h1:rcFZM3uxVvdyNmsAV2jopgPD1cs5SPWJWU5dOz2LUnw=
3232
github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=

vendor/github.com/containers/libhvee/pkg/kvp/config.go

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/libhvee/pkg/kvp/kvp.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ github.com/aws/aws-sdk-go/service/sts/stsiface
7878
# github.com/beevik/etree v1.2.0
7979
## explicit; go 1.13
8080
github.com/beevik/etree
81-
# github.com/containers/libhvee v0.2.0
81+
# github.com/containers/libhvee v0.3.0
8282
## explicit; go 1.18
8383
github.com/containers/libhvee/pkg/kvp
8484
# github.com/coreos/go-json v0.0.0-20230131223807-18775e0fb4fb

0 commit comments

Comments
 (0)