Skip to content

Conversation

@heyealex
Copy link
Contributor

Submission Checklist

  • Have you installed and run this change against pre-commit? (pre-commit install)
  • Are all tests passing? (make tests)
  • Have you written unit tests to cover this change?
  • Is unit test coverage still above 80%?
  • Have you updated all applicable documentation?
  • Have you followed the guidelines in our Contributing document?

danielahlin and others added 30 commits July 8, 2022 10:34
Add strict positional arguments checking to the create and expand
Bumps [gopkg.in/yaml.v3](https://github.com/go-yaml/yaml) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/go-yaml/yaml/releases)
- [Commits](go-yaml/yaml@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Deprecating
- var.primary_subnetwork
- var.additional_subnetworks
- var.subnetwork_size

In favor of
- var.subnetworks
- var.default_primary_subnetwork_size

Documented deprecation and transition plan for users
Fix link to login node in modules README
Allow explicitly-defined IP ranges in VPCs
Match VPC README note to Toolkit style
- support boot-time installation of HTCondor and rebooting machines by
  not explicitly stopping / disabling condor.service (otherwise, upon
  reboot it will start/stop/start)
- do not recurse into tokens directory to modify permissions of files
Bring develop up to date with main
Co-authored-by: Ross Thomson <jrossthomson@google.com>
Co-authored-by: Burt Holzman <burt@fnal.gov>
Co-authored-by: Orion Martin <martinop@google.com>
Update HTCondor installation module
…s/develop/gopkg.in/yaml.v3-3.0.1

Bump gopkg.in/yaml.v3 from 3.0.0 to 3.0.1
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.6.1 to 1.6.2.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](hashicorp/go-getter@v1.6.1...v1.6.2)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/zclconf/go-cty/releases)
- [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
- [Commits](zclconf/go-cty@v1.9.1...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/zclconf/go-cty
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Add always wait option to wait-for-startup module
…s/develop/github.com/zclconf/go-cty-1.10.0

Bump github.com/zclconf/go-cty from 1.9.1 to 1.10.0
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.6.0 to 1.8.2.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.6.0...v1.8.2)

---
updated-dependencies:
- dependency-name: github.com/spf13/afero
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…s/develop/github.com/hashicorp/go-getter-1.6.2

Bump github.com/hashicorp/go-getter from 1.6.1 to 1.6.2
…s/develop/github.com/spf13/afero-1.8.2

Bump github.com/spf13/afero from 1.6.0 to 1.8.2
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.5.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.2.1...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…s/develop/github.com/spf13/cobra-1.5.0

Bump github.com/spf13/cobra from 1.2.1 to 1.5.0
tpdownes and others added 23 commits July 14, 2022 13:04
Print instance ID and information in daily tests
Improve ansible installation reliability
* Advertise HTCondor within Toolkit

- create public example under community
- add section in example README
- remove functionality warnings in modules
- add links to public example in module READMEs
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.8.2...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/afero
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…s/develop/github.com/spf13/afero-1.9.0

Bump github.com/spf13/afero from 1.8.2 to 1.9.0
Ignore threads_per_core for unsupported machine types in vm-instance
Add basic Cloud Batch integration test
- Re-enable OS Login
- Add example job
- Disable public IP and steer toward IAP tunnel for SSH
This is to include the fixes in
DDNStorage/exascaler-cloud-terraform#11 to
remove the use of a deprecated terraform API which could cause some
blocking issues on the newest versions of terraform

Fixes #445
Updating DDN community module to Cloud 6.0.1
@tpdownes tpdownes assigned heyealex and unassigned tpdownes Jul 25, 2022
@heyealex heyealex merged commit b6f46fe into main Jul 25, 2022
@heyealex heyealex deleted the release-v1.2.0 branch July 25, 2022 21:42
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.

5 participants