Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update support matrix according to e2e tests #2848

Merged
merged 2 commits into from
Feb 6, 2023

Conversation

sumo-drosiek
Copy link
Contributor

@sumo-drosiek sumo-drosiek commented Feb 6, 2023

  • chore: remove support for KOPS 1.21
  • chore: add support for KOPS 1.25
  • chore: add support for AKS 1.25
  • chore: add support for GKE 1.25
  • chore: add support for Openshift 4.11

Checklist

  • Changelog updated or skip changelog label added
  • Documentation updated
  • Template tests added for new features
  • Integration tests added or modified for major features

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
@sumo-drosiek sumo-drosiek requested a review from a team as a code owner February 6, 2023 12:10
@github-actions github-actions bot added the documentation documentation label Feb 6, 2023
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
@sumo-drosiek sumo-drosiek changed the title chore: update support matric according to e2e tests chore: update support matrix according to e2e tests Feb 6, 2023
Copy link
Contributor

@perk-sumo perk-sumo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@sumo-drosiek sumo-drosiek merged commit 7c3d3e9 into main Feb 6, 2023
@sumo-drosiek sumo-drosiek deleted the drosiek-update-support-matrix branch February 6, 2023 12:21
@perk-sumo
Copy link
Contributor

BTW we should backport that into our release-v3.0 as well I think.

@sumo-backporter
Copy link
Contributor

The backport to release-v3.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-v3.0 release-v3.0
# Navigate to the new working tree
cd .worktrees/backport-release-v3.0
# Create a new branch
git switch --create backport-2848-to-release-v3.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7c3d3e99c12b47c9b6ca39a77ed141fac24b54fa
# Push it to GitHub
git push --set-upstream origin backport-2848-to-release-v3.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-v3.0

Then, create a pull request where the base branch is release-v3.0 and the compare/head branch is backport-2848-to-release-v3.0.

sumo-drosiek added a commit that referenced this pull request Feb 9, 2023
* chore: update support matric according to e2e tests

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>

* chore(changelog): update

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>

---------

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
sumo-drosiek added a commit that referenced this pull request Feb 9, 2023
* chore: update support matric according to e2e tests

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>

* chore(changelog): update

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>

---------

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants