Skip to content

manusa/yakc-quarkus-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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