Conversation
chore(deps): update actions/github-script action to v8
chore(deps): update docker/build-push-action action to v7
chore(deps): update dorny/paths-filter action to v4
…p-2.x chore(deps): update dependency simplesamlphp/simplesamlphp to v2.4.5
Contributor
🏷️ Version RC publiée
Installation pour testhelm repo update ifpen
helm install filesender-rc ifpen/filesender --version 3.6.2-rc.13🐳 Image Docker RC
docker pull ghcr.io/ifpen/filesender:3.6-php8.5.4-rc.13Vérificationhelm search repo ifpen/filesender --versions --devel
|
…-4.x chore(deps): update docker/setup-buildx-action action to v4
Co-authored-by: mechermu <189133602+mechermu@users.noreply.github.com>
fix: remove develop Docker builds and fix RC version calculation
This file contains hidden or 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
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.
This pull request updates several dependencies and configuration files to ensure compatibility with newer versions and improve stability across the build and deployment pipeline. The main focus is on updating Docker-related GitHub Actions, bumping chart and application versions, and refreshing image tags and base images.
CI/CD workflow updates:
docker/setup-buildx-actionanddocker/build-push-actionto their latest versions (v4andv7, respectively) in.github/workflows/filesender-image.yml,.github/workflows/pr-validation.yml, and.github/workflows/rc-release.yml. This ensures better support and security for Docker builds and pushes. [1] [2] [3] [4] [5]dorny/paths-filterandactions/github-scriptto their latest versions in.github/workflows/pr-validation.ymland.github/workflows/rc-release.ymlfor improved path filtering and PR commenting. [1] [2]Helm chart and image updates:
charts/filesender/Chart.yamlfrom3.6.2to3.6.5, reflecting recent changes and improvements.charts/filesender/values.yamlto a new development tag (develop-45a2153-1773432186) for more accurate deployment tracking.Dockerfile improvements:
docker/filesender/Dockerfiletophp:8.5.4-fpm-alpine3.22and bumpedSIMPLESAMLPHP_VERSIONto2.4.5for security and compatibility. [1] [2]