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

[DPE-5830] Bump to 24.04 #495

Open
wants to merge 35 commits into
base: 2/edge
Choose a base branch
from
Open

[DPE-5830] Bump to 24.04 #495

wants to merge 35 commits into from

Conversation

reneradoi
Copy link
Contributor

to be added

@zmraul zmraul changed the title bump to 24.04 [DPE-5830] Bump to 24.04 Nov 13, 2024
@zmraul zmraul marked this pull request as ready for review December 9, 2024 09:35
@@ -79,7 +79,7 @@ def __init__(
self.peer_relation = peer_relation
self.jdk_path = jdk_path
self.certs_path = certs_path
self.keytool = self.jdk_path + "/bin/keytool"
self.keytool = "opensearch.keytool"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I like that change and that this is now provided by the snap!

@@ -114,10 +114,11 @@ jobs:
path:
- .
- ./tests/integration/relations/opensearch_provider/application-charm/
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v22.0.0
uses: canonical/data-platform-workflows/.github/workflows/build_charm.yaml@beta-charmcraftst124
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe add some # todo comments here?

Comment on lines +550 to +552
with tempfile.NamedTemporaryFile(
mode="w+t", dir=self.charm.opensearch.paths.conf
) as ca_tmp_file:
Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍 good change. Just for consideration: there is also a self.charm.opensearch.paths.certs.

# should not be updated unless https://github.com/juju/python-libjuju/issues/1093 is fixed
juju = "==3.5.0"
# websockets issue solved from 3.2.5.1 https://github.com/juju/python-libjuju/issues/1184 # TODO: restore to 3.5.0
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nice to see this fixed.

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.

2 participants