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

Release 0.8.0 #1176

Merged
merged 22 commits into from
Mar 28, 2024
Merged

Release 0.8.0 #1176

merged 22 commits into from
Mar 28, 2024

Conversation

josegonzalez
Copy link
Member

dependabot bot and others added 22 commits March 28, 2024 05:35
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.
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
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
@josegonzalez josegonzalez merged commit c56b045 into release Mar 28, 2024
70 checks passed
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.

2 participants