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

Fix libs #271

Merged
merged 5 commits into from
Oct 16, 2023
Merged

Fix libs #271

merged 5 commits into from
Oct 16, 2023

Conversation

MiaAltieri
Copy link
Contributor

Issue

previous PR to fix libraries was misguided. More changes needed

  • bumping LIB API requires adding a new director
  • ^ requires updating paths

@MiaAltieri MiaAltieri merged commit 2e6d2d2 into 6/edge Oct 16, 2023
13 checks passed
@MiaAltieri MiaAltieri deleted the fix-libs branch October 16, 2023 06:47
dmitry-ratushnyy added a commit that referenced this pull request Nov 6, 2023
…blished to charmcraft (#300)

## Issue
[The library published to charmcraft contains
](https://charmhub.io/mongodb/libraries/mongodb_backups/source-code)
incorrect import of `from charms.mongodb.v0.helpers import
current_pbm_op, process_pbm_status` .

The correct import statement is `from charms.mongodb.v1.helpers import
current_pbm_op, process_pbm_status` and it was fixed in [this
PR](#271), however the
library version was not bumped, so the fix can not be published.

## Solution
Bump the library version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants