Quiz
Explore how to master versioning releases using semantic versioning principles combined with Jenkins X automation. This lesson prepares you to understand key workflows in managing release versions effectively within Kubernetes CI/CD pipelines.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
In semantic versioning, the PATCH is incremented when _________________________.
A.
changes are not backward compatible
B.
we release bug fixes
C.
new functionality is added in a backward-compatible manner
1 / 6
In the ...