golang-fips / go

Repository for FIPS enabled Go using OpenSSL
BSD 3-Clause "New" or "Revised" License
68 stars 24 forks source link

Plans for tags/releases for the project? #13

Open vishaltak opened 2 years ago

vishaltak commented 2 years ago

Hello Team 👋🏼

Since the project has moved from Pagure to this repository, no tags/releases have been created in this repository. We plan to use this repository to build s FIPS-enabled-Go for our environment. Currently, we are building from the relevant branches. However, it is generally recommended to use tags/releases instead of branches.

Questions

Thanks 🙇🏼

derekparker commented 2 years ago

Thanks for opening this issue! We will be syncing tags over to this repo, it just hasn't happened yet. I'll make sure to sync them soon!

stanhu commented 2 years ago

@derekparker Thanks for pushing the Go 1.17.10 tag. Would you be able to push tags for the earlier versions?

bosdhill commented 2 years ago

As an aside, I've noticed that the go version in the VERSIONS file didn't get updated in the 1.18.2 release https://github.com/golang-fips/go/blob/go1.18.2-1-openssl-fips/VERSION

derekparker commented 2 years ago

As an aside, I've noticed that the go version in the VERSIONS didn't get updated in the 1.18.2 release https://github.com/golang-fips/go/blob/go1.18.2-1-openssl-fips/VERSION

Great catch, we'll make sure to get that updated in the next rebase (or possibly before).

twk3 commented 2 years ago

@derekparker with the 1.17.13 change merged, can we get a tagged release for that version?

derekparker commented 2 years ago

@twk3 I've tagged 1.17.13 and 1.18.5. I will tag 1.18.6 when it's merged.

twk3 commented 2 years ago

@derekparker many thanks! Sorry I had been looking at the releases page, and didn't notice you had tagged.