-
As jcenter is shutting down we need to replace our jcenter publishing with maven-central publishing
-
Add @Immutable annotation to attributes that are documented to be immutable or that we have/gain knowledge about that can not be updated.
This would allow KubeRig to detect changes on immutable fie…
-
There is currently no way to go back to the mutable DSL type from an API type.
This needs to be added to easily perform some post-processing on the API types.
-
Hi!
First of all thanks for creating a very promising piece of software!
This post is more of an idea description rather than a bug report.
I'd like to have as much of the definitions in the re…
-
Hi
There is a project https://github.com/kuberig-io/kuberig-dsl-openshift
It generates and compiles some kotlin DSL based on openshift API spec.
It uses fasterxml to produce some yaml from this DSL…
-
I've seen Kuberig at FOSDEM during last weekend and I like a developer-friendly approach for managing Kubernetes configuration!
Unfortunately, Kuberig projects seem to use JCenter to kept the binar…
szpak updated
3 years ago
-
We need to publish new packages to bintray because with the new io.kuberig group they are not properly published to jcenter.
So the vanilla plugin needs to publish to new io-kuberig prefixed packag…
-
The current client-side apply implemented in Kuberig is not stable enough. Using server side apply should resolve a lot of this.
Server side apply should be the default. There needs to be a way to …
-
automate kuberig-dsl build and release pipelines
release pipeline should include propagating the released version number to:
- kuberig-dsl-kubernetes
- kuberig-dsl-openshift
- kuberig (ToBeDecid…
-
automate the build and publishing of the vanilla plugin.