github.com/argoproj/argo-cd/v2@v2.10.9/docs/developer-guide/release-process-and-cadence.md (about) 1 # Release Process And Cadence 2 3 ## Release Cycle 4 5 ### Schedule 6 7 These are the upcoming releases dates: 8 9 | Release | Release Candidate 1 | General Availability | Release Champion | Release Approver |Checklist | 10 |---------|-----------------------|----------------------|-------------------------------------------------------|-------------------------------------------------------|---------------------------------------------------------------| 11 | v2.6 | Monday, Dec. 19, 2022 | Monday, Feb. 6, 2023 | [William Tam](https://github.com/wtam2018) | [William Tam](https://github.com/wtam2018) | [checklist](https://github.com/argoproj/argo-cd/issues/11563) | 12 | v2.7 | Monday, Mar. 20, 2023 | Monday, May 1, 2023 | [Pavel Kostohrys](https://github.com/pasha-codefresh) | [Pavel Kostohrys](https://github.com/pasha-codefresh) | [checklist](https://github.com/argoproj/argo-cd/issues/12762) | 13 | v2.8 | Monday, Jun. 26, 2023 | Monday, Aug. 7, 2023 | [Keith Chong](https://github.com/keithchong) | [Keith Chong](https://github.com/keithchong) | [checklist](https://github.com/argoproj/argo-cd/issues/13742) | 14 | v2.9 | Monday, Sep. 18, 2023 | Monday, Nov. 6, 2023 | [Leonardo Almeida](https://github.com/leoluz) | [Leonardo Almeida](https://github.com/leoluz) | [checklist](https://github.com/argoproj/argo-cd/issues/14078) | 15 | v2.10 | Monday, Dec. 18, 2023 | Monday, Feb. 5, 2024 | [Katie Lamkin](https://github.com/kmlamkin9) | | [checklist](https://github.com/argoproj/argo-cd/issues/16339) | 16 | v2.11 | Monday, Mar. 18, 2024 | Monday, May 6, 2024 | 17 | v2.12 | Monday, Jun. 17, 2024 | Monday, Aug. 5, 2024 | 18 19 Actual release dates might differ from the plan by a few days. 20 21 ### Release Process 22 23 #### Minor Releases (e.g. 2.x.0) 24 25 A minor Argo CD release occurs four times a year, once every three months. Each General Availability (GA) release is 26 preceded by several Release Candidates (RCs). The first RC is released seven weeks before the scheduled GA date. This 27 effectively means that there is a seven-week feature freeze. 28 29 These are the approximate release dates: 30 31 * The first Monday of February 32 * The first Monday of May 33 * The first Monday of August 34 * The first Monday of November 35 36 Dates may be shifted slightly to accommodate holidays. Those shifts should be minimal. 37 38 #### Patch Releases (e.g. 2.5.x) 39 40 Argo CD patch releases occur on an as-needed basis. Only the three most recent minor versions are eligible for patch 41 releases. Versions older than the three most recent minor versions are considered EOL and will not receive bug fixes or 42 security updates. 43 44 #### Release Champion 45 46 To help manage all the steps involved in a release, we will have a Release Champion. The Release Champion will be 47 responsible for a checklist of items for their release. The checklist is an issue template in the Argo CD repository. 48 49 The Release Champion can be anyone in the Argo CD community. Some tasks (like cherry-picking bug fixes and cutting 50 releases) require [Approver](https://github.com/argoproj/argoproj/blob/master/community/membership.md#community-membership) 51 membership. The Release Champion can delegate tasks when necessary and will be responsible for coordinating with the 52 Approver. 53 54 ### Feature Acceptance Criteria 55 56 To be eligible for inclusion in a minor release, a new feature must meet the following criteria before the release’s RC 57 date. 58 59 If it is a large feature that involves significant design decisions, that feature must be described in a Proposal, and 60 that Proposal must be reviewed and merged. 61 62 The feature PR must include: 63 64 * Tests (passing) 65 * Documentation 66 * If necessary, a note in the Upgrading docs for the planned minor release 67 * The PR must be reviewed, approved, and merged by an Approver. 68 69 If these criteria are not met by the RC date, the feature will be ineligible for inclusion in the RC series or GA for 70 that minor release. It will have to wait for the next minor release. 71 72 ### Security Patch Policy 73 74 CVEs in Argo CD code will be patched for all [supported versions](../operator-manual/installation.md#supported-versions). 75 76 ### Dependencies Lifecycle Policy 77 78 Dependencies are evaluated before being introduced to ensure they: 79 80 1) are actively maintained 81 2) are maintained by trustworthy maintainers 82 83 These evaluations vary from dependency to dependencies. 84 85 Dependencies are also scheduled for removal if the project has been deprecated or if the project is no longer maintained. 86 87 CVEs in dependencies will be patched for all supported versions if the CVE is applicable and is assessed by Snyk to be 88 of high or critical severity. Automation generates a [new Snyk scan weekly](../snyk).