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

feat!: remove unused blockstorage providers #2666

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

hairyhum
Copy link
Contributor

@hairyhum hairyhum commented Feb 7, 2024

Change Overview

Currently vmware and efs blockstorage providers cannot be used from functions. We decided to eventually remove blockstorage package in favour of CSI interfaces, hence these providers will not be used in the future.

BREAKING CHANGES: for applications using kanister code as a dependency this change
removes two packages github.com/kanisterio/kanister/pkg/blockstorage/vmware and
github.com/kanisterio/kanister/pkg/blockstorage/awsefs

Pull request type

Please check the type of change your PR introduces:

  • 🚧 Work in Progress
  • 🌈 Refactoring (no functional changes, no api changes)
  • 🐹 Trivial/Minor
  • 🐛 Bugfix
  • 🌻 Feature
  • 🗺️ Documentation
  • 🤖 Test

Issues

Test Plan

  • 💪 Manual
  • ⚡ Unit test
  • 💚 E2E

@infraq infraq added this to In Progress in Kanister Feb 7, 2024
@hairyhum hairyhum force-pushed the blockstorage-unused-providers branch from 19cb066 to bf33625 Compare February 8, 2024 17:01
@hairyhum hairyhum force-pushed the blockstorage-unused-providers branch from bf33625 to 5577c00 Compare February 26, 2024 17:06
@hairyhum hairyhum marked this pull request as ready for review February 26, 2024 17:07
@hairyhum hairyhum force-pushed the blockstorage-unused-providers branch from 5577c00 to dfed5f1 Compare March 8, 2024 17:18
Copy link
Contributor

@pavannd1 pavannd1 left a comment

Choose a reason for hiding this comment

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

LGTM

Kanister automation moved this from In Progress to Reviewer approved Mar 14, 2024
Currently vmware and efs blockstorage providers cannot be used from functions.
We decided to eventually remove blockstorage package in favour of CSI interfaces,
hence these providers will not be used in the future.

BREAKING CHANGES: for applications using kanister code as a dependency this change
removes two packages `github.com/kanisterio/kanister/pkg/blockstorage/vmware` and
`github.com/kanisterio/kanister/pkg/blockstorage/awsefs`
@hairyhum hairyhum force-pushed the blockstorage-unused-providers branch from dfed5f1 to d5fd066 Compare March 15, 2024 16:22
@hairyhum hairyhum added the kueue label Mar 15, 2024
@mergify mergify bot merged commit 9dfd130 into master Mar 15, 2024
14 checks passed
@mergify mergify bot deleted the blockstorage-unused-providers branch March 15, 2024 17:00
Kanister automation moved this from Reviewer approved to Done Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants