-
Notifications
You must be signed in to change notification settings - Fork 161
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.17.0 #1276
Merged
Merged
Release v1.17.0 #1276
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
* Remove examples folder; * Add bool inputs `install_cloud_ops_agent` and `install_ansible`; * Deprecate `prepend_ansible_installer` input.
…ls (#1086) ``` blueprint_name: lucky vars: { deployment_name: mango } deployment_groups: - group: red modules: - {id: emb, source: modules/green} - {id: dev, source: ./modules/green} - {id: rel, source: ../../../../../../../tmp/green/} - {id: abs, source: /tmp/green} $ terraform -chdir=mango/red init Initializing modules... - abs in modules/green-b6a4 - dev in modules/green-c71e - emb in modules/embedded/modules/green - rel in modules/green-b6a4 $ tree mango/red/ -d mango/red/ └── modules ├── embedded │ ├── community │ │ └── modules │ │ ├── compute │ │ │ ├── htcondor-execute-point │ │ ... │ └── modules │ ├── compute │ │ └── vm-instance │ ├── green │ ... ├── green-b6a4 └── green-c71e ```
Co-authored-by: soumyapani <[email protected]> Co-authored-by: Carlos Boneti <[email protected]>
Adds a gke-cluster module to community
Signed-off-by: Carlos Boneti <[email protected]>
DAOS docs update
Primitive cty.Types => corresonding HCL type; List, Set, and Tuple cty.Type => `list` (!sic, not `list(any)`) Else => `any`.
Add basic documentation for gke-cluster module and example
Updating packer documentation to make usage easier to find
``` $ terraform plan ... Plan: 49 to add, 3 to change, 0 to destroy. ```
``` $ ./babysit_tests.py a26a225 PR-validation PR-main-Integration-Group-3 -r 3 -c 2 found 2 builds: PENDING PR-main-Integration-Group-3 https://console.cloud.google.com/cloud-build/builds/74fa4c3e-2e3c-46c1-8be6-2a1568cf3ab5?project=508417052821 FAILURE PR-validation https://console.cloud.google.com/cloud-build/builds/a0b1856e-7609-4ea8-a8aa-f7565bed39b1?project=508417052821 approve PENDING PR-main-Integration-Group-3 https://console.cloud.google.com/cloud-build/builds/74fa4c3e-2e3c-46c1-8be6-2a1568cf3ab5?project=508417052821 status update: PENDING > WORKING PR-main-Integration-Group-3 https://console.cloud.google.com/cloud-build/builds/74fa4c3e-2e3c-46c1-8be6-2a1568cf3ab5?project=508417052821 retry FAILURE PR-validation https://console.cloud.google.com/cloud-build/builds/a0b1856e-7609-4ea8-a8aa-f7565bed39b1?project=508417052821 status update: NONE > QUEUED PR-validation https://console.cloud.google.com/cloud-build/builds/a2263260-392e-4fb0-bf7a-9926cf9f1c89?project=508417052821 status update: QUEUED > WORKING PR-validation https://console.cloud.google.com/cloud-build/builds/a2263260-392e-4fb0-bf7a-9926cf9f1c89?project=508417052821 status update: WORKING > FAILURE PR-validation https://console.cloud.google.com/cloud-build/builds/a2263260-392e-4fb0-bf7a-9926cf9f1c89?project=508417052821 retry FAILURE PR-validation https://console.cloud.google.com/cloud-build/builds/a2263260-392e-4fb0-bf7a-9926cf9f1c89?project=508417052821 status update: NONE > QUEUED PR-validation https://console.cloud.google.com/cloud-build/builds/2766a3e6-cf11-407f-99c1-ce49cfe58f32?project=508417052821 status update: QUEUED > WORKING PR-validation https://console.cloud.google.com/cloud-build/builds/2766a3e6-cf11-407f-99c1-ce49cfe58f32?project=508417052821 status update: WORKING > FAILURE PR-validation https://console.cloud.google.com/cloud-build/builds/2766a3e6-cf11-407f-99c1-ce49cfe58f32?project=508417052821 retry FAILURE PR-validation https://console.cloud.google.com/cloud-build/builds/2766a3e6-cf11-407f-99c1-ce49cfe58f32?project=508417052821 ... ```
…ild after creation.
Setting headers explicitly created noise durring `terraform apply`. See hashicorp/terraform-provider-google#12998
Improve variable references
* Fix bug: using copy value for chain-compare while updating original one; * Fix bug: using missing key from `errorMessages`;
* Add "Golden copy" test runner with single test * Address comments
* Add missing files for golden copy test; * Check if there are any untracked files in golden copy; * Ignore `previous_deployment_groups`; * Add `validate_golden_copy` to `make tests`
* Add golden copy tests for terraform IGC * Improve usability of validate_golden_copy by printing absolute pathes
Add license to generated YAML files
Update PR template to remove checklist
- upgrade to sqlparse 0.4.4 in Open Front End
Address security alert CVE-2023-30608
- use gcc-12 to compile NVIDIA GRID drivers to align with cc used to compile kernel - fix invocation of --silent option
Note that failing tests are:
I believe it is acceptable to merge with both of these. |
nick-stroud
approved these changes
May 4, 2023
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.
Key New Features
New Modules
gke-cluster
: module to create a Google Kubernetes Engine (GKE) clustergke-node-pool
: module to create a Google Kubernetes Engine (GKE) node poolModule Improvements
startup-script
: replace example scripts with bool inputscustom-image
: addedimage_storage_locations
inputcustom-image
: use a unique Packer SSH username to avoid clashes with previous Packer buildshtcondor-configure
: address need for SystemD overridehtcondor-configure
: ensure that a central manager optimization is configured even when high availability is not enabledchrome-remote-desktop
: updated for Slurm image supportImprovements
Version updates
schedmd-slurm-gcp-v5-controller
: update SchedMD modules to 5.6.3