Releases: sureshg/build-commons
v2.9.2
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep updates (361c9ee) @sureshg
- chore: dep updates (6afdfe8) @sureshg
- chore: fix dependencies (1fc4c35) @sureshg
- chore: otel update (74c684e) @sureshg
- chore: fix kotlinx-datetime (3510ef6) @sureshg
- chore: dep update (b23f291) @sureshg
- chore: dep update (de530fc) @sureshg
- chore: versions plugin update (6c5ef19) @sureshg
- chore: dep update (c49d2e1) @sureshg
- chore: dep updates (84592a3) @sureshg
- chore: dep updates (e9cc2ee) @sureshg
- chore: dep updates (98443b4) @sureshg
- chore: plugin cleanups (bf253e2) @sureshg
📦 Maven Central Release
🎉 This release v2.9.2 is now available on Maven Central!
🔗 Quick Links
- Maven Central: https://central.sonatype.com/search?namespace=dev.suresh.build
- Repository: https://repo.maven.apache.org/maven2/dev/suresh/build/project/v2.9.2/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.9.2
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.9.2")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
- chore(deps): bump io.kubernetes:client-java from 24.0.0 to 24.0.0-legacy (85233a3) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8523 (7d779ae) @dependabot[bot]
- chore(deps): bump org.jetbrains.kotlinx:kotlinx-datetime (eb28911) @dependabot[bot]
What's Changed
Dependencies 📦️
- chore(deps): bump io.kubernetes:client-java from 24.0.0 to 24.0.0-legacy by @dependabot[bot] in #235
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8523 by @dependabot[bot] in #236
- chore(deps): bump org.jetbrains.kotlinx:kotlinx-datetime from 0.7.1 to 0.7.1-0.6.x-compat by @dependabot[bot] in #237
Full Changelog: v2.9.1...v2.9.2
v2.9.1
📋 What's Changed
🧰 Maintenance & Refactoring
📦 Maven Central Release
🎉 This release v2.9.1 is now available on Maven Central!
🔗 Quick Links
- Maven Central: https://central.sonatype.com/search?namespace=dev.suresh.build
- Repository: https://repo.maven.apache.org/maven2/dev/suresh/build/project/v2.9.1/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.9.1
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.9.1")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
Full Changelog: v2.9.0...v2.9.1
v2.9.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: update exoquery-plugin and exoquery-sql versions (19e510f) @sureshg
- chore: dep updates (91a3f6a) @sureshg
- chore: next plugin version (3374130) @sureshg
- chore: dep updates (7c9b6ae) @sureshg
- chore: dep updates (4d099c9) @sureshg
- chore: gradle 9.1.0 (20b164a) @sureshg
- chore: otel update (3b6b314) @sureshg
📦 Maven Central Release
🎉 This release v2.9.0 is now available on Maven Central!
🔗 Quick Links
- Maven Central: https://central.sonatype.com/search?namespace=dev.suresh.build
- Repository: https://repo.maven.apache.org/maven2/dev/suresh/build/project/v2.9.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.9.0
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.9.0")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
Full Changelog: v2.8.2...v2.9.0
v2.8.2
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: cidre dep (3156faa) @sureshg
- chore: otel agent update (674e21e) @sureshg
- chore: dep update (253bd6a) @sureshg
- chore: dep update (0d62454) @sureshg
- chore: gradle & dep updates (f5cacd9) @sureshg
- chore: new plugin version (2f558eb) @sureshg
📦 Maven Central Release
🎉 This release v2.8.2 is now available on Maven Central!
🔗 Quick Links
- Maven Central: https://central.sonatype.com/search?namespace=dev.suresh.build
- Repository: https://repo.maven.apache.org/maven2/dev/suresh/build/project/v2.8.2/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.8.2
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.8.2")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
- chore(deps): bump io.kubernetes:client-java from 24.0.0 to 24.0.0-legacy (a8f89a4) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8421 (b785c97) @dependabot[bot]
What's Changed
Dependencies 📦️
- chore(deps): bump io.kubernetes:client-java from 24.0.0 to 24.0.0-legacy by @dependabot[bot] in #233
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8421 by @dependabot[bot] in #234
Full Changelog: v2.8.1...v2.8.2
v2.8.1
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep update (6055763) @sureshg
- chore: dep update (4821d29) @sureshg
- chore: dep update (c269cce) @sureshg
- chore: dep update (a64f3f6) @sureshg
- chore: fix ksp update issue (a90bdb6) @sureshg
- chore: bump deps (1e3ccee) @sureshg
- chore: kopy update (0bb5a85) @sureshg
- chore: new plugin version (9de5ef2) @sureshg
- chore: bump kotlin-wrappers and kaml versions (45e4e3f) @sureshg
- chore: misc changes (4b20506) @sureshg
📦 Maven Central Release
🎉 This release v2.8.1 is now available on Maven Central!
🔗 Quick Links
- Maven Central: https://central.sonatype.com/search?namespace=dev.suresh.build
- Repository: https://repo.maven.apache.org/maven2/dev/suresh/build/project/v2.8.1/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.8.1
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.8.1")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
Full Changelog: v2.8.0...v2.8.1
v2.8.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep updates (f01210a) @sureshg
- chore: plugin update (94b0e9b) @sureshg
- chore: use multi $ interpolation (979ff2e) @sureshg
- chore: dep updates (258c6bd) @sureshg
- chore: annotation target changes (1912632) @sureshg
- chore: dep updates (39aa881) @sureshg
- chore: dep updates and gradle wrapper bump to 9.1.0-rc-3 (43dcc3b) @sureshg
- chore: dep updates (30b6f29) @sureshg
- chore: dep updates (5186f44) @sureshg
- chore: dep updates (8d9243c) @sureshg
- chore: dep updates and Kotlin MPP 2.2.20 configuration refinements (0847d0e) @sureshg
- chore: ksp update (3161034) @sureshg
- chore: next plugin version (db41981) @sureshg
📦 Maven Central Release
🎉 This release v2.8.0 is now available on Maven Central!
🔗 Quick Links
- Maven Central: https://central.sonatype.com/search?namespace=dev.suresh.build
- Repository: https://repo.maven.apache.org/maven2/dev/suresh/build/project/v2.8.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.8.0
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.8.0")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
- chore(deps): bump kotlin-wrappers from 2025.9.2 to 2025.9.3 (25dcb35) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-8355 (4714fff) @dependabot[bot]
- chore(deps): bump kotest from 6.0.2 to 6.0.3 (7f95375) @dependabot[bot]
- chore(deps): bump kotlin-ksp from 2.2.20-RC2-2.0.2 to 2.2.20-RC-2.0.2 (c41a18a) @dependabot[bot]
What's Changed
Dependencies 📦️
- chore(deps): bump kotlin-wrappers from 2025.9.2 to 2025.9.3 by @dependabot[bot] in #229
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-8355 by @dependabot[bot] in #230
- chore(deps): bump kotest from 6.0.2 to 6.0.3 by @dependabot[bot] in #231
- chore(deps): bump kotlin-ksp from 2.2.20-RC2-2.0.2 to 2.2.20-RC-2.0.2 by @dependabot[bot] in #232
Full Changelog: v2.7.0...v2.8.0
v2.7.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: mockk bdd (af911ed) @sureshg
- chore: dep updates (436d742) @sureshg
- chore: dep updates (4564742) @sureshg
- chore: dep updates (74c1857) @sureshg
- chore: enable return value checker (d712562) @sureshg
- chore: dep updates (71bddbf) @sureshg
- chore: dep updates (692f151) @sureshg
- chore: dep updates (ca8cd4a) @sureshg
- chore: gradle update (4cdb903) @sureshg
- chore: next version in catalog (56d8b31) @sureshg
- chore: $ interpolation fix (e84c10a) @sureshg
- chore: dep updates (a4dae87) @sureshg
- chore: dep updates (3483992) @sureshg
- chore: dep updates (2f1c762) @sureshg
- chore: dep updates (a047509) @sureshg
- chore: dep updates (c15cc1a) @sureshg
- chore: gradle update (a3b07f1) @sureshg
- chore: dep update (f6f1c08) @sureshg
- chore: kvm/mpp plugin updates (e30efed) @sureshg
- chore: dep updates (a84661e) @sureshg
- chore: dep updates (d3f5fc8) @sureshg
- chore: dep updates (440e76c) @sureshg
- chore: dep updates (2c5bc86) @sureshg
- chore: dep updates (46983d4) @sureshg
- chore: update plugins, dependencies, and ABI validation configurations (9a69395) @sureshg
- chore: web refactorings (ed43c18) @sureshg
- chore: dep updates (2fcbd33) @sureshg
- chore: fix dep (c29c654) @sureshg
- chore: dep updates (dc1b0dc) @sureshg
- chore: dokka v2 changes (642e619) @sureshg
- chore: koog ktor dep (ade53cf) @sureshg
- chore: update README formatting and content (b8b7f44) @sureshg
- chore: exoquery update (a78fac4) @sureshg
- chore: dep update (a40c255) @sureshg
- chore: ktfmt update (3f9de5e) @sureshg
- chore: dep update (78b9d70) @sureshg
- chore: dep update (6acfc1c) @sureshg
- chore: dep update (be7aa83) @sureshg
- chore: dep update (8561096) @sureshg
- chore: dep update (ca72d4c) @sureshg
- chore: dep update (aad114b) @sureshg
- chore: kotlin update (5176125) @sureshg
- chore: gradle update (9357edd) @sureshg
- chore: fix junit test dep (c7c3054) @sureshg
- chore: fix README.md (6a9c81a) @sureshg
- chore: cleanup (4cf0e40) @sureshg
- chore: remove kopy from sandbox (fb815fa) @sureshg
- chore: fix configuration cache and remove unstable kopy plugin (ad8f8b7) @sureshg
📦 Maven Central Release
🎉 This release v2.7.0 is now available on Maven Central!
🔗 Quick Links
- Maven Central: https://central.sonatype.com/search?namespace=dev.suresh.build
- Repository: https://repo.maven.apache.org/maven2/dev/suresh/build/project/v2.7.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.7.0
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.7.0")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
- chore(deps): bump io.github.vinceglb:filekit-dialogs-compose (1ca83eb) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-7831 (ad7e29e) @dependabot[bot]
- chore(deps): bump io.github.charlietap.chasm:chasm from 0.9.71 to 0.9.80 (502a54e) @dependabot[bot]
- chore(deps): bump sh.ondr.mcp4k from 0.4.2 to 0.4.3 (e192412) @dependabot[bot]
- chore(deps): bump otel-kotlin from 0.2.3 to 0.3.0 (ce59bba) @dependabot[bot]
- chore(deps): bump io.exoquery.exoquery-plugin (a818cf9) @dependabot[bot]
- chore(deps): bump kotlin-ksp (f232eb0) @dependabot[bot]
- chore(deps): bump exposed from 1.0.0-beta-4 to 1.0.0-beta-5 (acdb550) @dependabot[bot]
- chore(deps): bump okio from 3.15.0 to 3.16.0 (aa9e333) @dependabot[bot]
- chore(deps): bump uk.org.okapibarcode:okapibarcode from 0.5.1 to 0.5.2 (7c07848) @dependabot[bot]
- chore(deps): bump com.deezer.caupain from 1.4.1 to 1.5.0 (4f2b67d) @dependabot[bot]
- chore(deps): bump kotlin-wrappers from 2025.8.6 to 2025.8.10 (11b1e18) @dependabot[bot]
- chore(deps): bump otel from 1.52.0 to 1.53.0 (628e5a8) @dependabot[bot]
- chore(deps): bump actions/checkout from 4 to 5 (d453c47) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-8117 (5888efa) @dependabot[bot]
- chore(deps): bump jetbrains-compose from 1.9.0-beta01 to 1.9.0-beta03 (195383d) @dependabot[bot]
- chore(deps): bump otel-instr-alpha from 2.18.1-alpha to 2.19.0-alpha (4678f26) @dependabot[bot]
- chore(deps): bump com.javiersc.kotlin.kopy (b6e138b) @dependabot[bot]
- chore(deps): bump com.gradleup.shadow from 9.0.1 to 9.0.2 (a61897d) @dependabot[bot]
- chore(deps): bump actions/setup-java from 4 to 5 (fe75254) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-8206 (7e1bd9c) @dependabot[bot]
- chore(deps): bump dev.reformator.stacktracedecoroutinator (2fc40cf) @dependabot[bot]
- chore(deps): bump kotest from 6.0.0 to 6.0.1 (fbe7e6b) @dependabot[bot]
- chore(deps): bump org.jetbrains.kotlinx:kotlinx-datetime (35c9672) @dependabot[bot]
- chore(deps): bump kotlin-wrappers from 2025.8.22 to 2025.9.0 (125dfd2) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-8289 (ebfddf7) @dependabot[bot]
- chore(deps): bump kotlin from 2.2.20-RC to 2.2.20-RC2 (4618e7a) @dependabot[bot]
What's Changed
Dependencies 📦️
- chore(deps): bump io.github.vinceglb:filekit-dialogs-compose from 0.10.0-beta04 to 0.10.0 by @dependabot[bot] in #200
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta2 to 1.0.0-dev-7831 by @dependabot[bot] in #201
- chore(deps): bump io.github.charlietap.chasm:chasm from 0.9.71 to 0.9.80 by @dependabot[bot] in #202
- chore(deps): bump sh.ondr.mcp4k from 0.4.2 to 0.4.3 by @dependabot[bot] in #203
- chore(deps): bump otel-kotlin from 0.2.3 to 0.3.0 by @dependabot[bot] in #204
- chore(deps): bump io.exoquery.exoquery-plugin from 2.2.0-1.4.0.PL.RC2 to 2.2.0-1.4.0.PL.RC3 by @dependabot[bot] in #205
- chore(deps): bump kotlin-ksp from 2.2.20-Beta1-2.0.2 to 2.2.20-Beta2-2.0.2 by @dependabot[bot] in #207
- chore(deps): bump exposed from 1.0.0-beta-4 to 1.0.0-beta-5 by @dependabot[bot] in #208
- chore(deps): bump okio from 3.15.0 to 3.16.0 by @dependabot[bot] in #206
- chore(deps): bump uk.org.okapibarcode:okapibarcode from 0.5.1 to 0.5.2 by @dependabot[bot] in #210
- chore(deps): bump com.deezer.caupain from 1.4.1 to 1.5.0 by @dependabot[bot] in #211
- chore(deps): bump kotlin-wrappers from 2025.8.6 to 2025.8.10 by @dependabot[bot] in #212
- chore(deps): bump otel from 1.52.0 to 1.53.0 by @dependabot[bot] in #213
- chor...
v2.6.6
📋 What's Changed
🧰 Maintenance & Refactoring
📦 Maven Central Release
🎉 This release v2.6.6 is now available on Maven Central!
🔗 Quick Links
- Maven Central: https://central.sonatype.com/search?namespace=dev.suresh.build
- Repository: https://repo.maven.apache.org/maven2/dev/suresh/build/project/v2.6.6/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.6.6
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.6.6")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
Full Changelog: v2.6.5...v2.6.6
v2.6.5
📋 What's Changed
🧰 Maintenance & Refactoring
📦 Maven Central Release
🎉 This release vv2.6.5 is now available on Maven Central!
🔗 Quick Links
- Maven Central: https://central.sonatype.com/search?namespace=dev.suresh.build
- Repository: https://repo.maven.apache.org/maven2/dev/suresh/build/project/v2.6.5/
- Release: https://github.com/sureshg/build-commons/releases/tag/vv2.6.5
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.6.5")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
Full Changelog: v2.6.4...v2.6.5
v2.6.4
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: another update (#{{SHA}}) @sureshg
📦 Maven Central Release
🎉 This release v2.6.4 is now available on Maven Central!
🔗 Quick Links
- Maven Central: https://central.sonatype.com/search?namespace=dev.suresh.build
- Repository: https://repo.maven.apache.org/maven2/dev/suresh/build/project/v2.6.4/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.6.4
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.6.4")
}
}
}
repositories {
gradlePluginPortal()
mavenCentral()
}
}
plugins { id("dev.suresh.plugin.repos") }
🔐 Artifact Verification
All artifacts are signed with GPG key: C124DB3A8AD1C13F7153DECDF209C085C8B53CA1
📝 Uncategorized Changes
Full Changelog: v2.6.3...v2.6.4