From edde9290b550e73717fb000916b657444d83fa5d Mon Sep 17 00:00:00 2001 From: Gianluca Zuddas Date: Tue, 11 Nov 2025 15:18:00 +0000 Subject: [PATCH] - Prepare release 1.3.4 - Reconstructed changelog --- CHANGELOG.md | 57 ++++++++++++++++++++- Dockerfile | 2 +- README.md | 10 ++-- danger-kotlin-kts/version.gradle | 2 +- danger-kotlin-library/version.gradle | 2 +- danger-kotlin/src/runnerMain/kotlin/Main.kt | 2 +- github-action/Dockerfile | 2 +- scripts/install.sh | 2 +- 8 files changed, 67 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a880bb..e9c3e634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,9 +11,53 @@ --> ## Master + +# 1.3.4 + +- Fix GitLab pipeline ID overflow by changing Int to Long for all GitLab ID + fields [@gianluz] - [#317](https://github.com/danger/kotlin/pull/317) +- Add Docker instructions and syntax highlighting + tips [@hubertgrzeskowiak] - [#305](https://github.com/danger/kotlin/pull/305) +- Update actions/download-artifact from 4 to 5 [@dependabot] - [#307](https://github.com/danger/kotlin/pull/307) + +# 1.3.3 + +- Fix working with raw git diff [@grine4ka] - [#297](https://github.com/danger/kotlin/pull/297) +- Update Kotlin libraries [@grine4ka] - [#298](https://github.com/danger/kotlin/pull/298) + +# 1.3.2 + +- Upgrade JDK to 23 [@vilmosnagy] - [#294](https://github.com/danger/kotlin/pull/294) +- Update to JDK 23 [@Vacxe] - [#296](https://github.com/danger/kotlin/pull/296) +- Update actions/checkout to v4 in README.md [@tinyboxvk] - [#293](https://github.com/danger/kotlin/pull/293) +- Fix using `head_pipeline` instead of `pipeline` in + GitLab [@grine4ka] - [#289](https://github.com/danger/kotlin/pull/289) +- Fix typo in GitLab Pipeline status name [@grine4ka] - [#287](https://github.com/danger/kotlin/pull/287) +- Make GitLab MR descriptions optional [@mrbass21] - [#285](https://github.com/danger/kotlin/pull/285) +- Update CI checks node version to 22.10.0 [@Vacxe] - [#288](https://github.com/danger/kotlin/pull/288) +- Update Kotlin to 2.0.21 [@Vacxe] +- Update Gradle to 8.10.2 [@Vacxe] + +# 1.3.1 + +- Fix GitHub user optional fields [@Vacxe] - [#278](https://github.com/danger/kotlin/pull/278) +- Fix missed default serialization values [@Vacxe] - [#281](https://github.com/danger/kotlin/pull/281) +- Bump Kotlin version to 1.7.22 [@Vacxe] - [#275](https://github.com/danger/kotlin/pull/275) +- Update README.md [@r0adkll] - [#284](https://github.com/danger/kotlin/pull/284) + +# 1.3.0 + +- Add draft field to Pull Request [@msarelo] - [#254](https://github.com/danger/kotlin/pull/254) +- Add new GitHub action [@Vacxe] - [#269](https://github.com/danger/kotlin/pull/269) +- Add release flow and distribution + pipeline [@Vacxe] - [#263](https://github.com/danger/kotlin/pull/263), [#268](https://github.com/danger/kotlin/pull/268) +- Update actions/checkout from 3 to 4 [@dependabot] - [#272](https://github.com/danger/kotlin/pull/272) +- Update actions/setup-java from 3 to 4 [@dependabot] - [#271](https://github.com/danger/kotlin/pull/271) +- Fixed MissingFieldException's during parsing Bitbucket Server + responses [@msarelo] - [#254](https://github.com/danger/kotlin/pull/254) +- Add accessors for Danger reports [@417-72KI] - [#245](https://github.com/danger/kotlin/pull/245) - Update README.md with guidance to enable auto-complete in Android Studio [@gianluz] - [#242](https://github.com/danger/kotlin/pull/242) - Update install script with Kotlin compiler 1.7.0 [@gianluz] - [#241](https://github.com/danger/kotlin/pull/241) -- Add accessors for Danger reports [@417-72KI] - [#245](https://github.com/danger/kotlin/pull/245) # 1.2.0 - Update `Kotlin` to `1.7.0` and added support for Apple Silicon Chipset [@gianluz] - [#231](https://github.com/danger/kotlin/pull/231) @@ -99,3 +143,14 @@ [@rojanthomas]: https://github.com/rojanthomas [@eygraber]: https://github.com/eygraber [@417-72KI]: https://github.com/417-72KI +[@vchernyshov]: https://github.com/vchernyshov +[@msarelo]: https://github.com/msarelo +[@vilmosnagy]: https://github.com/vilmosnagy +[@Vacxe]: https://github.com/Vacxe +[@hubertgrzeskowiak]: https://github.com/hubertgrzeskowiak +[@grine4ka]: https://github.com/grine4ka +[@tinyboxvk]: https://github.com/tinyboxvk +[@mrbass21]: https://github.com/mrbass21 +[@r0adkll]: https://github.com/r0adkll +[@sonulen]: https://github.com/sonulen +[@doodeec]: https://github.com/doodeec diff --git a/Dockerfile b/Dockerfile index c54dce44..2667dbf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL "com.github.actions.icon"="zap" LABEL "com.github.actions.color"="blue" ARG KOTLINC_VERSION="2.0.21" -ARG DANGER_KOTLIN_VERSION="1.3.3" +ARG DANGER_KOTLIN_VERSION="1.3.4" ARG DANGER_JS_VERSION="12.3.3" # Install dependencies diff --git a/README.md b/README.md index 3c12e01b..0e98ac50 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![Current -Version](https://img.shields.io/badge/danger%20kotlin-v1.3.3-orange)](https://danger.systems/kotlin/) +[![Current +Version](https://img.shields.io/badge/danger%20kotlin-v1.3.4-orange)](https://danger.systems/kotlin/) [![Maven Central - SDK](https://img.shields.io/maven-central/v/systems.danger/danger-kotlin-sdk.svg?label=danger-kotlin-sdk)](https://search.maven.org/search?q=g:%22systems.danger%22%20AND%20a:%22danger-kotlin-sdk%22) [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) @@ -49,7 +49,7 @@ danger(args) { ### Docker ```sh -docker run --rm -v "${PWD}:/code" -w /code ghcr.io/danger/danger-kotlin:1.3.3 danger-kotlin local +docker run --rm -v "${PWD}:/code" -w /code ghcr.io/danger/danger-kotlin:1.3.4 danger-kotlin local ``` #### macOS (ARM) @@ -99,7 +99,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Danger - uses: danger/kotlin@1.3.3 + uses: danger/kotlin@1.3.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -115,7 +115,7 @@ jobs: runs-on: ubuntu-latest name: "Run Danger" container: - image: docker://ghcr.io/danger/danger-kotlin:1.3.3 + image: docker://ghcr.io/danger/danger-kotlin:1.3.4 steps: - uses: actions/checkout@v4 - name: Run Danger diff --git a/danger-kotlin-kts/version.gradle b/danger-kotlin-kts/version.gradle index 1392da5f..f3c69446 100644 --- a/danger-kotlin-kts/version.gradle +++ b/danger-kotlin-kts/version.gradle @@ -1,2 +1,2 @@ group 'systems.danger' -version '1.3.3' +version '1.3.4' diff --git a/danger-kotlin-library/version.gradle b/danger-kotlin-library/version.gradle index 1392da5f..f3c69446 100644 --- a/danger-kotlin-library/version.gradle +++ b/danger-kotlin-library/version.gradle @@ -1,2 +1,2 @@ group 'systems.danger' -version '1.3.3' +version '1.3.4' diff --git a/danger-kotlin/src/runnerMain/kotlin/Main.kt b/danger-kotlin/src/runnerMain/kotlin/Main.kt index 41a6e1a0..a5bec441 100644 --- a/danger-kotlin/src/runnerMain/kotlin/Main.kt +++ b/danger-kotlin/src/runnerMain/kotlin/Main.kt @@ -5,7 +5,7 @@ import systems.danger.cmd.Command import systems.danger.cmd.dangerjs.DangerJS const val PROCESS_DANGER_KOTLIN = "danger-kotlin" -const val VERSION = "1.3.3" +const val VERSION = "1.3.4" fun main(args: Array) { Log.isVerbose = args.contains("--verbose") || (getenv("DEBUG")?.toString()?.isNotEmpty() ?: false) diff --git a/github-action/Dockerfile b/github-action/Dockerfile index afcfc26b..e0183c02 100644 --- a/github-action/Dockerfile +++ b/github-action/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/danger/danger-kotlin:1.3.3 +FROM ghcr.io/danger/danger-kotlin:1.3.4 COPY entrypoint.sh /entrypoint.sh diff --git a/scripts/install.sh b/scripts/install.sh index ef51c7aa..b9a5c52a 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION=1.3.3 +VERSION=1.3.4 while getopts v:h: flag do