Skip to content

Commit

Permalink
LIBPATCHES are too advanced on some files (#323)
Browse files Browse the repository at this point in the history
The publishing workflows are failing [on
GitHub](https://github.com/canonical/mongodb-operator/actions/runs/7197560677/job/19607662510)
this was caused by
1. the first time publishing failed due to unrelated issue
2. then the libpatch was bumped on subsequent PRs as that is standard
practice
3. then publish libs fails because of 2.
  • Loading branch information
MiaAltieri authored Jan 4, 2024
1 parent b425bc5 commit 1f2f1dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/charms/mongodb/v0/config_server_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 6
LIBPATCH = 1


class ClusterProvider(Object):
Expand Down
2 changes: 1 addition & 1 deletion lib/charms/mongodb/v1/shards_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# Increment this PATCH version before using `charmcraft publish-lib` or reset
# to 0 if you are raising the major API version
LIBPATCH = 4
LIBPATCH = 2
KEYFILE_KEY = "key-file"
HOSTS_KEY = "host"
OPERATOR_PASSWORD_KEY = MongoDBUser.get_password_key_name_for_user(OperatorUser.get_username())
Expand Down

0 comments on commit 1f2f1dc

Please sign in to comment.