You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
2025-01-12
Added
Version check of the application at startup, and hourly afterwards. This log can be used for alerting in your log processor of choice. Can be opted out of using versionCheck.enabled: false in the Helm chart
Packages requests, packaging and threading
Removed
pyyaml requirement, this is now unused after several changes
Bumped package azure-identity package to 1.* from 1.17.1
Bumped package azure-keyvault-certificates4.* from 4.8.0
Bumped package kubernetes to 30.* from 30.10.0
Helm Chart updated to v0.3.0 from v0.2.2
Fixed
sync_k8s_secrets_to_key_vault() has been rewritten to prevent memory leaks when processing increasing amounts of certificates. Can now process 1000-2000 certificates and stay under 128MiB usage
Set runs-on: ubuntu-22.04 in GitHub Workflows from runs-on: latest due to unavailable package providers during testing