Skip to content

v2.9.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 02:26
· 18 commits to main since this release
bf253e2

📋 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