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

Prepare Flintrock 2.1.0 release #369

Merged
merged 15 commits into from
Nov 27, 2023
Merged

Prepare Flintrock 2.1.0 release #369

merged 15 commits into from
Nov 27, 2023

Conversation

nchammas
Copy link
Owner

@nchammas nchammas commented Nov 26, 2023

This PR makes the following changes:

  • Tweak the license file so GitHub recognizes it.
  • Fix a mistake in the manifest file so the change log is included as intended.
  • Update the default Amazon Linux 2 AMI.
  • Update and trim the main README a bit.
  • Adopt pyproject.toml. It is "strongly recommended" and commands like python setup.py sdist bdist_wheel are deprecated in favor of python -m build.
  • Trim outdated comments and pin of cryptography from setup.py.
  • Update testing code for setting up private VPC.

I tested this PR by manually packaging, installing, and testing Flintrock in an isolated environment:

python -m venv venv
source venv/bin/activate
pip install https://github.com/nchammas/flintrock/archive/release-prep.zip
flintrock --help
flintrock launch ...

Related to #359.

@nchammas nchammas merged commit 5d4e653 into master Nov 27, 2023
11 checks passed
@nchammas nchammas deleted the release-prep branch November 27, 2023 05:26
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.

1 participant