Skip to content

Commit edde929

Browse files
committed
- Prepare release 1.3.4
- Reconstructed changelog
1 parent 4f19ee7 commit edde929

File tree

8 files changed

+67
-12
lines changed

8 files changed

+67
-12
lines changed

CHANGELOG.md

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,53 @@
1111
1212
-->
1313
## Master
14+
15+
# 1.3.4
16+
17+
- Fix GitLab pipeline ID overflow by changing Int to Long for all GitLab ID
18+
fields [@gianluz] - [#317](https://github.com/danger/kotlin/pull/317)
19+
- Add Docker instructions and syntax highlighting
20+
tips [@hubertgrzeskowiak] - [#305](https://github.com/danger/kotlin/pull/305)
21+
- Update actions/download-artifact from 4 to 5 [@dependabot] - [#307](https://github.com/danger/kotlin/pull/307)
22+
23+
# 1.3.3
24+
25+
- Fix working with raw git diff [@grine4ka] - [#297](https://github.com/danger/kotlin/pull/297)
26+
- Update Kotlin libraries [@grine4ka] - [#298](https://github.com/danger/kotlin/pull/298)
27+
28+
# 1.3.2
29+
30+
- Upgrade JDK to 23 [@vilmosnagy] - [#294](https://github.com/danger/kotlin/pull/294)
31+
- Update to JDK 23 [@Vacxe] - [#296](https://github.com/danger/kotlin/pull/296)
32+
- Update actions/checkout to v4 in README.md [@tinyboxvk] - [#293](https://github.com/danger/kotlin/pull/293)
33+
- Fix using `head_pipeline` instead of `pipeline` in
34+
GitLab [@grine4ka] - [#289](https://github.com/danger/kotlin/pull/289)
35+
- Fix typo in GitLab Pipeline status name [@grine4ka] - [#287](https://github.com/danger/kotlin/pull/287)
36+
- Make GitLab MR descriptions optional [@mrbass21] - [#285](https://github.com/danger/kotlin/pull/285)
37+
- Update CI checks node version to 22.10.0 [@Vacxe] - [#288](https://github.com/danger/kotlin/pull/288)
38+
- Update Kotlin to 2.0.21 [@Vacxe]
39+
- Update Gradle to 8.10.2 [@Vacxe]
40+
41+
# 1.3.1
42+
43+
- Fix GitHub user optional fields [@Vacxe] - [#278](https://github.com/danger/kotlin/pull/278)
44+
- Fix missed default serialization values [@Vacxe] - [#281](https://github.com/danger/kotlin/pull/281)
45+
- Bump Kotlin version to 1.7.22 [@Vacxe] - [#275](https://github.com/danger/kotlin/pull/275)
46+
- Update README.md [@r0adkll] - [#284](https://github.com/danger/kotlin/pull/284)
47+
48+
# 1.3.0
49+
50+
- Add draft field to Pull Request [@msarelo] - [#254](https://github.com/danger/kotlin/pull/254)
51+
- Add new GitHub action [@Vacxe] - [#269](https://github.com/danger/kotlin/pull/269)
52+
- Add release flow and distribution
53+
pipeline [@Vacxe] - [#263](https://github.com/danger/kotlin/pull/263), [#268](https://github.com/danger/kotlin/pull/268)
54+
- Update actions/checkout from 3 to 4 [@dependabot] - [#272](https://github.com/danger/kotlin/pull/272)
55+
- Update actions/setup-java from 3 to 4 [@dependabot] - [#271](https://github.com/danger/kotlin/pull/271)
56+
- Fixed MissingFieldException's during parsing Bitbucket Server
57+
responses [@msarelo] - [#254](https://github.com/danger/kotlin/pull/254)
58+
- Add accessors for Danger reports [@417-72KI] - [#245](https://github.com/danger/kotlin/pull/245)
1459
- Update README.md with guidance to enable auto-complete in Android Studio [@gianluz] - [#242](https://github.com/danger/kotlin/pull/242)
1560
- Update install script with Kotlin compiler 1.7.0 [@gianluz] - [#241](https://github.com/danger/kotlin/pull/241)
16-
- Add accessors for Danger reports [@417-72KI] - [#245](https://github.com/danger/kotlin/pull/245)
1761

1862
# 1.2.0
1963
- 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 @@
99143
[@rojanthomas]: https://github.com/rojanthomas
100144
[@eygraber]: https://github.com/eygraber
101145
[@417-72KI]: https://github.com/417-72KI
146+
[@vchernyshov]: https://github.com/vchernyshov
147+
[@msarelo]: https://github.com/msarelo
148+
[@vilmosnagy]: https://github.com/vilmosnagy
149+
[@Vacxe]: https://github.com/Vacxe
150+
[@hubertgrzeskowiak]: https://github.com/hubertgrzeskowiak
151+
[@grine4ka]: https://github.com/grine4ka
152+
[@tinyboxvk]: https://github.com/tinyboxvk
153+
[@mrbass21]: https://github.com/mrbass21
154+
[@r0adkll]: https://github.com/r0adkll
155+
[@sonulen]: https://github.com/sonulen
156+
[@doodeec]: https://github.com/doodeec

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL "com.github.actions.icon"="zap"
88
LABEL "com.github.actions.color"="blue"
99

1010
ARG KOTLINC_VERSION="2.0.21"
11-
ARG DANGER_KOTLIN_VERSION="1.3.3"
11+
ARG DANGER_KOTLIN_VERSION="1.3.4"
1212
ARG DANGER_JS_VERSION="12.3.3"
1313

1414
# Install dependencies

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[![Current
2-
Version](https://img.shields.io/badge/danger%20kotlin-v1.3.3-orange)](https://danger.systems/kotlin/)
1+
[![Current
2+
Version](https://img.shields.io/badge/danger%20kotlin-v1.3.4-orange)](https://danger.systems/kotlin/)
33
[![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)
44
[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin)
55

@@ -49,7 +49,7 @@ danger(args) {
4949

5050
### Docker
5151
```sh
52-
docker run --rm -v "${PWD}:/code" -w /code ghcr.io/danger/danger-kotlin:1.3.3 danger-kotlin local
52+
docker run --rm -v "${PWD}:/code" -w /code ghcr.io/danger/danger-kotlin:1.3.4 danger-kotlin local
5353
```
5454

5555
#### macOS (ARM)
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- uses: actions/checkout@v4
101101
- name: Danger
102-
uses: danger/kotlin@1.3.3
102+
uses: danger/kotlin@1.3.4
103103
env:
104104
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105105
```
@@ -115,7 +115,7 @@ jobs:
115115
runs-on: ubuntu-latest
116116
name: "Run Danger"
117117
container:
118-
image: docker://ghcr.io/danger/danger-kotlin:1.3.3
118+
image: docker://ghcr.io/danger/danger-kotlin:1.3.4
119119
steps:
120120
- uses: actions/checkout@v4
121121
- name: Run Danger

danger-kotlin-kts/version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group 'systems.danger'
2-
version '1.3.3'
2+
version '1.3.4'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group 'systems.danger'
2-
version '1.3.3'
2+
version '1.3.4'

danger-kotlin/src/runnerMain/kotlin/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import systems.danger.cmd.Command
55
import systems.danger.cmd.dangerjs.DangerJS
66

77
const val PROCESS_DANGER_KOTLIN = "danger-kotlin"
8-
const val VERSION = "1.3.3"
8+
const val VERSION = "1.3.4"
99

1010
fun main(args: Array<String>) {
1111
Log.isVerbose = args.contains("--verbose") || (getenv("DEBUG")?.toString()?.isNotEmpty() ?: false)

github-action/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/danger/danger-kotlin:1.3.3
1+
FROM ghcr.io/danger/danger-kotlin:1.3.4
22

33
COPY entrypoint.sh /entrypoint.sh
44

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
VERSION=1.3.3
3+
VERSION=1.3.4
44

55
while getopts v:h: flag
66
do

0 commit comments

Comments
 (0)