From e9c7bdcbaa9af5048338c80c83fd37e1623d8500 Mon Sep 17 00:00:00 2001 From: "verified-commit[bot]" <180343340+verified-commit[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 21:35:51 +0200 Subject: [PATCH] chore(release): update flutter dependencies in version.json for 3.32.0 (#343) Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: verified-commit[bot] <180343340+verified-commit[bot]@users.noreply.github.com> --- changelog.md | 11 ++++++++++- config/flutter_version.json | 4 ++-- config/version.json | 8 ++++---- readme.md | 26 +++++++++++++------------- 4 files changed, 29 insertions(+), 20 deletions(-) diff --git a/changelog.md b/changelog.md index 22c1de8..d7b53cd 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [3.32.0] - 2025-05-23 + +### ⚙️ Miscellaneous Tasks + +- Generate changelog with git-cliff (#330) +- Set tools digest to verify integrity (#331) +- Download immutable artifact by id (#337) +- Update artifact download configuration (#342) + ## [3.29.3] - 2025-04-17 ### 🚀 Features @@ -31,7 +40,7 @@ All notable changes to this project will be documented in this file. - Grant app token only current repository (#320) - Download-artifact can not overwrite existing files (#327) - Path is a folder in download-artifact (#328) -- Update flutter dependencies in version.json for 3.29.3 +- Update flutter dependencies in version.json for 3.29.3 (#329) ## [3.29.2] - 2025-03-15 diff --git a/config/flutter_version.json b/config/flutter_version.json index 371e1d8..4f86035 100644 --- a/config/flutter_version.json +++ b/config/flutter_version.json @@ -1,7 +1,7 @@ { "flutter": { "channel": "stable", - "commit": "ea121f8859e4b13e47a8f845e4586164519588bc", - "version": "3.29.3" + "commit": "be698c48a6750c8cb8e61c740ca9991bb947aba2", + "version": "3.32.0" } } diff --git a/config/version.json b/config/version.json index 76a5982..ded85d2 100644 --- a/config/version.json +++ b/config/version.json @@ -1,8 +1,8 @@ { "flutter": { "channel": "stable", - "commit": "ea121f8859e4b13e47a8f845e4586164519588bc", - "version": "3.29.3" + "commit": "be698c48a6750c8cb8e61c740ca9991bb947aba2", + "version": "3.32.0" }, "android": { "platforms": [ @@ -11,7 +11,7 @@ } ], "gradle": { - "version": "8.10.2" + "version": "8.12" }, "buildTools": { "version": "34.0.0" @@ -27,6 +27,6 @@ } }, "fastlane": { - "version": "2.227.1" + "version": "2.227.2" } } diff --git a/readme.md b/readme.md index dd84b0b..59dbb68 100644 --- a/readme.md +++ b/readme.md @@ -23,10 +23,10 @@ The images includes the minimum tools to run Flutter and build apps. The version ## Features -* Installed Flutter SDK 3.29.3. +* Installed Flutter SDK 3.32.0. * Analytics disabled by default, opt-in if `ENABLE_ANALYTICS` environment variable is passed when running the container. * Rootless user `flutter:flutter`, with permissions to run on Github workflows and GitLab CI. -* Cached Fastlane gem 2.227.1. +* Cached Fastlane gem 2.227.2. * Minimal image with predownloaded SDKs and tools ready to run `flutter` commands for the Android platform. Predownloaded SDKs and tools in Android: @@ -34,21 +34,21 @@ Predownloaded SDKs and tools in Android: * Licenses accepted * Android SDK Platforms: 35 * Android NDK: 26.3.11579264 -* Gradle: 8.10.2 +* Gradle: 8.12 ## Running Containers | Registry | flutter-android | | ------------------------- | -------------------------------------------------------------------------------------------------------------------------- | -| Docker Hub | [gmeligio/flutter-android:3.29.3](https://hub.docker.com/r/gmeligio/flutter-android) | -| GitHub Container Registry | [ghcr.io/gmeligio/flutter-android:3.29.3](https://github.com/gmeligio/flutter-docker-image/pkgs/container/flutter-android) | -| Quay | [quay.io/gmeligio/flutter-android:3.29.3](https://quay.io/repository/gmeligio/flutter-android) | +| Docker Hub | [gmeligio/flutter-android:3.32.0](https://hub.docker.com/r/gmeligio/flutter-android) | +| GitHub Container Registry | [ghcr.io/gmeligio/flutter-android:3.32.0](https://github.com/gmeligio/flutter-docker-image/pkgs/container/flutter-android) | +| Quay | [quay.io/gmeligio/flutter-android:3.32.0](https://quay.io/repository/gmeligio/flutter-android) | On the terminal: ```bash # From GitHub Container Registry -docker run --rm -it ghcr.io/gmeligio/flutter-android:3.29.3 bash +docker run --rm -it ghcr.io/gmeligio/flutter-android:3.32.0 bash ``` On a workflow in GitHub Actions: @@ -58,7 +58,7 @@ jobs: build: runs-on: ubuntu-22.04 container: - image: ghcr.io/gmeligio/flutter-android:3.29.3 + image: ghcr.io/gmeligio/flutter-android:3.32.0 steps: - name: Checkout uses: actions/checkout@v2 @@ -70,7 +70,7 @@ On a `.gitlab-ci.yml` in GitLab CI: ```yaml build: - image: ghcr.io/gmeligio/flutter-android:3.29.3 + image: ghcr.io/gmeligio/flutter-android:3.32.0 script: - flutter build apk ``` @@ -91,20 +91,20 @@ bundle exec fastlane Every new tag on the flutter stable channel gets built. The tag is composed of the Flutter version used to build the image: -* Docker image: gmeligio/flutter-android:3.29.3 -* Flutter version: 3.29.3 +* Docker image: gmeligio/flutter-android:3.32.0 +* Flutter version: 3.32.0 ## Building Locally The android.Dockerfile expects a few arguments: -* `flutter_version `: The version of Flutter to use when building. Example: 3.29.3 +* `flutter_version `: The version of Flutter to use when building. Example: 3.32.0 * `android_build_tools_version `: The version of the Android SDK Build Tools to install. Example: 34.0.0 * `android_platform_versions `: The versions of the Android SDK Platforms to install, separated by spaces. Example: 35 ```bash # Android -docker build --target android --build-arg flutter_version=3.29.3 --build-arg fastlane_version=2.227.1 --build-arg android_build_tools_version=34.0.0 --build-arg android_platform_versions="35" -t android-test . +docker build --target android --build-arg flutter_version=3.32.0 --build-arg fastlane_version=2.227.2 --build-arg android_build_tools_version=34.0.0 --build-arg android_platform_versions="35" -t android-test . ``` ## Roadmap