Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove semver module #32

Merged
merged 1 commit into from
May 8, 2024
Merged

Remove semver module #32

merged 1 commit into from
May 8, 2024

Conversation

mogul
Copy link
Contributor

@mogul mogul commented Mar 1, 2024

Reference this comment... This was a good idea that will not actually work because Terraform wants a static source value for modules.

I've updated the README.md to refer to v1.0.0, which is what we should tag once this is merged... Technically I broke backward compatibility when I removed the module, and I think it's time we start using a major version number to signal when that happens.


Reverts "Merge pull request #28 from 18F/add-semver-module"
This reverts commit 0b02d60, reversing changes made to 7db01d5.

This reverts commit 0b02d60, reversing
changes made to 7db01d5.

# Conflicts:
#	README.md
#	semver/tests/default/default.tf
@mogul mogul requested a review from rahearn March 1, 2024 20:58
@mogul
Copy link
Contributor Author

mogul commented May 2, 2024

@rahearn would you mind approving and merging this?

@rahearn
Copy link
Contributor

rahearn commented May 6, 2024

@rahearn would you mind approving and merging this?

sorry - just getting back into this repo. Before I approve, what is the intended use of the find-release-by-semver if not for what you tried to do?

@mogul
Copy link
Contributor Author

mogul commented May 8, 2024

what is the intended use of the find-release-by-semver if not for what you tried to do?

As an example, one might write HCL that uses that module to divine the newest gitref matching the supplied semver, then use that gitref to download and supply a .zip of that release for use in a cloudfoundry_app resource.

Copy link
Contributor

@rahearn rahearn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. I'm going to hold off on tagging anything quite yet and do a review of anything else we might want to get into that "1.0.0" release, since that's a bigger release than just a new major version.

@rahearn
Copy link
Contributor

rahearn commented May 8, 2024

1.0.0 milestone tracker: https://github.com/18F/terraform-cloudgov/milestone/1

@rahearn rahearn added this to the 1.0.0 milestone May 8, 2024
@mogul mogul merged commit 741353a into main May 8, 2024
12 checks passed
@mogul mogul deleted the remove-semver branch May 8, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants