-
Notifications
You must be signed in to change notification settings - Fork 153
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 0.8.0 #1176
Merged
Merged
Release 0.8.0 #1176
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
Member
josegonzalez
commented
Mar 28, 2024
- chore(deps): bump actions/download-artifact from 3 to 4 #1093 @dependabot: chore(deps): bump actions/download-artifact from 3 to 4
- Use find to identify only files not already owned by user #1173 @josegonzalez: Use find to identify only files not already owned by user
- Add linting to CI #1174 @josegonzalez: Add linting to CI
- Ensure all file permissions are set to specified unprivileged user #1175 @josegonzalez: Ensure all file permissions are set to specified unprivileged user
- Only copy from app import path to app path when building #467 @mlandauer: Only copy from app import path to app path when building
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Use find to identify only files not already owned by user
This is run using the same shfmt settings we have in dokku: 'shfmt -l -bn -ci -i 2 -w .' Additionally, ensure linters are added to github actions for testing in CI.
Add linting to CI
This change avoids a potentially heavy chown operation at the start of the container process - in fact, it may even allow us to drop perm changes completely - by ensuring any created files are _always_ set to the correct permissions.
Ensure all file permissions are set to specified unprivileged user
…pp) when building
Only copy from app import path to app path when building
…tions/download-artifact-4 chore(deps): bump actions/download-artifact from 3 to 4
- #1093 @dependabot: chore(deps): bump actions/download-artifact from 3 to 4 - #1173 @josegonzalez: Use find to identify only files not already owned by user - #1174 @josegonzalez: Add linting to CI - #1175 @josegonzalez: Ensure all file permissions are set to specified unprivileged user - #467 @mlandauer: Only copy from app import path to app path when building
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.