stackbuilders / nixpkgs-terraform

A collection of Terraform versions that are automatically updated.
MIT License
71 stars 4 forks source link

terraform 1.8.0 ? #67

Closed sentientmonkey closed 7 months ago

sentientmonkey commented 7 months ago

I see that terraform 1.8.0 just released

https://github.com/hashicorp/terraform/releases/tag/v1.8.0

Is there an ETA on when this will be available for nixkpgs-terraform?

oscar-izval commented 7 months ago

Hey @sentientmonkey!

We have a CI job running weekly to keep the list of supported versions updated. It should run this Sunday and be available immediately after. That being said, I wouldn't be against running that more frequently, would that be useful to you?

@sestrella thoughts?

sentientmonkey commented 7 months ago

More often would be great! This helps when folks have terraform cloud set to latest. Having to wait for the nixpkgs unstable means we don't have a local install option for a bit.

sestrella commented 7 months ago

@oscar-izval seems like a great idea; perhaps running it twice a week would be a good move.

oscar-izval commented 7 months ago

I was thinking we could even do it daily, especially considering that 1.8 was released yesterday and we are already late. Besides, CI costs are negligible at this point.

sestrella commented 7 months ago

@oscar-izval sounds good. Would you mind submitting a PR updating the schedule for the job?

sestrella commented 7 months ago

@sentientmonkey Terraform 1.8.0 was included in the latest release:

https://github.com/stackbuilders/nixpkgs-terraform/releases/tag/v3.2.0

sentientmonkey commented 7 months ago

Thanks so much! ❤️