From 82242d82fb03810a9cccfac82aa500e0acdfc101 Mon Sep 17 00:00:00 2001 From: Thomas Polkowski Date: Wed, 17 Sep 2025 22:13:06 -0400 Subject: [PATCH] Remove no longer needed docs --- .github/development.env | 1 - docs/Release.md | 8 +++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/development.env b/.github/development.env index 0629619..e69de29 100644 --- a/.github/development.env +++ b/.github/development.env @@ -1 +0,0 @@ -KUBECTL_VER=1.31 \ No newline at end of file diff --git a/docs/Release.md b/docs/Release.md index 250aec9..fb2144c 100644 --- a/docs/Release.md +++ b/docs/Release.md @@ -2,8 +2,6 @@ 1. First make sure you have followed the [release process steps for releasing a new MKE binary.](https://github.com/MirantisContainers/mke/blob/main/docs/dev/creating-a-release.md) 2. Once the MKE binary is released, we can update homebrew. -3. First create a PR updating `.github/development.env` if any dependency versions should be changed for the new release. Note k0sctl is not a dependency even though it is required for mkectl, this is because k0sctl brew formula is unfortunately not versioned. Merge the PR before proceeding so the actions can use the updated versions. -4. Navigate to the [actions tab ](https://github.com/Mirantis/homebrew-tap/actions/workflows/update-homebrew.yml), and manually run the workflow while providing the new version (i.e `4.0.1`) as an input. Note there should be no "v" in this version. This will create a PR with the updated formula. -5. If you updated dependencies in step 3, you may also need to update dependencies in the formula -6. Verify the tests have finished. There should be bottles output as artifacts from the tests - these are used in the following step. -7. Add the `pr-pull` label to the PR. This will run some final tests and merge the PR if successful. +3. Navigate to the [actions tab ](https://github.com/Mirantis/homebrew-tap/actions/workflows/update-homebrew.yml), and manually run the workflow while providing the new version (i.e `4.0.1`) as an input. Note there should be no "v" in this version. This will create a PR with the updated formula. +4. Verify the tests have finished. There should be bottles output as artifacts from the tests - these are used in the following step. +5. Add the `pr-pull` label to the PR. This will run some final tests and merge the PR if successful.