Skip to content

Releases: DevNatan/docker-kotlin

v0.6.0

19 May 19:52
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

16 Apr 23:50
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

05 Feb 01:13
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0

04 Feb 01:35
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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)

17 Aug 22:27
Compare
Choose a tag to compare
v0.2.0 (08-17-2023) Pre-release
Pre-release

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)

05 Aug 18:36
Compare
Choose a tag to compare
v0.1.1 (08-05-2023) Pre-release
Pre-release

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)

05 Aug 17:39
Compare
Choose a tag to compare
v0.1.0 (08-05-2023) Pre-release
Pre-release

Support for some basic endpoint, see supported endpoints.

New Contributors

Full Changelog: https://github.com/DevNatan/yoki/commits/v0.1.0