Skip to content

20241214.00

Choose a tag to compare

@guesttestinfra-bot guesttestinfra-bot released this 14 Dec 00:44
· 2 commits to 65aae59f91b5338905f64691075950d583b66d54 since this release
4e2ce5c
Remove pat from owners (#156)

* build: remove oslogin_sshca from binaries list

Remove oslogin_sshca from the list of binaries as it is not a binary
but a shared object.

* utils: don't directly include json libs header

We want to have the opaque include in the case of json lib headers,
we've seen a shift of these header over the years by hiding them
behind json.h allows us to not have to handle backward compatibility
include strategies - being able to build for older systems such as
el8.

* Remove Pat from owners file.