Skip to content

Conversation

dragomirp
Copy link
Contributor

@dragomirp dragomirp commented Jan 23, 2023

Issue

  • DPE-1081
  • VM charm PR#53
  • Moving fixes from the VM charm to K8S charm to publish the updated charm library

Solution

Context

  • TLS tests broke with the update of ops to 1.5.4, fixes to the library should remedy this

Testing

Release Notes

  • Updating ops framework to 1.5.4
  • Updating postgresql_tls charm lib to 0.5

logger.error("An unknown certificate expiring.")
if (
event.certificate_signing_request.strip()
!= str(self.charm.get_secret(SCOPE, "csr")).strip()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Casting to string just in case, since the unit tests assume those to be None.

@dragomirp dragomirp marked this pull request as ready for review January 23, 2023 15:31
Copy link
Member

@marceloneppel marceloneppel left a comment

Choose a reason for hiding this comment

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

Looks good!

@dragomirp dragomirp merged commit 3194a7a into main Jan 24, 2023
@dragomirp dragomirp deleted the postgresql-tls-lib-v5 branch January 24, 2023 12:51
BON4 pushed a commit to BON4/postgresql-k8s-operator that referenced this pull request May 20, 2024
* Updating ops framework and postgresql_tls charm lib

* Lint and unit test fixes
github-actions bot added a commit to canonical/test-runners-2-github-x64-postgresql-k8s-operator that referenced this pull request Jun 17, 2024
github-actions bot added a commit to canonical/test-runners-2-is-x64-postgresql-k8s-operator that referenced this pull request Jun 17, 2024
github-actions bot added a commit to canonical/test-runners-2-is-arm64-postgresql-k8s-operator that referenced this pull request Jun 18, 2024
github-actions bot added a commit to canonical/test-runners-2-azure-arm64-postgresql-k8s-operator that referenced this pull request Jul 21, 2024
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