Releases: sureshg/build-commons
v2.16.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep updates (fccd0e7) @sureshg
- chore: dep updates (93c3755) @sureshg
- chore: clean ups (7695447) @sureshg
- chore: add exoquery (561b157) @sureshg
- chore: fix deps (a96e349) @sureshg
- chore: remove exoquery due to compilation error (4011317) @sureshg
📦 Maven Central Release
🎉 This release v2.16.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.16.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.16.0
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.16.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.kubernetes:client-java from 24.0.0 to 24.0.0-legacy (01578ee) @dependabot[bot]
- chore(deps): bump kotlin-wrappers from 2025.10.6 to 2025.10.7 (96e834b) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8622 (7f45ca4) @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 #243
- chore(deps): bump kotlin-wrappers from 2025.10.6 to 2025.10.7 by @dependabot[bot] in #244
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8622 by @dependabot[bot] in #245
Full Changelog: v2.15.0...v2.16.0
v2.15.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: plugin 2.14.0 (007e1b6) @sureshg
- chore: enable package lock configuration and remove failOnNonReproducibleResolution (26888a5) @sureshg
- chore: next plugin version (76361d2) @sureshg
📦 Maven Central Release
🎉 This release v2.15.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.15.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.15.0
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.15.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.14.0...v2.15.0
v2.14.0
- No changes in this release
Full Changelog: v2.12.0...v2.14.0
v2.13.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: plugin 2.12.0 (bdc9509) @sureshg
- chore: dep updates (5d03663) @sureshg
- chore: fix configuration cache issues (98bc8b6) @sureshg
📦 Maven Central Release
🎉 This release v2.13.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.13.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.13.0
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.13.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.12.0...v2.13.0
v2.12.0
- No changes in this release
Full Changelog: v2.10.0...v2.12.0
v2.11.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: new plugin version (1b4f421) @sureshg
- chore: ktor update (a2ce532) @sureshg
- chore: java http (7fd0025) @sureshg
- chore: add compose-fluent (ddd7f58) @sureshg
- chore: remove lock file customization and return to default one. (af2db5c) @sureshg
📦 Maven Central Release
🎉 This release v2.11.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.11.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.11.0
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.11.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.10.0...v2.11.0
v2.10.0
📋 What's Changed
🧰 Maintenance & Refactoring
- chore: dep updates (ec3cdc4) @sureshg
- chore: dep updates (878c88b) @sureshg
- chore: jlink plugin updates (57708d7) @sureshg
- chore: exoquery updates (80403a4) @sureshg
- chore: dep updates (2e40b56) @sureshg
- chore: fix dataframe (5e90cd5) @sureshg
- chore: dep updates (3d9800d) @sureshg
- chore: dep updates (08c7bcc) @sureshg
- chore: dep updates (8e74122) @sureshg
- chore: ktor di deps (a7bde98) @sureshg
- chore: koog update (5c8e64e) @sureshg
- chore: dep updates (815ee5d) @sureshg
- chore: gradle 9.2.0-rc update (d191665) @sureshg
- chore: dep updates (55c9082) @sureshg
- chore: dep updates (da402d8) @sureshg
- chore: ktor request validation (926327f) @sureshg
- chore: jwt deps (dfe2e41) @sureshg
- chore: dep updates (b64c266) @sureshg
- chore: dep updates (6884c69) @sureshg
- chore: fix ksp and misc changes (11d66f1) @sureshg
📦 Maven Central Release
🎉 This release v2.10.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.10.0/
- Release: https://github.com/sureshg/build-commons/releases/tag/v2.10.0
📥 How to Use
Add to your settings.gradle.kts
:
pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("dev.suresh.plugin")) {
useVersion("v2.10.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 kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8527 (81f8a4e) @dependabot[bot]
- chore(deps): bump gradle/actions from 4 to 5 (595e3d0) @dependabot[bot]
- chore(deps): bump kotlin-wrappers from 2025.10.1 to 2025.10.2 (a1ec05d) @dependabot[bot]
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8572 (9fa04b4) @dependabot[bot]
What's Changed
Dependencies 📦️
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8527 by @dependabot[bot] in #239
- chore(deps): bump gradle/actions from 4 to 5 by @dependabot[bot] in #240
- chore(deps): bump kotlin-wrappers from 2025.10.1 to 2025.10.2 by @dependabot[bot] in #241
- chore(deps): bump kotlinx-dataframe from 1.0.0-Beta3 to 1.0.0-dev-8572 by @dependabot[bot] in #242
Full Changelog: v2.9.2...v2.10.0
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