forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 5
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
build(deps): bump docker/build-push-action from 2.7.0 to 4.0.0 #28
Open
dependabot
wants to merge
10,000
commits into
sdsc-0.17.3
Choose a base branch
from
dependabot/github_actions/docker/build-push-action-4.0.0
base: sdsc-0.17.3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
build(deps): bump docker/build-push-action from 2.7.0 to 4.0.0 #28
dependabot
wants to merge
10,000
commits into
sdsc-0.17.3
from
dependabot/github_actions/docker/build-push-action-4.0.0
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
* New version: py-importlib-resources 5.3.0 * Update var/spack/repos/builtin/packages/py-importlib-resources/package.py Co-authored-by: Adam J. Stewart <[email protected]> Co-authored-by: Adam J. Stewart <[email protected]>
…arding the return code (spack#27077)
* New versions: ipython 7.27.0 and 7.28.0 * Changes from MR (1/2) * Fix dep name (2/2)
This package had its url set to a github url and was then changed to a CRAN url. The checksums need to change as a result.
* New verion: py-html5lib 1.1 * Update var/spack/repos/builtin/packages/py-html5lib/package.py Co-authored-by: Adam J. Stewart <[email protected]> * Update var/spack/repos/builtin/packages/py-html5lib/package.py Co-authored-by: Adam J. Stewart <[email protected]> * Update package.py * Update package.py * Update package.py * Update package.py * Update var/spack/repos/builtin/packages/py-html5lib/package.py Co-authored-by: Adam J. Stewart <[email protected]> * Update var/spack/repos/builtin/packages/py-html5lib/package.py Co-authored-by: Adam J. Stewart <[email protected]> Co-authored-by: Adam J. Stewart <[email protected]>
* New version: py-deprecation 2.1.0 * Update package.py
* New versions of py-google-auth and py-google-auth-oauthlib * Update var/spack/repos/builtin/packages/py-google-auth/package.py Co-authored-by: Adam J. Stewart <[email protected]> Co-authored-by: Adam J. Stewart <[email protected]>
* New versions: py-gitdb 4.0.7, 4.0.8, 4.0.9 * Update var/spack/repos/builtin/packages/py-gitdb/package.py Co-authored-by: Adam J. Stewart <[email protected]> * Update package.py Co-authored-by: Adam J. Stewart <[email protected]>
* New versions of py-gitpython * Update package.py
…ns (spack#27084) * package/qgis: fix runtime issue, improve package file, add new versions * replace conflict with depends_on * tidy up Co-authored-by: sbulut <[email protected]>
…ck#29636) Currently `old_root` is computed by reading the symlink at `self.root`. We should be more defensive in removing it by checking that it is in the same directory as the new root. Otherwise, in the worst case, when someone runs `spack env create --with-view=./view -d .` and `view` already exists and is a symlink to `/`, Spack effectively runs `rm -rf /`.
Known issues reports only 2 issues, among the bugs reported on GitHub. One of the two is also outdated, since the issue has been solved with the new concretizer. Thus, this commit removes the section.
The status displayed in the terminal title could be wrong when doing distributed builds. For instance, doing `spack install glib` in two different terminals could lead to the current package being reported as `40/29` due to the way Spack handles retrying locks. Work around this by keeping track of the package IDs that were already encountered to avoid counting packages twice.
…ack#30042) Ubuntu patched git v2.25.1 with a security fix that also introduced a breaking change, so v2.25.1 behaves like v2.35.2 with respect to the use cases in CVE-2022-24765
Fedora updated git, so we need to apply, again, the workaround for CVE-2022-24765
- [x] Add `mkdir -p` and `chmod` to ensure `/home/spack-test` exists and has correct permissions. - [x] Remove version comments from dependabot-managed action commits - [x] Don't duplicate comment describing required fixes for distros with patched git
When an upstream is specified but the directory does not exist, don't create the directory for it, it might not be yours.
A non-existent upstream should not be fatal: it could only mean it is not deployed yet. In the meantime, it should not block the user to rebuild anything it needs. A warning is still emitted, to let the user decide if this is ok or not.
Fixes missing chgrp on symlinks in package installations, and errors on symlinks referencing non-existent or non-writable locations. Note: `os.chown(.., follow_symlinks=False)` is python3 only, but `os.lchown` exists in both versions.
…ge specs as a reference
…ge specs as a reference
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@a66e35b...3b5e802) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jan 31, 2023
mkandes
force-pushed
the
sdsc-0.17.3
branch
from
September 13, 2023 21:58
7581e69
to
0cf7ba9
Compare
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.
Bumps docker/build-push-action from 2.7.0 to 4.0.0.
Release notes
Sourced from docker/build-push-action's releases.
... (truncated)
Commits
3b5e802
Merge pull request #784 from crazy-max/enable-provenance02d3266
update generated contentf403daf
revert disable provenance by default if not set1104d47
Merge pull request #781 from crazy-max/disable-provenance838bf90
update generated content337a09d
disable provenance by default if not set37abced
Merge pull request #760 from crazy-max/test-envs67109bc
test: move envs to jest configd1b0eb0
Merge pull request #759 from crazy-max/fix-provenance-inputa0635fe
update generated contentDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)