-
Notifications
You must be signed in to change notification settings - Fork 310
Update the default HTCondor and packer versions #5921
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
base: develop
Are you sure you want to change the base?
Changes from 10 commits
c6b3849
0942260
412d190
61ef1b4
8a2f01f
6db1d04
49e6165
155bf44
28b5b3a
a004032
2f5188a
d46c380
c6a0786
022b818
965ade1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -18,7 +18,7 @@ | |||
| set -euo pipefail | ||||
|
|
||||
| TERRAFORM_VERSION="1.12.2" | ||||
| PACKER_VERSION="1.15.3" | ||||
| PACKER_VERSION="1.15.4" | ||||
|
toscar82 marked this conversation as resolved.
Outdated
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @Neelabh94 , packer has been reverted. I wish the previous packer version changes had this thorough test as well. My whole problem started with v1..94.0
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for the prompt update!
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you Neelabh! Once it is merged, then I'll prepare the next PR with extension of HTCondor project. This small change was to learn the process. |
||||
| OUTPUT_FILE="pkg/dependencies/checksums_generated.go" | ||||
|
|
||||
| mkdir -p "$(dirname "$OUTPUT_FILE")" | ||||
|
|
||||
Uh oh!
There was an error while loading. Please reload this page.