Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 56 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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 }}
```
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion danger-kotlin-kts/version.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group 'systems.danger'
version '1.3.3'
version '1.3.4'
2 changes: 1 addition & 1 deletion danger-kotlin-library/version.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
group 'systems.danger'
version '1.3.3'
version '1.3.4'
2 changes: 1 addition & 1 deletion danger-kotlin/src/runnerMain/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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<String>) {
Log.isVerbose = args.contains("--verbose") || (getenv("DEBUG")?.toString()?.isNotEmpty() ?: false)
Expand Down
2 changes: 1 addition & 1 deletion github-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION=1.3.3
VERSION=1.3.4

while getopts v:h: flag
do
Expand Down
Loading