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.16.0 #1147

Merged
merged 160 commits into from
Apr 11, 2023
Merged

Release v1.16.0 #1147

merged 160 commits into from
Apr 11, 2023

Conversation

mr0re1
Copy link
Collaborator

@mr0re1 mr0re1 commented Apr 10, 2023

Improvements

  • New simple Lustre example. (blueprint, documentation)
  • htcondor-execute-point: Added option to HTCondor autoscaler for minimum number of idle VMs to decrease job startup time.
  • htcondor-execute-point: Added option to set boot disk size.
  • New validator reports unused deployment variables. (documentation)
  • Expanded options for skipping individual validators. (documentation)
  • terraform.tfvars file generated in the deployment folder is written in stable order, making it easier to track in version control.
  • Test and documentation updates.

Version updates

  • Slurm V5 modules minor update v5.6.0 > v5.6.2 (full changelog)
    • Now compatible with Terraform 1.4.0.
    • Resume failures now notify srun of the error.
    • setup.log now discoverable in GCP Cloud Logger.
    • Fix slurm and slurm-gcp logs not showing up in Cloud Logging.

dependabot bot and others added 30 commits March 13, 2023 11:06
Bumps [googleapis-common-protos](https://github.com/googleapis/python-api-common-protos) from 1.54.0 to 1.58.0.
- [Release notes](https://github.com/googleapis/python-api-common-protos/releases)
- [Changelog](https://github.com/googleapis/python-api-common-protos/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-api-common-protos@v1.54.0...v1.58.0)

---
updated-dependencies:
- dependency-name: googleapis-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.20.4 to 0.21.0.
- [Release notes](https://github.com/httplib2/httplib2/releases)
- [Changelog](https://github.com/httplib2/httplib2/blob/master/CHANGELOG)
- [Commits](httplib2/httplib2@v0.20.4...v0.21.0)

---
updated-dependencies:
- dependency-name: httplib2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.13.3 to 1.15.0.
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](GrahamDumpleton/wrapt@1.13.3...1.15.0)

---
updated-dependencies:
- dependency-name: wrapt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 3.1.5 to 3.2.1.
- [Release notes](https://github.com/django-extensions/django-extensions/releases)
- [Changelog](https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md)
- [Commits](django-extensions/django-extensions@3.1.5...3.2.1)

---
updated-dependencies:
- dependency-name: django-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Migrate settings for each MIG autoscaler to a SystemD configuration file
Will now update Classad immediately upon negotiation cycle
Add support for minimum # of idle VMs
…unity/front-end/ofe/develop/googleapis-common-protos-1.58.0

Bump googleapis-common-protos from 1.54.0 to 1.58.0 in /community/front-end/ofe
…unity/front-end/ofe/develop/httplib2-0.21.0

Bump httplib2 from 0.20.4 to 0.21.0 in /community/front-end/ofe
…unity/front-end/ofe/develop/wrapt-1.15.0

Bump wrapt from 1.13.3 to 1.15.0 in /community/front-end/ofe
Bumps [grpcio-status](https://grpc.io) from 1.43.0 to 1.51.3.

---
updated-dependencies:
- dependency-name: grpcio-status
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…unity/front-end/ofe/develop/django-extensions-3.2.1

Bump django-extensions from 3.1.5 to 3.2.1 in /community/front-end/ofe
* Remove `ModuleToGroup` from `DeploymentConfig`, as it duplicates state.
* Remove passing `modToGrp` around;
* Fix bug in `expandSimpleVariable` IGC-case.
Add enforcement of minimum # of idle VMs to HTCondor autoscaler
…unity/front-end/ofe/develop/grpcio-status-1.51.3

Bump grpcio-status from 1.43.0 to 1.51.3 in /community/front-end/ofe
Co-authored-by: Ivan Orlov <orlov@google.com>
Update year of Terraform deployment license
```
$ ./ghpc create tools/validate_configs/test_configs/use-resources.yaml -l ERROR --vars="project_id=io-playground"
module homefs uses module network1, but matching setting and outputs were not found. This may be because the value is set explicitly or set by a prior used module
module slurm_login uses module homefs, but matching setting and outputs were not found. This may be because the value is set explicitly or set by a prior used module
module slurm_login uses module scratchfs, but matching setting and outputs were not found. This may be because the value is set explicitly or set by a prior used module
module slurm_login uses module projectsfs, but matching setting and outputs were not found. This may be because the value is set explicitly or set by a prior used module
One or more used modules could not have their settings and outputs linked.
error: validator test_module_not_used failed
```
…test

Add an integration test for chrome-remote-desktop module
Fix: dependabot proposed incompatible requirements
Add retries to apt tasks in chrome-remote-desktop to account for lock contention with unattended-upgrades
cboneti and others added 25 commits March 31, 2023 09:18
Fixing issue #1096, and dependency conflicts for OFE.
Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.17.0 to 2.17.1.
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.17.0...v2.17.1)

---
updated-dependencies:
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [django-allauth](https://github.com/pennersr/django-allauth) from 0.53.1 to 0.54.0.
- [Release notes](https://github.com/pennersr/django-allauth/releases)
- [Changelog](https://github.com/pennersr/django-allauth/blob/master/ChangeLog.rst)
- [Commits](pennersr/django-allauth@0.53.1...0.54.0)

---
updated-dependencies:
- dependency-name: django-allauth
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Simplify test_module_not_used implementation
…unity/front-end/ofe/develop/django-allauth-0.54.0

Bump django-allauth from 0.53.1 to 0.54.0 in /community/front-end/ofe
…unity/front-end/ofe/develop/google-auth-2.17.1

Bump google-auth from 2.17.0 to 2.17.1 in /community/front-end/ofe
Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 3.1.5 to 3.2.1.
- [Release notes](https://github.com/django-extensions/django-extensions/releases)
- [Changelog](https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md)
- [Commits](django-extensions/django-extensions@3.1.5...3.2.1)

---
updated-dependencies:
- dependency-name: django-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…unity/front-end/ofe/develop/django-extensions-3.2.1

Bump django-extensions from 3.1.5 to 3.2.1 in /community/front-end/ofe
Track explicit connections between modules
Add ability to set disk size for htcondor execute point
Add terraform module `tools/cloud-build/provision` to manage all test infrastructure.
In this PR define following triggers and schedule them:
* `DAILY-project-cleanup`
* `WEEKLY-build-dependency-check`
* `WEEKLY-builder-image`
* `ZEBUG-fast-build-failure`
* `ZEBUG-fast-build-success`
@nick-stroud
Copy link
Collaborator

Note: Legacy build triggers all passed. Ignoring new build triggers that are only on develop at this point.

@nick-stroud nick-stroud merged commit 8bac6ec into main Apr 11, 2023
@nick-stroud nick-stroud deleted the release-candidate branch April 11, 2023 00:54
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.

7 participants