Releases: DevNatan/docker-kotlin
Releases · DevNatan/docker-kotlin
v0.6.0
What's Changed
- Fix exec creation by @ptitjes in #152
- Fix volumes by @ptitjes in #153
- Add http calls debugging by @ptitjes in #154
- Bump ktor from 2.3.8 to 2.3.9 by @dependabot in #149
- Bump kotlin from 1.9.10 to 1.9.22 by @dependabot in #140
- Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.2 by @dependabot in #138
- Bump org.jetbrains.kotlinx.kover from 0.7.5 to 0.8.0 by @dependabot in #157
- fix: upload archive errors by @devwckd in #158
- feat: add
env
field toContainerCreateOptions
by @devwckd in #159
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Fix exposed ports and port bindings by @ptitjes in #151
- Bump ktx-coroutines from 1.7.3 to 1.8.0 by @dependabot in #145
- Bump ktx-serialization from 1.6.0 to 1.6.3 by @dependabot in #146
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Docker image build endpoint implementation by @DevNatan in #132
- Bump org.jetbrains.kotlinx.kover from 0.7.3 to 0.7.5 by @dependabot in #130
- Bump ktor from 2.3.4 to 2.3.5 by @dependabot in #121
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Add
tty
property to ContainerCreateOptions by @DevNatan in #106 - Add
networkSettings
property to container inspection by @DevNatan in #107 - Add
config
property to container inspection by @DevNatan in #108 - Add property
mounts
to container inspection by @DevNatan in #109 - Bump ktx-serialization from 1.5.1 to 1.6.0 by @dependabot in #110
- Bump org.danilopianini.publish-on-central from 5.0.11 to 5.0.12 by @dependabot in #112
- Bump kotlin from 1.9.0 to 1.9.10 by @dependabot in #111
- Bump org.jetbrains.kotlinx:kotlinx-datetime from 0.4.0 to 0.4.1 by @dependabot in #114
- Bump ktor from 2.3.3 to 2.3.4 by @dependabot in #113
- Bump org.danilopianini.publish-on-central from 5.0.12 to 5.0.13 by @dependabot in #115
- Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 by @dependabot in #116
- Bump org.apache.commons:commons-compress from 1.23.0 to 1.24.0 by @dependabot in #117
- Fix NumberFormatException in UNIX socket path to hex string by @DevNatan in #131
Full Changelog: v0.2.0...v0.3.0
v0.2.0 (08-17-2023)
What's Changed
- Remove Github Packages publication in #96
- Docs and error handling improvements in #87
- Enhanced Java interop in #97
- Bump org.junit.jupiter:junit-jupiter-engine from 5.9.3 to 5.10.0 in #100
- Monitor system events endpoints in #101
- Update to Kotlin 1.9.0 in #102
- Bump org.danilopianini.publish-on-central from 5.0.10 to 5.0.11 in #105
- Bump org.jmailen.kotlinter from 3.15.0 to 3.16.0 in #104
- Implement /containers/archive in #103
Full Changelog: v0.1.1...v0.2.0
v0.1.1 (08-05-2023)
What's changed
- Changed file names to follow Kotlin Multiplatform standards
- JVM and Linux, Mac OS native artifacts are now published to Maven Central
- Fixed package directives, no more
org.katan.yoki
- A lot of dependencies updated
Full Changelog: https://github.com/DevNatan/yoki/blob/main/CHANGELOG.md#011-08-05-2023
v0.1.0 (08-05-2023)
Support for some basic endpoint, see supported endpoints.
New Contributors
- @devwckd made their first contribution in #1
- @dependabot made their first contribution in #29
- @aripiprazole made their first contribution in #53
Full Changelog: https://github.com/DevNatan/yoki/commits/v0.1.0