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

Release v1.27.0 #2101

Merged
merged 269 commits into from
Jan 10, 2024
Merged

Release v1.27.0 #2101

merged 269 commits into from
Jan 10, 2024

Conversation

nick-stroud
Copy link
Collaborator

@nick-stroud nick-stroud commented Jan 9, 2024

What's Changed

Key New Features 🎉

New Modules 🧱

Module Improvements 🔨

Improvements 🛠

Version Updates ⏫

Bug fixes 🐞

New Contributors

Full Changelog: v1.26.1...v1.27.0

Submission Checklist

Please take the following actions before submitting this pull request.

  • Fork your PR branch from the Toolkit "develop" branch (not main)
  • Test all changes with pre-commit in a local branch #
  • Confirm that "make tests" passes all tests
  • Add or modify unit tests to cover code changes
  • Ensure that unit test coverage remains above 80%
  • Update all applicable documentation
  • Follow Cloud HPC Toolkit Contribution guidelines #

max-nag and others added 30 commits October 27, 2023 10:07
Make partition table wider
Creation of script to check upcoming maintenance on nodes
Fix: variable takes structured data when set
nick-stroud and others added 21 commits December 19, 2023 19:05
Bump golang.org/x/crypto to 0.17.0
Perform spack and ramble actions with system user
Slurm6. Add support for `enable_slurm_gcp_plugins`
Update Rocky image to older version for lustre compatibility
Disable user interactive prompt in start-up script in quantum circuit simulator
Support explicit reserved_ip_range for Filestore instances
The existing script attempts installation wheel and setuptools even if
the current versions are already installed. The standard output appears
harmless:

Requirement already satisfied: setuptools==59.6.0 in /usr/local/ghpc-venv/lib/python3.8/site-packages (59.6.0)
Requirement already satisfied: wheel==0.37.1 in /usr/local/ghpc-venv/lib/python3.8/site-packages (0.37.1)

But, this command actually generates traffic to the public internet.
This causes failure when the script is run once in an image building
environment (with public internet access) and then re-run in an
environment without access to the internet. These changes skip package
installation entirely when it's not necessary.
Adopt gcloud storage over gsutil by default
Simplify yaml marshalling for expressions
Skip upgrade of wheel/setuptools if already installed
Support use of http/https proxy for pip/apt/yum package managers
Update version for 1.27.0 release
@nick-stroud nick-stroud changed the title Release Release v1.27.0 Jan 9, 2024
{% endif %}
{{ object.get_status_display }}
{% if object.grafana_dashboard_url %}
&nbsp;&nbsp;&nbsp;<a href="{{object.grafana_dashboard_url}}" target="_blank">Grafana Dashboard</a>

Check warning

Code scanning / CodeQL

Potentially unsafe external link Medium

External links without noopener/noreferrer are a potential security risk.
@tpdownes tpdownes self-requested a review January 9, 2024 22:51
@nick-stroud nick-stroud merged commit fcdc5e5 into main Jan 10, 2024
38 checks passed
@nick-stroud nick-stroud deleted the release-candidate branch January 10, 2024 01:12
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.