Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.26 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.26 KB

YAKC - Yet Another Kubernetes Client - Quarkus Extension

Maven Central javadoc

Use this Quarkus extension to integrate YAKC in your Quarkus application.

This extension provides the requirements to be able to produce native images for your application running with YAKC.

Quickstart

Add the extension dependency to your pom.xml:

  <!-- ... -->
  <dependencies>
    <!-- ... -->
    <dependency>
      <groupId>com.marcnuri.yakc</groupId>
      <artifactId>quarkus-yakc-extension</artifactId>
      <version>0.0.13</version>
    </dependency>
  </dependencies>

Release process

  • Tag release with the current pom.xml version e.g. v0.0.13
  • Wait for action to complete and artifacts to be published in Maven Central
  • Increment version: mvn versions:set -DnewVersion=0.0.14 -DgenerateBackupPoms=false
  • Commit [RELEASE] v0.0.13 released, prepare for next development iteration