Skip to content

Releases: erichte-ibm/secvarctl

v1.1.1-rc3

10 Oct 15:50
Compare
Choose a tag to compare
v1.1.1-rc3 Pre-release
Pre-release
ci: why

Signed-off-by: Eric Richter <[email protected]>

v1.1.1-rc2

10 Oct 15:32
Compare
Choose a tag to compare
v1.1.1-rc2 Pre-release
Pre-release
ci: use IMAGE_NAME as artifact name

Signed-off-by: Eric Richter <[email protected]>

v1.0.0-rc3test

08 Dec 20:15
Compare
Choose a tag to compare
v1.0.0-rc3test Pre-release
Pre-release
generic: fix static builds by removing unnecessary header include

Introduced in 74c5b430 .

While reworking buffer types, a header include got added to the top of
generic.c (likely automatically placed by an editor). This header does
not seem to be present in the alpine build environment, thus causing the
static builds to fail.

Since this header is not even needed, it can be removed.

Signed-off-by: Eric Richter <[email protected]>

v1.0.0-final

13 Sep 20:50
Compare
Choose a tag to compare
v1.0.0-final Pre-release
Pre-release
CI: add tagged release workflow

Upon pushing a tag with the name "v*", this workflow will now:
 1. build and execute all tests for both make and cmake
 2. run all static analysis and formatting checks
Assuming successful execution of the above:
 3. build RPMs for fedora, el, suse for both x86_64 and ppc64le
 4. build a static binaries for x86_64 and ppc64le
Assuming successful execution of the above:
 5. generate a new release in GitHub, and attach all the build artifacts

New build targets can be added to the build matrix in the release.yml
workflow, though some additional work may be needed to support a new
distro target (e.g. adding debian-based distros will need their own
build script)

Signed-off-by: Eric Richter <[email protected]>

v1.0-ugh

13 Sep 16:29
Compare
Choose a tag to compare
v1.0-ugh Pre-release
Pre-release
maybe?

Signed-off-by: Eric Richter <[email protected]>

v1.0.11

07 Sep 15:48
Compare
Choose a tag to compare
rename suse rpms so that have an identifiable name

Signed-off-by: Eric Richter <[email protected]>

v1.0.10

06 Sep 22:04
Compare
Choose a tag to compare
expand rpmbuild topdir instead of switching

v1.0.9

06 Sep 21:42
Compare
Choose a tag to compare
remove extraneous dockerfiles, rename build.sh to build-rpm.sh

Signed-off-by: Eric Richter <[email protected]>

v1.0.8

06 Sep 21:26
Compare
Choose a tag to compare
why can't i spell

Signed-off-by: Eric Richter <[email protected]>

v1.0.2

06 Sep 18:48
Compare
Choose a tag to compare
add bash to alpine

Signed-off-by: Eric Richter <[email protected]>