Skip to content

Commit

Permalink
[rfc] Pseudo formula stating the independent versioning of dependencies
Browse files Browse the repository at this point in the history
* Kuadrant Suite version will have the Kuadrant Operator version
* The rest of the dependencies are versioned independently
  • Loading branch information
didierofrivia committed Feb 21, 2024
1 parent c8e299e commit 11677fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rfcs/0000-kuadrant-release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ By releasing a new version of Kuadrant, we mean releasing the set of components
some of them maybe freshly released, or others still using versioning from the previous one, and being the version of the
**Kuadrant Operator** the one that defines the version of the whole suite.

```
Kuadrant Suite vx.y.z = Kuadrant Operator vx.y.z + Authorino Operator va.b.c + Limitador Operator vd.e.f + DNS Operator vg.h.i + MGC Controller vj.k.l + Wasm Shim vm.n.o
```

The technical details of how to release each component are out of the scope of this RFC and could be found in the
[Kuadrant components CI/CD](https://github.com/Kuadrant/architecture/pull/41) RFC.

Expand Down

0 comments on commit 11677fa

Please sign in to comment.