Skip to content

Releases: sureshg/build-commons

v2.9.2

27 Sep 02:26
bf253e2
Compare
Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.9.2 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

19 Sep 15:59
630c95d
Compare
Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.9.1 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

18 Sep 21:18
3b6b314
Compare
Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.9.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

16 Sep 02:20
2f558eb
Compare
Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.8.2 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

14 Sep 18:46
4b20506
Compare
Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.8.1 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

10 Sep 21:51
db41981
Compare
Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.8.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

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

03 Sep 20:01
ad8f8b7
Compare
Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.7.0 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

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...
Read more

v2.6.6

22 Jul 22:23
d7ff059
Compare
Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release v2.6.6 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

22 Jul 04:25
12cbee6
Compare
Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

📦 Maven Central Release

🎉 This release vv2.6.5 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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

22 Jul 03:51
b8dd2b4
Compare
Choose a tag to compare

📋 What's Changed

🧰 Maintenance & Refactoring

  • chore: another update (#{{SHA}}) @sureshg

📦 Maven Central Release

🎉 This release v2.6.4 is now available on Maven Central!

Maven Central

🔗 Quick Links

📥 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