-
Notifications
You must be signed in to change notification settings - Fork 141
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
Release v1.27.0 #2101
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…or Slurm accounting
Make partition table wider
… live-reconfigure
Creation of script to check upcoming maintenance on nodes
Fix: variable takes structured data when set
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
{% endif %} | ||
{{ object.get_status_display }} | ||
{% if object.grafana_dashboard_url %} | ||
<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.
Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7
mr0re1
approved these changes
Jan 9, 2024
tpdownes
approved these changes
Jan 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's Changed
Key New Features 🎉
New Modules 🧱
Module Improvements 🔨
enable_slurm_gcp_plugins
by @mr0re1 in Slurm6. Add support forenable_slurm_gcp_plugins
#2066Improvements 🛠
vm-instance
is now able touse
a service account by @nick-stroud invm-instance
is now able touse
a service account #2051Version 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.