github.com/argoproj/argo-events@v1.9.1/docs/releases.md (about)

     1  # Releases
     2  
     3  [Latest releases](https://github.com/argoproj/argo-events/releases)
     4  
     5  ## Supported Versions
     6  
     7  Versions are expressed as x.y.z, where x is the major version, y is the minor
     8  version, and z is the patch version, following Semantic Versioning terminology.
     9  
    10  We maintain release branches for the most recent two minor releases.
    11  
    12  Fixes may be backported to release branches, depending on severity, risk, and,
    13  feasibility.
    14  
    15  If a release contains breaking changes, or CVE fixes, this will documented in
    16  the release notes.
    17  
    18  ## Supported Version Skew
    19  
    20  Image versions of `eventsource`, `sensor`, `eventbus-controller`,
    21  `eventsource-controller`, `sensor-controller` and `events-webhook` should be the
    22  same.
    23  
    24  ## Release Cycle
    25  
    26  For **unstable**, we build and tag `latest` images for every commit to master.
    27  
    28  New minor versions are released roughly every 2 months. Release candidates for
    29  each release are typically available for 2 weeks before the release becomes
    30  generally available.
    31  
    32  Otherwise, we typically patch the release as needed.