Skip to content

Commit

Permalink
Add versioning information and update renovate (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleb authored Jan 31, 2025
1 parent 0746c33 commit 80cc652
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"github>rancher/renovate-config#release"
],
"baseBranches": [
"main"
"main", "release/v0.6", "release/v0.5", "release/v0.4", "release/v0.3"
],
"prHourlyLimit": 2,
"enabledManagers": [
Expand All @@ -14,4 +14,4 @@
"regex",
"gomod"
]
}
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,3 +196,7 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

# Versioning

See [VERSION.md](VERSION.md).
9 changes: 9 additions & 0 deletions VERSION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Rancher's Webhook follows a pre-release (v0.x) strategy of semver. There no compatibility between releases. Instead, each Webhook version aims to be compatible with a single version of Rancher. The current supported versions of the Webhook (and the compatible version of rancher) are as follows:

| Webhook Branch | Webhook Minor version | Rancher Minor Version |
|--------------------------|------------------------------------|------------------------------------------------|
| main | v0.7 | v2.11 |
| release/v0.6 | v0.6 | v2.10 |
| release/v0.5 | v0.5 | v2.9 |
| release/v0.4 | v0.4 | v2.8 |
| release/v0.3 | v0.3 | v2.7 |

0 comments on commit 80cc652

Please sign in to comment.