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

Front end deployment changes #1

Open
wants to merge 400 commits into
base: develop
Choose a base branch
from
Open

Conversation

max-nag
Copy link
Owner

@max-nag max-nag commented Nov 10, 2023

No description provided.

cdunbar13 and others added 30 commits November 3, 2023 13:44
…leCloudPlatform#1904)

* Do not set role-label in expand, rely on module embedded labels;
* Add ghpc labels to packer module.
…e-trigger-fix2

Hotfix for vm-instance to allow image names to be used correctly
This commit fixes an issue in the ramble-setup module where the
requirements.txt file was always downloaded from the same repo
(regardless of the repo used for the `git clone` call). As a result, if
a ref was passed that was not available in the main repo, this module
would fail.

After making this change, the ramble and spack template files were
unified more and added to the duplicate-diff tool.
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.148.0 to 0.149.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.148.0...v0.149.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.13.0 to 0.14.0.
- [Commits](golang/sys@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.7.0...v1.8.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>
…heck-mod

Update stockout check to account for logging delay
…dependabot/go_modules/develop/github.com/spf13/cobra-1.8.0

Bump github.com/spf13/cobra from 1.7.0 to 1.8.0
…dependabot/go_modules/develop/golang.org/x/sys-0.14.0

Bump golang.org/x/sys from 0.13.0 to 0.14.0
…dependabot/go_modules/develop/google.golang.org/api-0.149.0

Bump google.golang.org/api from 0.148.0 to 0.149.0
…e-existing-vpc-failure-mechanism

Improve pre existing vpc failure mechanism
…me_fix

Fix name of HTCondor yum repository Ansible task
```
Plan: 0 to add, 0 to change, 58 to destroy
```
* Remove error-prone `errorMessage` map, replace with named constants and sentinel errors;
* Remove deprecated `go-lint` hook, rely on `go vet` instead.
mr0re1 and others added 30 commits December 8, 2023 12:23
**NO CODE CHANGES** just moving around.
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.4 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.4...41.0.6)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.14.0 to 0.15.0.
- [Commits](golang/sys@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.151.0 to 0.152.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.151.0...v0.152.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.10.0...v1.11.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>
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.10.0 to 5.10.1.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.10.0...v5.10.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Legacy metadata to be removed, added comment.
Use older release until we address the code changes required by
terraform-linters/tflint-ruleset-terraform#133
Making CloudSQL to use internal IP address instead of external for Slurm Accounting DB.
Add Cloud Logging to required APIs for Packer module
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.