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

Bump covalent-slurm-plugin from 0.16.0rc0 to 0.18.0 #1869

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Bumps covalent-slurm-plugin from 0.16.0rc0 to 0.18.0.

Release notes

Sourced from covalent-slurm-plugin's releases.

v0.18.0

[0.18.0] - 2024-01-26

Added

  • ssh_key_file and cert_file paths will now be expanded and resolved to their absolute paths instead of requiring to be absolute in the first place.
  • Added ignore_versions parameter to SlurmExecutor to allow for ignoring the versions of python, covalent and cloudpickle when submitting jobs on the remote machine.
  • Added further improved error messages in the slurm script.
  • Added docker file and its dependent files so that the plugin can be tested using a docker container running slurm.
  • Added README.md for the docker tests with steps to manually test the plugin.

Changed

  • Changed the strict version pin of aiofiles to be >= instead of ==.

Removed

  • Excluding tests from the built package.
  • Removed python version pin for pre-commit hooks.

[0.17.0] - 2024-01-19

Added

  • add a new variables parameter for environment variables
  • add a new error-catching python execution script (add new module)
  • add checks inside submit script for covalent and cloudpickle versions
  • clean up job script creation (add new module)
  • export COVALENT_CONFIG_DIR=/tmp inside sbatch script to enable filelock

Changed

  • update plugin defaults to use BaseModel instead of dict
  • change to actually get errors from these checks
  • use Path everywhere instead of os.path operations
  • allow poll_freq >= 10 seconds, instead of 60 seconds
  • misc. cleanups and refactoring
  • Aesthetics and string formatting
  • remove addition of COVALENT_CONFIG_DIR=/tmp to sbatch script
  • Removed the sshproxy interface.
  • Updates init signature kwargs replaced with parent for better documentation.
  • Updated license to Apache

Docs

  • Add missing , to README.

v0.16.0

[0.16.0] - 2023-05-12

... (truncated)

Changelog

Sourced from covalent-slurm-plugin's changelog.

[0.18.0] - 2024-01-26

Added

  • ssh_key_file and cert_file paths will now be expanded and resolved to their absolute paths instead of requiring to be absolute in the first place.
  • Added ignore_versions parameter to SlurmExecutor to allow for ignoring the versions of python, covalent and cloudpickle when submitting jobs on the remote machine.
  • Added further improved error messages in the slurm script.
  • Added docker file and its dependent files so that the plugin can be tested using a docker container running slurm.
  • Added README.md for the docker tests with steps to manually test the plugin.

Changed

  • Changed the strict version pin of aiofiles to be >= instead of ==.

Removed

  • Excluding tests from the built package.
  • Removed python version pin for pre-commit hooks.

[0.17.0] - 2024-01-19

Added

  • add a new variables parameter for environment variables
  • add a new error-catching python execution script (add new module)
  • add checks inside submit script for covalent and cloudpickle versions
  • clean up job script creation (add new module)
  • export COVALENT_CONFIG_DIR=/tmp inside sbatch script to enable filelock

Changed

  • update plugin defaults to use BaseModel instead of dict
  • change to actually get errors from these checks
  • use Path everywhere instead of os.path operations
  • allow poll_freq >= 10 seconds, instead of 60 seconds
  • misc. cleanups and refactoring
  • Aesthetics and string formatting
  • remove addition of COVALENT_CONFIG_DIR=/tmp to sbatch script
  • Removed the sshproxy interface.
  • Updates init signature kwargs replaced with parent for better documentation.
  • Updated license to Apache

Docs

  • Add missing , to README.

[0.16.0] - 2023-05-12

Added

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [covalent-slurm-plugin](https://github.com/AgnostiqHQ/covalent-slurm-plugin) from 0.16.0rc0 to 0.18.0.
- [Release notes](https://github.com/AgnostiqHQ/covalent-slurm-plugin/releases)
- [Changelog](https://github.com/AgnostiqHQ/covalent-slurm-plugin/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/AgnostiqHQ/covalent-slurm-plugin/commits/v0.18.0)

---
updated-dependencies:
- dependency-name: covalent-slurm-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Dependency update or issue python Pull requests that update Python code labels Mar 11, 2024
@buildbot-princeton
Copy link
Collaborator

Can one of the admins verify this patch?

@Andrew-S-Rosen Andrew-S-Rosen merged commit a29662a into main Mar 11, 2024
18 checks passed
@Andrew-S-Rosen Andrew-S-Rosen deleted the dependabot/pip/covalent-slurm-plugin-0.18.0 branch March 11, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency update or issue python Pull requests that update Python code
Development

Successfully merging this pull request may close these issues.

2 participants