-
Notifications
You must be signed in to change notification settings - Fork 426
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
R3.8.2 #6160
Merged
Merged
R3.8.2 #6160
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
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux) from 1.8.3 to 1.8.4. - [Release notes](https://github.com/opencontainers/selinux/releases) - [Commits](opencontainers/selinux@v1.8.3...v1.8.4) --- updated-dependencies: - dependency-name: github.com/opencontainers/selinux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](google/uuid@v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ster/github.com/google/uuid-1.3.0 chore(deps): bump github.com/google/uuid from 1.2.0 to 1.3.0
Merge release-3.8 into master
…ster/github.com/opencontainers/selinux-1.8.4 Bump github.com/opencontainers/selinux from 1.8.3 to 1.8.4
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.15.0 to 5.15.2. - [Release notes](https://github.com/containers/image/releases) - [Commits](containers/image@v5.15.0...v5.15.2) --- updated-dependencies: - dependency-name: github.com/containers/image/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ster/github.com/containers/image/v5-5.15.2 chore(deps): bump github.com/containers/image/v5 from 5.15.0 to 5.15.2
Sometime the Debian arch string is not identical to the `runtime.GOARCH` value for a platform. Map from `runtime.GOARCH` to the Debian arch to address this. Fixes: singularity-ce apptainer#204
When the destination of a line in the `%files` section is ommitted, the file should be copied to the same full path within the destination rootfs as it is in the source. Previously we naively set dst = src in this case, but src might be a globbing pattern. In this case the file copy destination was the glob pattern, not the matched path(s) after globbing. Handle a blank "" dest in the CopyFromHost / CopyFromStage functions, where globbing occurs. Copy to the correct full path after globbing. Update tests to capture this behavior. Fixes apptainer#196
`singularity delete` would accept a hostname in the library:// URI provided, but would perform the request against the default remote. Fix this, so it is handled in the same way as for push/pull. Fixes singularity-ce apptainer#243
Be much more explicit in what a remote endpoint is vs OCI credentials. Generally expand the descriptive text.
Repeated `remote login` with the same URI can cause duplicate `Credentials` entries in `~/remote.yaml`. Ensure a `remote login` with an existing configured URI replaces the existing entry. Make `remote logout` remove all entries to clean up the result of this bug. Fixes apptainer#214
The Sylabs lolcow image has been modified so that it no longer uses `fortune`, which produced offensive output. Ensure all references to a lolcow image are to the fixed Sylabs version. Fixes apptainer#248
If the system page size is not 2MB just test cgroups without a hugetlb limit, rather than putting in more complex logic to work up configs for different page sizes. Fixes #9
When the source in a `%files` entry is a glob that matches multiple files, and the destination is `""`, make sure we always set the correct real destination for each file. Fixes apptainer#261
We were previously setting `--user-xattrs` / `--no-xattrs` based on the current euid when calling `unsquashfs`. However, in a non-setuid install `--fakeroot` build the euid is 0, so the flags will not be set. On distributions other than EL / Fedora (i.e. Debian / Ubuntu which are not selinux native), this can cause failed extraction. Decide if we are performing a rootless extraction based on the host uid, outside of any namespace that is in play. Fixes: apptainer#266
Bumps [github.com/sylabs/scs-build-client](https://github.com/sylabs/scs-build-client) from 0.1.6 to 0.2.1. - [Release notes](https://github.com/sylabs/scs-build-client/releases) - [Commits](sylabs/scs-build-client@v0.1.6...v0.2.1) --- updated-dependencies: - dependency-name: github.com/sylabs/scs-build-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Pull in PRs from sylabs/singularity 3.8.2 release
Changes to exit handling with the implementation of trap in mvdan.cc/sh mean that we need to interpret individual `syntax.Stmt`, rather than a full parsed `syntax.File` when we are handling built-ins prefixed with `\` in `internalExecHandler`. Fixes sylabs/singularity#274
Merge sylabs pr 278
…ster/github.com/sylabs/scs-build-client-0.2.1 chore(deps): bump github.com/sylabs/scs-build-client from 0.1.6 to 0.2.1
Bumps [github.com/hpcng/sif](https://github.com/hpcng/sif) from 1.5.1 to 1.6.0. - [Release notes](https://github.com/hpcng/sif/releases) - [Commits](apptainer/sif@v1.5.1...v1.6.0) --- updated-dependencies: - dependency-name: github.com/hpcng/sif dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…ster/github.com/hpcng/sif-1.6.0 chore(deps): bump github.com/hpcng/sif from 1.5.1 to 1.6.0
Update golang-x-crypto to latest version
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.
Description of the Pull Request (PR):
Changelog updates in preparation for R3.8.2
Before submitting a PR, make sure you have done the following:
make check
and tested this PR locally with amake test
, andmake testall
if possible (see CONTRIBUTING.md).