This page catalogues releases from charm engineering teams. Its content is automatically generated every 15 minutes by querying the GitHub API and scraping Launchpad pages. The data is generated using releasegen.
| Repository | Latest Releases/Commit | Status | Commits Since | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| lru | Up to date | |||||||||||||||||
| replicaset | replicaset
What’s Changed
Full Changelog: https://github.com/juju/replicaset/compare/v2.0.0…v2.0.1 | |||||||||||||||||
| blobstore | blobstore
Use upstream blobstore
What’s Changed
Full Changelog: https://github.com/juju/blobstore/commits/v2.0.0 | |||||||||||||||||
| bot-playground | Up to date | |||||||||||||||||
| bundlechanges | bundlechanges
Merge pull request #65 from SimonRichardson/charm-dependencies https://github.com/juju/bundlechanges/pull/65 As the charm brings in dependency breaking changes (prefix for bundles are required), this ensures that all consumers of this library are fully exposed to the fact that the underlying charm and charmrepo changes are breaking changes and I’m forcing bundlechanges users to understand this. The number of changes inside go mod and sum are a bit concerning, but all the tests pass, so I’m inclined to leave it as-is for now. bundlechanges
Merge pull request #64 from SimonRichardson/deterministic-master https://github.com/juju/bundlechanges/pull/64 The following ensure that the applications that we loop through are deterministic, so that when adding application units we skip correctly with in the loop. This is fixing LP #1883645 bundlechanges
Merge pull request #64 from SimonRichardson/deterministic-master https://github.com/juju/bundlechanges/pull/64 The following ensure that the applications that we loop through are deterministic, so that when adding application units we skip correctly with in the loop. This is fixing LP #1883645 | |||||||||||||||||
| charm | charm
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/charm/compare/v12.1.0…v12.1.1 charm
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/charm/compare/v12.0.2…v13.2.0 charm
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/charm/compare/v12.0.2…v12.1.0 | Up to date | ||||||||||||||||
| charm-base-images | charm-base-images
Merge pull request #18 from juju/fix-release ci: fix actions on ubuntu 24.04 runners | Up to date | ||||||||||||||||
| charmrepo | charmrepo
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/charmrepo/compare/v6.0.2…v6.0.3 charmrepo
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/charmrepo/compare/6.0.0…v6.0.1 | |||||||||||||||||
| cmd | cmd
What’s Changed
Full Changelog: https://github.com/juju/cmd/compare/v3.2.1…v3.2.2 cmd
When generating command doc, do not include command aliases. What’s Changed
Full Changelog: https://github.com/juju/cmd/compare/v3.2.0…v3.2.1 cmd
What’s Changed
Full Changelog: https://github.com/juju/cmd/compare/v3.1.1…v3.1.2 | |||||||||||||||||
| collections | collections
What’s Changed
Full Changelog: https://github.com/juju/collections/compare/v1.0.3…v1.0.4 collections
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/collections/compare/v1.0.2…v1.0.3 collections
What’s Changed
Full Changelog: https://github.com/juju/collections/compare/v1.0.1…v1.0.2 | |||||||||||||||||
| description | description
What’s Changed
Full Changelog: https://github.com/juju/description/compare/v7.0.0…v7.0.2 description
What’s Changed
Full Changelog: https://github.com/juju/description/compare/v5.2.0…v7.0.1 description
What’s Changed
Full Changelog: https://github.com/juju/description/compare/v5.2.0…v7.0.0 | |||||||||||||||||
| environschema | environschema
Full Changelog: https://github.com/juju/environschema/compare/v1.0.1…v1.0.2 | Up to date | ||||||||||||||||
| worker | worker
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/worker/compare/v4.3.0…v5.0.0 worker
What’s Changed
Full Changelog: https://github.com/juju/worker/compare/v4.2.0…v4.3.0 worker
What’s Changed
Full Changelog: https://github.com/juju/worker/compare/v4.1.0…v4.2.0 | Up to date | ||||||||||||||||
| viddy | ||||||||||||||||||
| go-oracle-cloud | go-oracle-cloud
Merge pull request #3 from gabriel-samfira/fix-typo fixes typo in json tag | Up to date | ||||||||||||||||
| utils | utils
Fixes CVE-2025-6224 which affects versions between v4.0.1 and v4.0.3. Full Changelog: https://github.com/juju/utils/compare/v4.0.3…v4.0.4 utils
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/utils/compare/v3.2.0…v3.2.1 utils
What’s Changed
Full Changelog: https://github.com/juju/utils/compare/v3.1.1…v3.2.0 | |||||||||||||||||
| gomaasapi | gomaasapi
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/gomaasapi/compare/v2.2.0…v2.3.0 gomaasapi
What’s Changed
Full Changelog: https://github.com/juju/gomaasapi/compare/v2.1.0…v2.2.0 gomaasapi
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/gomaasapi/compare/v2.0.2…v2.1.0 | Up to date | ||||||||||||||||
| http | http
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/http/commits/v2.0.0 | |||||||||||||||||
| httprequest | httprequest
Merge pull request #54 from rogpeppe/043-add-handlers add AddHandlers convenience function httprequest
Merge pull request #57 from rogpeppe/001-generate-use-go-packages cmd/httprequest-generate-client: make it work with go modules httprequest
Merge pull request #46 from mhilton/009-context Add contexts to handlers This adds a context to all request handlers. | Up to date | ||||||||||||||||
| usso | usso
Merge pull request #9 from mhilton/004-update-dependencies update dependencies usso
Merge pull request #8 from mhilton/003-support-openid-macaroon-extension openid: support macaroon discharge extension | |||||||||||||||||
| txn | txn
When creating a txn runner, accept the passed in parameter requesting server side txns at face value and do not attempt to do another check based on mongodb version. It is the caller’s responsibility to ensure compatibility. txn
When doing the check to see if server side txns are supported, any error querying the mongodb build info was being ignored. txn
What’s Changed
Full Changelog: https://github.com/juju/txn/compare/v2.1.0…v2.1.1 | |||||||||||||||||
| juju | juju
The Juju team is proud to release Juju 3.6.21! This is a point release to the stable 3.6 series of Juju. Checkout the Juju 3.6.21 Release Notes What’s Changed
Full Changelog: https://github.com/juju/juju/compare/v3.6.20…v3.6.21 juju
The Juju team is proud to release Juju 2.9.57! This is a point release to the stable 2.9 series of Juju. Checkout the Juju 2.9.57 Release Notes What’s Changed
Full Changelog: https://github.com/juju/juju/compare/v2.9.56…v2.9.57 juju
The Juju team is proud to release Juju 4.0.5! This is a point release to the stable 4.0 series of Juju. Checkout the Juju 4.0.5 Release Notes Full Changelog: https://github.com/juju/juju/compare/v4.0.3…v4.0.5 | |||||||||||||||||
| juju-db-oci | juju-db-oci
Merge pull request #14 from wallyworld/use-docker chore: hard code to use docker unless overridden juju-db-oci
Merge pull request #13 from wallyworld/add-missing-steps fix: add set up steps needed to do make push | Up to date | ||||||||||||||||
| juju-db-snap | Up to date | |||||||||||||||||
| base | base
Merge pull request #3 from hpidcock/base Missing fixes for find/replace mistake. base
Merge pull request #2 from hpidcock/base Migrate to Bases instead of Systems. | Up to date | ||||||||||||||||
| testing | testing
What’s Changed
Full Changelog: https://github.com/juju/testing/compare/v1.1.0…v1.2.1 testing
What’s Changed
Full Changelog: https://github.com/juju/testing/compare/v1.0.4…v1.1.0 testing
What’s Changed
Full Changelog: https://github.com/juju/testing/compare/v1.0.3…v1.0.4 | Up to date | ||||||||||||||||
| errors | errors
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/errors/commits/v1.0.0 | Up to date | ||||||||||||||||
| mgo | mgo
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/mgo/compare/v3.0.7…v3.0.9 mgo
What’s Changed
Full Changelog: https://github.com/juju/mgo/compare/v3.0.5…v3.0.7 mgo
What’s Changed
Full Changelog: https://github.com/juju/mgo/compare/v3.0.5…v3.0.6 | Up to date | ||||||||||||||||
| musl-cross-pkg-snap | Up to date | |||||||||||||||||
| terraform-provider-juju | terraform-provider-juju
What’s Changed
Full Changelog: https://github.com/juju/terraform-provider-juju/compare/v1.4.2…v1.4.3 terraform-provider-juju
NoteThis is a patch release to address issues with the newer version of goreleaser which prevented the registry from properly ingesting the release. What’s Changed
Full Changelog: https://github.com/juju/terraform-provider-juju/compare/v1.4.1…v1.4.2 terraform-provider-juju
What’s Changed
Full Changelog: https://github.com/juju/terraform-provider-juju/compare/v1.4.0…v1.4.1 | |||||||||||||||||
| names | names
This release changes the payload of application offer tags to be the offer uuid rather than the name. names
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/names/compare/4.0.0…v4.0.0 | |||||||||||||||||
| os | os
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/os/compare/v2.2.4…v2.2.5 os
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/os/compare/v2.2.3…v2.2.4 | Up to date | ||||||||||||||||
| packaging | packaging
What’s Changed
Full Changelog: https://github.com/juju/packaging/compare/v3.1.0…v4.0.0 packaging
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/packaging/compare/v3.0.0…v3.1.0 packaging
What’s Changed
Full Changelog: https://github.com/juju/packaging/compare/v2.0.1…v2.1.0 | Up to date | ||||||||||||||||
| loggo | loggo
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/loggo/compare/v2.1.0…v2.2.0 loggo
What’s Changed
Full Changelog: https://github.com/juju/loggo/compare/v2.0.1…v2.1.0 loggo
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/loggo/commits/v1.0.0 | Up to date | ||||||||||||||||
| systems | systems
Merge pull request #3 from hpidcock/base Missing fixes for find/replace mistake. systems
Merge pull request #2 from hpidcock/base Migrate to Bases instead of Systems. | Up to date | ||||||||||||||||
| python-libjuju | python-libjuju
This release of Note that What’s Changed
Full Changelog: https://github.com/juju/python-libjuju/compare/3.6.1.2…3.6.1.3 python-libjuju
Belated release notes and tag for 3.6.1.2 release on May 26, 2025. What’s Changed
Full Changelog: https://github.com/juju/python-libjuju/compare/3.6.1.1…3.6.1.2 python-libjuju
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/python-libjuju/compare/3.6.1.0…3.6.1.1 | Up to date | ||||||||||||||||
| schema | schema
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/schema/compare/v1.0.1…v1.2.0 schema
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/schema/compare/v1.0.0…v1.0.1 | Up to date | ||||||||||||||||
| juju-restore | juju-restore
What’s Changed
Full Changelog: https://github.com/juju/juju-restore/compare/v0.15…v0.16 juju-restore
What’s Changed
Full Changelog: https://github.com/juju/juju-restore/compare/v0.14…v0.15 juju-restore
Add support for cloning secret backend rotations to the –copy-controller option. See https://github.com/juju/juju-restore/pull/25 . | Up to date | ||||||||||||||||
| retry | retry
What’s ChangedThis is a small bugfix update from previous versions, though there is one small behavioral change. The primary fix is that previously if you did The new logic does a +/- 20% from the expected delay, and then caps that at min and max. This averages very close to the expected values (in testing, the over time difference is around a 1% shift.) Full Changelog: https://github.com/juju/retry/compare/v1.0.0…v1.0.1## What’s Changed * fix: cleanup our handling of jitter and other misc by @jameinel in https://github.com/juju/retry/pull/12 retry
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/retry/commits/v1.0.0 | Up to date | ||||||||||||||||
| rpcreflect | rpcreflect
What’s Changed
Full Changelog: https://github.com/juju/rpcreflect/compare/v1.1.0…v1.2.0 rpcreflect
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/rpcreflect/compare/v1.0.0…v1.1.0 rpcreflect
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/rpcreflect/commits/v1.0.0 | Up to date | ||||||||||||||||
| jsonschema | jsonschema
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/jsonschema/commits/v1.0.0 | Up to date | ||||||||||||||||
| jsonschema-gen | jsonschema-gen
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/jsonschema-gen/commits/v1.0.0 | Up to date | ||||||||||||||||
| pubsub | pubsub
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/pubsub/commits/v2.0.0 | |||||||||||||||||
| featureflag | featureflag
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/featureflag/commits/v1.0.0 | Up to date | ||||||||||||||||
| terms-client | terms-client
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/terms-client/compare/v1.0.1…v2.0.0 | Up to date | ||||||||||||||||
| romulus | romulus
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/romulus/commits/v1.0.0 | Up to date | ||||||||||||||||
| version | version
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/version/commits/v2.0.0 | |||||||||||||||||
| mutex | mutex
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/mutex/commits/v2.0.0 | Up to date | ||||||||||||||||
| ansiterm | ansiterm
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/ansiterm/commits/v1.0.0 | Up to date | ||||||||||||||||
| ratelimit | ratelimit
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/ratelimit/compare/v1.0.1…v1.0.2 | Up to date | ||||||||||||||||
| persistent-cookiejar | persistent-cookiejar
What’s Changed
New Contributors
Full Changelog: https://github.com/juju/persistent-cookiejar/commits/v1.0.0 | Up to date | ||||||||||||||||
| gojsonschema | gojsonschema
Full Changelog: https://github.com/juju/gojsonschema/commits/v1.0.0 | Up to date |
| Repository | Latest Releases/Commit | Commits Since |
|---|
| Repository | Latest Releases/Commit | Status | Commits Since | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| nginx-rock | nginx-rock
feat: nginx 1.28-25.04 rock (#32)
Co-authored-by: michaeldmitry michael.dmitry98@gmail.com nginx-rock
feat: change ownership to Tracing team (#31) According to the maintenance rebalancing process, the ownership of this repository is being changed from Shared to Tracing. Signed-off-by: Luca Bello 36242061+lucabello@users.noreply.github.com nginx-rock
chore: add missing module (#27) | Up to date | ||||||||||||||||||||
| tls-truststore-operator | tls-truststore-operator
Merge pull request #4 from canonical/set-codeowners-by-team [skip ci] chore: update CODEOWNERS to use observability team | Up to date | ||||||||||||||||||||
| avalanche-k8s-operator | avalanche-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on November 22, 2025 at 06:53 UTC What’s ChangedFull Changelog: https://github.com/canonical/avalanche-k8s-operator/compare/rev60…rev61 avalanche-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on November 21, 2025 at 16:10 UTC What’s Changed
Full Changelog: https://github.com/canonical/avalanche-k8s-operator/compare/rev59…rev60 avalanche-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on September 27, 2025 at 04:19 UTC What’s Changed
Full Changelog: https://github.com/canonical/avalanche-k8s-operator/compare/rev58…rev59 | Up to date | ||||||||||||||||||||
| blackbox-exporter-k8s-operator | blackbox-exporter-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on March 17, 2026 at 17:40 UTC What’s ChangedFull Changelog: https://github.com/canonical/blackbox-exporter-k8s-operator/compare/rev44…rev48 blackbox-exporter-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on February 9, 2026 at 17:57 UTC What’s ChangedFull Changelog: https://github.com/canonical/blackbox-exporter-k8s-operator/compare/rev43…rev45 blackbox-exporter-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on January 19, 2026 at 13:33 UTC What’s ChangedFull Changelog: https://github.com/canonical/blackbox-exporter-k8s-operator/compare/rev41…rev44 | |||||||||||||||||||||
| blackbox-exporter-operator | blackbox-exporter-operator
This revision is for ./blackbox-exporter_ubuntu%4022.04-arm64.charm ./blackbox-exporter_ubuntu%4022.04-ppc64el.charm ./blackbox-exporter_ubuntu%4024.04-arm64.charm ./blackbox-exporter_ubuntu%4022.04-amd64.charm ./blackbox-exporter_ubuntu%4024.04-ppc64el.charm ./blackbox-exporter_ubuntu%4024.04-s390x.charm ./blackbox-exporter_ubuntu%4022.04-s390x.charm ./blackbox-exporter_ubuntu%4024.04-amd64.charm Released to latest/edge on April 6, 2026 at 22:17 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/blackbox-exporter-operator/compare/rev11…rev20 blackbox-exporter-operator
This revision is for ./blackbox-exporter_ubuntu%4022.04-arm64.charm ./blackbox-exporter_ubuntu%4022.04-ppc64el.charm ./blackbox-exporter_ubuntu%4024.04-arm64.charm ./blackbox-exporter_ubuntu%4022.04-amd64.charm ./blackbox-exporter_ubuntu%4024.04-ppc64el.charm ./blackbox-exporter_ubuntu%4024.04-s390x.charm ./blackbox-exporter_ubuntu%4022.04-s390x.charm ./blackbox-exporter_ubuntu%4024.04-amd64.charm Released to latest/edge on April 6, 2026 at 22:17 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/blackbox-exporter-operator/compare/rev11…rev19 blackbox-exporter-operator
This revision is for ./blackbox-exporter_ubuntu%4022.04-arm64.charm ./blackbox-exporter_ubuntu%4022.04-ppc64el.charm ./blackbox-exporter_ubuntu%4024.04-arm64.charm ./blackbox-exporter_ubuntu%4022.04-amd64.charm ./blackbox-exporter_ubuntu%4024.04-ppc64el.charm ./blackbox-exporter_ubuntu%4024.04-s390x.charm ./blackbox-exporter_ubuntu%4022.04-s390x.charm ./blackbox-exporter_ubuntu%4024.04-amd64.charm Released to latest/edge on April 6, 2026 at 22:17 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/blackbox-exporter-operator/compare/rev11…rev18 |
| ||||||||||||||||||||
| blackbox-exporter-rock | blackbox-exporter-rock
feat: spread tests and centralized justfile (#9)
blackbox-exporter-rock
feat: Change Go build snap source from stable to candidate Signed-off-by: Luca Bello 36242061+lucabello@users.noreply.github.com blackbox-exporter-rock
feat: Change JIRA project key from TAP to OBC Signed-off-by: Luca Bello 36242061+lucabello@users.noreply.github.com | Up to date | ||||||||||||||||||||
| catalogue-k8s-operator | catalogue-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on February 20, 2026 at 16:27 UTC What’s Changed
Full Changelog: https://github.com/canonical/catalogue-k8s-operator/compare/rev119…rev120 catalogue-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on February 5, 2026 at 16:32 UTC What’s Changed
Full Changelog: https://github.com/canonical/catalogue-k8s-operator/compare/rev118…rev119 catalogue-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on February 2, 2026 at 16:26 UTC What’s Changed
Full Changelog: https://github.com/canonical/catalogue-k8s-operator/compare/rev117…rev118 | |||||||||||||||||||||
| charming-actions | charming-actions
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/charming-actions/compare/2.6.3…2.7.0 charming-actions
What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/charming-actions/compare/2.6.2…2.6.3 charming-actions
What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/charming-actions/compare/2.6.1…2.6.2 | |||||||||||||||||||||
| charmlibs | charmlibs
This post-release of Full Changelog: https://github.com/canonical/charmlibs/compare/pathops-v1.0.1…pathops-v1.0.1.post0 charmlibs
This patch release for the What’s Changed
Full Changelog: https://github.com/canonical/charmtech-charmlibs/compare/pathops-v1.0.0…pathops-v1.0.1 charmlibs
This is the 1.0 stable release for What’s Changed
Full Changelog: https://github.com/canonical/charmtech-charmlibs/compare/pathops-v0.0.0…pathops-v1.0.0 | |||||||||||||||||||||
| cos-alerter | fd9f52ba21ffd51fccc45a96dca6c7e3a735b7f60daeed6b0095cbe88168d36c cos-alerter
allow user to set listen address and port (#55)
faeed79c6db3ee8474032842fc828b211a405c32879534b2ecd91d6276d46618 cos-alerter
Update .jira_sync_config.yaml Signed-off-by: Simon Aronsson simme@arcticbit.se fa573ffb2eb835223a1b9ed556c70744a4404d0af5b4c820fd8ac0735115daa6 cos-alerter
defaults for config values (#44)
| Up to date | ||||||||||||||||||||
| cos-configuration-k8s-operator | cos-configuration-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 11, 2026 at 00:42 UTC What’s Changed
Full Changelog: https://github.com/canonical/cos-configuration-k8s-operator/compare/rev93…rev94 cos-configuration-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 8, 2026 at 17:36 UTC What’s ChangedFull Changelog: https://github.com/canonical/cos-configuration-k8s-operator/compare/rev92…rev93 cos-configuration-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 8, 2026 at 12:42 UTC What’s Changed
Full Changelog: https://github.com/canonical/cos-configuration-k8s-operator/compare/rev91…rev92 | Up to date | ||||||||||||||||||||
| cos-coordinated-workers | cos-coordinated-workers
What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/cos-coordinated-workers/compare/v2.2.3…v2.2.4 cos-coordinated-workers
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/cos-coordinated-workers/compare/v2.2.2…v2.2.3 cos-coordinated-workers
What’s Changed
Full Changelog: https://github.com/canonical/cos-coordinated-workers/compare/v2.2.1…v2.2.2 | |||||||||||||||||||||
| cos-lib | cos-lib
What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/cos-lib/compare/1.9.0…1.9.1 cos-lib
What’s Changed
Full Changelog: https://github.com/canonical/cos-lib/compare/1.8.0…1.9.0 cos-lib
What’s Changed
Full Changelog: https://github.com/canonical/cos-lib/compare/1.7.0…1.8.0 | Up to date | ||||||||||||||||||||
| cos-lite-bundle | cos-lite-bundle
Fix broken links (#131) cos-lite-bundle
Signed-off-by: Simon Aronsson simme@arcticbit.se (#130) Add SECURITY.md file cos-lite-bundle
Update INTEGRATING.md Signed-off-by: Simon Aronsson simme@arcticbit.se | Up to date | ||||||||||||||||||||
| cos-proxy-operator | cos-proxy-operator
This revision is for ubuntu@22.04 (amd64) ubuntu@20.04 (amd64) Released to 2/edge on September 26, 2025 at 20:42 UTC What’s Changed
Full Changelog: https://github.com/canonical/cos-proxy-operator/compare/rev164…rev167 cos-proxy-operator
This revision is for ubuntu@22.04 (amd64) ubuntu@20.04 (amd64) Released to 2/edge on September 26, 2025 at 20:41 UTC What’s Changed
Full Changelog: https://github.com/canonical/cos-proxy-operator/compare/rev164…rev166 cos-proxy-operator
This revision is for ubuntu@20.04 (amd64) ubuntu@22.04 (amd64) Released to 2/edge on September 9, 2025 at 16:29 UTC What’s Changed
Full Changelog: https://github.com/canonical/cos-proxy-operator/compare/rev162…rev164 | |||||||||||||||||||||
| cos-tool | Up to date | |||||||||||||||||||||
| generic-exporter-operator | generic-exporter-operator
This revision is for ./generic-exporter_ubuntu%4022.04-amd64.charm ./generic-exporter_ubuntu%4024.04-ppc64el.charm ./generic-exporter_ubuntu%4024.04-amd64.charm ./generic-exporter_ubuntu%4022.04-arm64.charm ./generic-exporter_ubuntu%4022.04-s390x.charm ./generic-exporter_ubuntu%4022.04-ppc64el.charm ./generic-exporter_ubuntu%4024.04-arm64.charm ./generic-exporter_ubuntu%4024.04-s390x.charm Released to dev/edge on March 19, 2026 at 01:05 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/generic-exporter-operator/commits/rev35 generic-exporter-operator
This revision is for ./generic-exporter_ubuntu%4022.04-amd64.charm ./generic-exporter_ubuntu%4024.04-ppc64el.charm ./generic-exporter_ubuntu%4024.04-amd64.charm ./generic-exporter_ubuntu%4022.04-arm64.charm ./generic-exporter_ubuntu%4022.04-s390x.charm ./generic-exporter_ubuntu%4022.04-ppc64el.charm ./generic-exporter_ubuntu%4024.04-arm64.charm ./generic-exporter_ubuntu%4024.04-s390x.charm Released to dev/edge on March 19, 2026 at 01:05 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/generic-exporter-operator/commits/rev34 generic-exporter-operator
This revision is for ./generic-exporter_ubuntu%4022.04-amd64.charm ./generic-exporter_ubuntu%4024.04-ppc64el.charm ./generic-exporter_ubuntu%4024.04-amd64.charm ./generic-exporter_ubuntu%4022.04-arm64.charm ./generic-exporter_ubuntu%4022.04-s390x.charm ./generic-exporter_ubuntu%4022.04-ppc64el.charm ./generic-exporter_ubuntu%4024.04-arm64.charm ./generic-exporter_ubuntu%4024.04-s390x.charm Released to dev/edge on March 19, 2026 at 01:05 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/generic-exporter-operator/commits/rev33 | Up to date |
| |||||||||||||||||||
| git-sync-rock | git-sync-rock
feat: spread tests and centralized justfile (#9)
git-sync-rock
chore(deps): bump git-sync version to v4.6.0 (#7) git-sync-rock
chore(deps): bump git-sync version to v4.6.0 (#6) | Up to date | ||||||||||||||||||||
| grafana-agent-k8s-operator | grafana-agent-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on March 12, 2026 at 18:56 UTC What’s Changed
Full Changelog: https://github.com/canonical/grafana-agent-k8s-operator/compare/rev201…rev211 grafana-agent-k8s-operator
This revision is for ubuntu@24.04 (arm64) Released to 2/edge on March 12, 2026 at 18:56 UTC What’s Changed
Full Changelog: https://github.com/canonical/grafana-agent-k8s-operator/compare/rev201…rev210 grafana-agent-k8s-operator
This revision is for ubuntu@24.04 (arm64) Released to dev/edge on February 20, 2026 at 05:08 UTC What’s Changed
Full Changelog: https://github.com/canonical/grafana-agent-k8s-operator/compare/rev206…rev209 | |||||||||||||||||||||
| grafana-agent-operator | grafana-agent-operator
This revision is for ubuntu@20.04 (amd64) ubuntu@24.04 (amd64) ubuntu@22.04 (amd64) Released to 2/edge on March 11, 2026 at 19:30 UTC What’s Changed
Full Changelog: https://github.com/canonical/grafana-agent-operator/compare/rev839…rev845 grafana-agent-operator
This revision is for ubuntu@20.04 (amd64) ubuntu@24.04 (amd64) ubuntu@22.04 (amd64) Released to 2/edge on March 11, 2026 at 19:30 UTC What’s Changed
Full Changelog: https://github.com/canonical/grafana-agent-operator/compare/rev839…rev844 grafana-agent-operator
This revision is for ubuntu@20.04 (amd64) ubuntu@24.04 (amd64) ubuntu@22.04 (amd64) Released to 2/edge on March 11, 2026 at 19:30 UTC What’s Changed
Full Changelog: https://github.com/canonical/grafana-agent-operator/compare/rev839…rev843 | |||||||||||||||||||||
| grafana-agent-rock | be39565901a979d20f9e78c1540d3d03d5c1b66a061630c8a3429c5a91ee1820 grafana-agent-rock
Merge pull request #13 from canonical/chore/bump-version-to-v0.34.1 Update to grafana-agent v0.34.1 20420b46eb0b13bf8dd57275bc92a37b863adbe374ed0eaf94b7c78a7cb2aa13 grafana-agent-rock
install ca-certificates (#16) 85f3995e52173971a00b187407bef1fb4a3b2d9e4498e76d381f2290a0e16d0f grafana-agent-rock
chore(deps): bump grafana-agent version to v0.34.3 (#15) Co-authored-by: Github Actions github-actions@github.com | Up to date | ||||||||||||||||||||
| grafana-agent-snap | ||||||||||||||||||||||
| grafana-cloud-integrator | grafana-cloud-integrator
This revision is for ubuntu@22.04 (amd64) ubuntu@24.04 (amd64) Released to 2/edge on June 11, 2025 at 21:09 UTC What’s ChangedFull Changelog: https://github.com/canonical/grafana-cloud-integrator/compare/rev54…rev56 grafana-cloud-integrator
This revision is for ubuntu@22.04 (amd64) ubuntu@24.04 (amd64) Released to 2/edge on June 11, 2025 at 21:09 UTC What’s ChangedFull Changelog: https://github.com/canonical/grafana-cloud-integrator/compare/rev54…rev55 grafana-cloud-integrator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on May 28, 2025 at 07:47 UTC What’s Changed
Full Changelog: https://github.com/canonical/grafana-cloud-integrator/compare/rev53…rev54 | Up to date | ||||||||||||||||||||
| grafana-k8s-operator | grafana-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 13, 2026 at 13:06 UTC What’s ChangedFull Changelog: https://github.com/canonical/grafana-k8s-operator/compare/rev183…rev184 grafana-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 10, 2026 at 18:25 UTC What’s Changed
Full Changelog: https://github.com/canonical/grafana-k8s-operator/compare/rev182…rev183 grafana-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 6, 2026 at 20:51 UTC What’s Changed
Full Changelog: https://github.com/canonical/grafana-k8s-operator/compare/rev179…rev182 | Up to date | ||||||||||||||||||||
| grafana-rock | f8265f2ad376501296500af603f76fc8e62092e35ed555400d00ba0b749f18f4 grafana-rock
chore(deps): bump grafana version to v10.0.2 (#10) Co-authored-by: Github Actions github-actions@github.com e726a3694a796161806492ef4e2af83a90fde6ba835645ce44924a6812236581 grafana-rock
chore(deps): bump grafana version to v9.5.2 (#6) Co-authored-by: Github Actions github-actions@github.com e7e5e8d327a762fc0634f113630d0733183662337e584dd4c54469c42798bed7 grafana-rock
chore(deps): bump grafana version to v9.5.3 (#7) Co-authored-by: Github Actions github-actions@github.com | Up to date | ||||||||||||||||||||
| istio-beacon-k8s-operator | istio-beacon-k8s-operator
This revision is for ubuntu@22.04 (amd64) Released to dev/edge on April 11, 2026 at 01:04 UTC What’s Changed
Full Changelog: https://github.com/canonical/istio-beacon-k8s-operator/compare/rev65…rev66 istio-beacon-k8s-operator
This revision is for ubuntu@22.04 (amd64) Released to dev/edge on February 20, 2026 at 10:01 UTC What’s Changed
Full Changelog: https://github.com/canonical/istio-beacon-k8s-operator/compare/rev63…rev65 istio-beacon-k8s-operator
This revision is for ubuntu@22.04 (amd64) Released to 2/edge on February 5, 2026 at 11:02 UTC What’s Changed
Full Changelog: https://github.com/canonical/istio-beacon-k8s-operator/compare/rev62…rev63 | Up to date | ||||||||||||||||||||
| istio-ingress-k8s-operator | istio-ingress-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 11, 2026 at 00:47 UTC What’s Changed
Full Changelog: https://github.com/canonical/istio-ingress-k8s-operator/compare/rev65…rev66 istio-ingress-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on March 18, 2026 at 20:42 UTC What’s Changed
Full Changelog: https://github.com/canonical/istio-ingress-k8s-operator/compare/rev64…rev65 istio-ingress-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on March 18, 2026 at 15:02 UTC What’s ChangedFull Changelog: https://github.com/canonical/istio-ingress-k8s-operator/compare/rev63…rev64 | Up to date | ||||||||||||||||||||
| istio-k8s-operator | istio-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on February 20, 2026 at 10:04 UTC What’s Changed
Full Changelog: https://github.com/canonical/istio-k8s-operator/compare/rev45…rev47 istio-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on February 5, 2026 at 14:12 UTC Full Changelog: https://github.com/canonical/istio-k8s-operator/compare/rev44…rev45 istio-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on January 21, 2026 at 16:04 UTC What’s Changed
Full Changelog: https://github.com/canonical/istio-k8s-operator/compare/rev43…rev44 | |||||||||||||||||||||
| juju-doctor | juju-doctor
What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/juju-doctor/compare/0.1.8…0.1.9 juju-doctor
What’s Changed
Full Changelog: https://github.com/canonical/juju-doctor/compare/0.1.7…0.1.8 juju-doctor
What’s Changed
Full Changelog: https://github.com/canonical/juju-doctor/compare/0.1.6…0.1.7 | |||||||||||||||||||||
| k6-k8s-operator | k6-k8s-operator
chore: pin TF Juju provider to version = “< 1.0.0” (#21) |
| ||||||||||||||||||||
| karma-alertmanager-proxy-k8s-operator | karma-alertmanager-proxy-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on May 28, 2025 at 08:29 UTC What’s Changed
Full Changelog: https://github.com/canonical/karma-alertmanager-proxy-k8s-operator/compare/rev13…rev15 karma-alertmanager-proxy-k8s-operator
This revision is for ubuntu@20.04 (amd64) Released to 1/edge on May 28, 2025 at 07:43 UTC What’s Changed
Full Changelog: https://github.com/canonical/karma-alertmanager-proxy-k8s-operator/compare/rev11…rev13 karma-alertmanager-proxy-k8s-operator
This revision is for ubuntu@20.04 (amd64) Released to 1/edge on May 14, 2025 at 14:13 UTC What’s Changed
Full Changelog: https://github.com/canonical/karma-alertmanager-proxy-k8s-operator/compare/rev11…rev12 | |||||||||||||||||||||
| karma-k8s-operator | karma-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on October 23, 2025 at 08:50 UTC What’s Changed
Full Changelog: https://github.com/canonical/karma-k8s-operator/compare/rev33…rev34 karma-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on July 28, 2025 at 08:26 UTC What’s Changed
Full Changelog: https://github.com/canonical/karma-k8s-operator/compare/rev32…rev33 karma-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on May 22, 2025 at 11:24 UTC What’s Changed
Full Changelog: https://github.com/canonical/karma-k8s-operator/compare/rev31…rev32 | |||||||||||||||||||||
| karma-rock | karma-rock
feat: upgrade to ci v1 (#10) karma-rock
Pass missing secret to reusable workflow (#8) Signed-off-by: Leon 82407168+sed-i@users.noreply.github.com karma-rock
Add SECURITY.md file (#7) | Up to date | ||||||||||||||||||||
| litestream-rock | litestream-rock
feat: spread tests and centralized justfile (#5) litestream-rock
add 0.4.0 beta rel (#4) litestream-rock
add pebble service (#3) | Up to date | ||||||||||||||||||||
| litmus-operators | litmus-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 13, 2026 at 11:24 UTC What’s ChangedFull Changelog: https://github.com/canonical/litmus-operators/compare/chaoscenter-rev38…infrastructure-rev11 litmus-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 11, 2026 at 00:51 UTC What’s Changed
Full Changelog: https://github.com/canonical/litmus-operators/compare/chaoscenter-rev37…chaoscenter-rev38 litmus-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 10, 2026 at 14:40 UTC What’s Changed
Full Changelog: https://github.com/canonical/litmus-operators/compare/chaoscenter-rev36…infrastructure-rev10 | Up to date | ||||||||||||||||||||
| litmus-rocks | litmus-rocks
fix: Align rock names with previous rocks (#13) litmus-rocks
fix: Restart subscriber on failures (#12) litmus-rocks
fix: Don’t restart runner after completion (#11)
| Up to date | ||||||||||||||||||||
| litmuschaos-authserver-rock | litmuschaos-authserver-rock
chore(deps): bump litmuschaos-authserver version to 3.27.0 (#59) litmuschaos-authserver-rock
chore(deps): bump litmuschaos-authserver version to 3.27.0 (#56) litmuschaos-authserver-rock
chore(deps): bump litmuschaos-authserver version to 3.26.0 (#55) | Up to date | ||||||||||||||||||||
| litmuschaos-frontend-rock | litmuschaos-frontend-rock
chore(deps): bump litmuschaos-frontend version to 3.27.0 (#29) litmuschaos-frontend-rock
chore(deps): bump litmuschaos-frontend version to 3.27.0 (#28) litmuschaos-frontend-rock
Removes litmusctl binary from the rock (#27) Signed-off-by: Bartlomiej Gmerek bartlomiej.gmerek@canonical.com | Up to date | ||||||||||||||||||||
| litmuschaos-server-rock | litmuschaos-server-rock
chore(deps): bump litmuschaos-server version to 3.27.0 (#34) litmuschaos-server-rock
chore(deps): bump litmuschaos-server version to 3.27.0 (#33) litmuschaos-server-rock
chore(deps): bump litmuschaos-server version to 3.26.0 (#31) | Up to date | ||||||||||||||||||||
| loki | loki
[release-2.6.x] Backport dskit, memberlist version updates to 2.6.x to support memberlist cluster labels and verification; re-vendor (#6693)
Signed-off-by: JordanRushing rushing.jordan@gmail.com
Signed-off-by: JordanRushing rushing.jordan@gmail.com
Signed-off-by: JordanRushing rushing.jordan@gmail.com
Signed-off-by: JordanRushing rushing.jordan@gmail.com
Co-authored-by: JordanRushing rushing.jordan@gmail.com loki
added link to release notes page (#6638) loki
try fixing drone again (#5826) (#5827) Signed-off-by: Ed Welch edward.welch@grafana.com (cherry picked from commit cc3a8e44158b43728caa5779719c1f8764d26bfe) | |||||||||||||||||||||
| loki-coordinator-k8s-operator | loki-coordinator-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on March 11, 2026 at 22:32 UTC What’s Changed
Full Changelog: https://github.com/canonical/loki-coordinator-k8s-operator/compare/rev57…rev60 loki-coordinator-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on February 20, 2026 at 05:03 UTC What’s Changed
Full Changelog: https://github.com/canonical/loki-coordinator-k8s-operator/compare/rev58…rev59 loki-coordinator-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on January 30, 2026 at 05:05 UTC What’s Changed
Full Changelog: https://github.com/canonical/loki-coordinator-k8s-operator/compare/rev56…rev58 | |||||||||||||||||||||
| loki-k8s-operator | loki-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 9, 2026 at 20:30 UTC What’s Changed
Full Changelog: https://github.com/canonical/loki-k8s-operator/compare/rev216…rev218 loki-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on March 11, 2026 at 20:13 UTC What’s Changed
Full Changelog: https://github.com/canonical/loki-k8s-operator/compare/rev212…rev217 loki-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on January 21, 2026 at 15:16 UTC What’s Changed
Full Changelog: https://github.com/canonical/loki-k8s-operator/compare/rev215…rev216 | Up to date | ||||||||||||||||||||
| loki-operators | loki-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 11, 2026 at 08:28 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/loki-operators/compare/worker-rev62…worker-rev63 loki-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 1, 2026 at 14:49 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/loki-operators/compare/worker-rev61…worker-rev62 loki-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on March 31, 2026 at 12:58 UTC What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/loki-operators/compare/worker-rev60…worker-rev61 | Up to date | ||||||||||||||||||||
| loki-rock | ee87d8279bea1a876cfc4e973c94f769e6d261aea67da6fce292874468b1a41f loki-rock
chore(deps): bump loki version to v2.8.2 (#13) Co-authored-by: Github Actions github-actions@github.com cea126a80e8601cae91a5b438c1741d86cbf4b03816a1baf0c59aa1c7320d336 loki-rock
chore(deps): bump loki version to v2.8.4 (#15) Co-authored-by: Github Actions github-actions@github.com ad96d4c07ac452f22f0a25206784618c9322a46b0a2c69cb43b7497acb99bd43 loki-rock
chore(deps): bump loki version to v2.8.2 (#13) Co-authored-by: Github Actions github-actions@github.com | Up to date | ||||||||||||||||||||
| loki-worker-k8s-operator | loki-worker-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on February 20, 2026 at 16:24 UTC What’s Changed
Full Changelog: https://github.com/canonical/loki-worker-k8s-operator/compare/rev56…rev57 loki-worker-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on February 5, 2026 at 16:29 UTC What’s Changed
Full Changelog: https://github.com/canonical/loki-worker-k8s-operator/compare/rev55…rev56 loki-worker-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on January 29, 2026 at 20:18 UTC What’s Changed
Full Changelog: https://github.com/canonical/loki-worker-k8s-operator/compare/rev54…rev55 | |||||||||||||||||||||
| mimir-coordinator-k8s-operator | mimir-coordinator-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on March 11, 2026 at 18:46 UTC What’s Changed
Full Changelog: https://github.com/canonical/mimir-coordinator-k8s-operator/compare/rev76…rev77 mimir-coordinator-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on January 16, 2026 at 22:12 UTC What’s Changed
Full Changelog: https://github.com/canonical/mimir-coordinator-k8s-operator/compare/rev69…rev76 mimir-coordinator-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on January 16, 2026 at 21:33 UTC What’s Changed
Full Changelog: https://github.com/canonical/mimir-coordinator-k8s-operator/compare/rev74…rev75 | |||||||||||||||||||||
| mimir-operators | mimir-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 13, 2026 at 12:11 UTC What’s Changed
Full Changelog: https://github.com/canonical/mimir-operators/compare/coordinator-rev80…worker-rev65 mimir-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on March 27, 2026 at 16:19 UTC What’s Changed
Full Changelog: https://github.com/canonical/mimir-operators/compare/worker-rev63…worker-rev64 mimir-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on March 27, 2026 at 15:24 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/mimir-operators/compare/coordinator-rev78…worker-rev63 | Up to date | ||||||||||||||||||||
| mimir-rock | f6679a5cab6b8a13c3fa82c3aea6b262f3884ecb6d08e0bbb076e765221d2f53 mimir-rock
fix typo f97c95c9d7e9fae9161234782e91c5b64b28419ef08af0104e13bc12474efdf1 mimir-rock
fix typo f5d7d3bef26c300cbb5a0ee8e9537cf97bbb24f8b87ecc338e5c93ae2e07435e | Up to date | ||||||||||||||||||||
| mimir-worker-k8s-operator | mimir-worker-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on December 3, 2025 at 14:54 UTC What’s Changed
Full Changelog: https://github.com/canonical/mimir-worker-k8s-operator/compare/rev60…rev61 mimir-worker-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on December 1, 2025 at 18:49 UTC What’s Changed
Full Changelog: https://github.com/canonical/mimir-worker-k8s-operator/compare/rev59…rev60 mimir-worker-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on November 24, 2025 at 19:08 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/mimir-worker-k8s-operator/compare/rev58…rev59 | |||||||||||||||||||||
| nginx-prometheus-exporter-rock | nginx-prometheus-exporter-rock
feat: spread tests and centralized justfile (#11)
nginx-prometheus-exporter-rock
feat: change ownership to Tracing team (#8) Signed-off-by: Luca Bello 36242061+lucabello@users.noreply.github.com nginx-prometheus-exporter-rock
chore(deps): bump nginx-prometheus-exporter version to v1.5.1 (#7) | Up to date | ||||||||||||||||||||
| alertmanager-rock | f766f99277554080efd067e04c7ba252c46adc73a0032d7f7951ee235b4d4bcd alertmanager-rock
install ca-certificates (#13) ee4752452f21f05bf591a234521cc09d9e48ca56ace3c2236cdc192c58c85670 alertmanager-rock
move the installation of ca-certificates (#14) e1ce87dfe60c6574b69a1cd279442cf09985f59590cc8103cc841ba692177a42 alertmanager-rock
Use pebble for services (#11) | Up to date | ||||||||||||||||||||
| alertmanager-k8s-operator | alertmanager-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 13, 2026 at 17:04 UTC What’s Changed
Full Changelog: https://github.com/canonical/alertmanager-k8s-operator/compare/rev199…rev200 alertmanager-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 10, 2026 at 18:34 UTC What’s Changed
Full Changelog: https://github.com/canonical/alertmanager-k8s-operator/compare/rev198…rev199 alertmanager-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on February 21, 2026 at 00:31 UTC What’s Changed
Full Changelog: https://github.com/canonical/alertmanager-k8s-operator/compare/rev197…rev198 | Up to date | ||||||||||||||||||||
| polar-signals-cloud-integrator-operator | polar-signals-cloud-integrator-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on March 17, 2026 at 16:56 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/polar-signals-cloud-integrator-operator/compare/rev48…rev49 polar-signals-cloud-integrator-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on January 20, 2026 at 14:05 UTC What’s ChangedFull Changelog: https://github.com/canonical/polar-signals-cloud-integrator-operator/compare/rev47…rev48 polar-signals-cloud-integrator-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on January 13, 2026 at 12:50 UTC What’s Changed
Full Changelog: https://github.com/canonical/polar-signals-cloud-integrator-operator/compare/rev46…rev47 | Up to date | ||||||||||||||||||||
| nrpe_exporter | nrpe_exporter
What’s ChangedFull Changelog: https://github.com/canonical/nrpe_exporter/compare/0.2.5…0.2.6 nrpe_exporter
What’s ChangedFull Changelog: https://github.com/canonical/nrpe_exporter/compare/0.2.4…0.2.5 nrpe_exporter
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/nrpe_exporter/compare/0.2.2…0.2.4 | |||||||||||||||||||||
| o11y-tester-operator | o11y-tester-operator
This revision is for ./o11y-tester_ubuntu%4024.04-arm64.charm ./o11y-tester_ubuntu%4024.04-amd64.charm ./o11y-tester_ubuntu%4022.04-amd64.charm ./o11y-tester_ubuntu%4024.04-s390x.charm ./o11y-tester_ubuntu%4022.04-arm64.charm ./o11y-tester_ubuntu%4024.04-ppc64el.charm ./o11y-tester_ubuntu%4022.04-s390x.charm ./o11y-tester_ubuntu%4022.04-ppc64el.charm Released to dev/edge on January 14, 2026 at 23:50 UTC What’s ChangedFull Changelog: https://github.com/canonical/o11y-tester-operator/compare/rev70…rev90 o11y-tester-operator
This revision is for ./o11y-tester_ubuntu%4024.04-arm64.charm ./o11y-tester_ubuntu%4024.04-amd64.charm ./o11y-tester_ubuntu%4022.04-amd64.charm ./o11y-tester_ubuntu%4024.04-s390x.charm ./o11y-tester_ubuntu%4022.04-arm64.charm ./o11y-tester_ubuntu%4024.04-ppc64el.charm ./o11y-tester_ubuntu%4022.04-s390x.charm ./o11y-tester_ubuntu%4022.04-ppc64el.charm Released to dev/edge on January 14, 2026 at 23:50 UTC What’s ChangedFull Changelog: https://github.com/canonical/o11y-tester-operator/compare/rev70…rev89 o11y-tester-operator
This revision is for ./o11y-tester_ubuntu%4024.04-arm64.charm ./o11y-tester_ubuntu%4024.04-amd64.charm ./o11y-tester_ubuntu%4022.04-amd64.charm ./o11y-tester_ubuntu%4024.04-s390x.charm ./o11y-tester_ubuntu%4022.04-arm64.charm ./o11y-tester_ubuntu%4024.04-ppc64el.charm ./o11y-tester_ubuntu%4022.04-s390x.charm ./o11y-tester_ubuntu%4022.04-ppc64el.charm Released to dev/edge on January 14, 2026 at 23:49 UTC What’s ChangedFull Changelog: https://github.com/canonical/o11y-tester-operator/compare/rev70…rev88 | |||||||||||||||||||||
| observability | observability
fix(ci): open pr from correct path in rock-update observability
feat: short circuit promotion train Added promotion from edge to candidate channel. Signed-off-by: Luca Bello 36242061+lucabello@users.noreply.github.com observability
fix(release-oci-factory) (#433) | Up to date | ||||||||||||||||||||
| observability-libs | observability-libs
This revision is for ubuntu@20.04 (amd64) Released to latest/edge on October 6, 2025 at 07:30 UTC What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/observability-libs/compare/rev60…rev61 observability-libs
This revision is for ubuntu@20.04 (amd64) Released to latest/edge on August 7, 2025 at 07:51 UTC What’s Changed
Full Changelog: https://github.com/canonical/observability-libs/compare/rev59…rev60 observability-libs
This revision is for ubuntu@20.04 (amd64) Released to latest/edge on July 14, 2025 at 23:46 UTC What’s ChangedFull Changelog: https://github.com/canonical/observability-libs/compare/rev58…rev59 | Up to date | ||||||||||||||||||||
| observability-stack | observability-stack
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/observability-stack/commits/2.0a1 | |||||||||||||||||||||
| opentelemetry-collector-integrator-operator | opentelemetry-collector-integrator-operator
fix: Rename project (#19)
Co-authored-by: Sina P 55766091+sinapah@users.noreply.github.com Signed-off-by: Jose Massón 939888+Abuelodelanada@users.noreply.github.com Signed-off-by: Jose Massón 939888+Abuelodelanada@users.noreply.github.com Co-authored-by: Sina P 55766091+sinapah@users.noreply.github.com opentelemetry-collector-integrator-operator
fix icon.svg size (#13) opentelemetry-collector-integrator-operator
CI added (#11) | Up to date |
| |||||||||||||||||||
| opentelemetry-collector-k8s-operator | opentelemetry-collector-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 11, 2026 at 00:59 UTC What’s Changed
Full Changelog: https://github.com/canonical/opentelemetry-collector-k8s-operator/compare/rev165…rev167 opentelemetry-collector-k8s-operator
This revision is for ubuntu@24.04 (arm64) Released to dev/edge on April 11, 2026 at 00:58 UTC What’s Changed
Full Changelog: https://github.com/canonical/opentelemetry-collector-k8s-operator/compare/rev165…rev166 opentelemetry-collector-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 10, 2026 at 00:58 UTC What’s Changed
Full Changelog: https://github.com/canonical/opentelemetry-collector-k8s-operator/compare/rev161…rev165 | Up to date | ||||||||||||||||||||
| opentelemetry-collector-operator | opentelemetry-collector-operator
This revision is for ubuntu@24.04 (amd64) ubuntu@22.04 (amd64) Released to 2/edge on April 9, 2026 at 19:36 UTC What’s Changed
Full Changelog: https://github.com/canonical/opentelemetry-collector-operator/compare/rev234…rev248 opentelemetry-collector-operator
This revision is for ubuntu@24.04 (amd64) ubuntu@22.04 (amd64) Released to 2/edge on April 9, 2026 at 19:36 UTC What’s Changed
Full Changelog: https://github.com/canonical/opentelemetry-collector-operator/compare/rev234…rev247 opentelemetry-collector-operator
This revision is for ubuntu@22.04 (arm64) ubuntu@24.04 (arm64) Released to 2/edge on April 9, 2026 at 19:35 UTC What’s Changed
Full Changelog: https://github.com/canonical/opentelemetry-collector-operator/compare/rev234…rev246 | |||||||||||||||||||||
| opentelemetry-collector-rock | opentelemetry-collector-rock
chore: add rock for opentelemetry-collector 0.149.0 (#104) opentelemetry-collector-rock
chore: bump workflows and refresh justfile opentelemetry-collector-rock
fix: use updated rock-release-oci-factory workflow (#102) | Up to date | ||||||||||||||||||||
| opentelemetry-collector-snap | Up to date | |||||||||||||||||||||
| otel-ebpf-profiler-operator | otel-ebpf-profiler-operator
This revision is for ubuntu@24.04 (arm64) Released to 2/edge on October 24, 2025 at 13:57 UTC What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/otel-ebpf-profiler-operator/compare/rev18…rev20 otel-ebpf-profiler-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on October 24, 2025 at 13:57 UTC What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/otel-ebpf-profiler-operator/compare/rev18…rev19 otel-ebpf-profiler-operator
This revision is for ubuntu@24.04 (arm64) Released to 2/edge on October 16, 2025 at 20:25 UTC What’s Changed
Full Changelog: https://github.com/canonical/otel-ebpf-profiler-operator/compare/rev16…rev18 | |||||||||||||||||||||
| otel-ebpf-profiler-snap | otel-ebpf-profiler-snap
Merge pull request #27 from canonical/chore/bump-version-to-v0.135.0 Update to otel-ebpf-profiler v0.135.0 | Up to date | ||||||||||||||||||||
| parca-agent-operator | parca-agent-operator
This revision is for ubuntu@22.04 (amd64) ubuntu@24.04 (amd64) Released to dev/edge on February 25, 2026 at 20:36 UTC What’s Changed
Full Changelog: https://github.com/canonical/parca-agent-operator/compare/rev123…rev125 parca-agent-operator
This revision is for ubuntu@22.04 (amd64) ubuntu@24.04 (amd64) Released to dev/edge on February 25, 2026 at 20:36 UTC What’s Changed
Full Changelog: https://github.com/canonical/parca-agent-operator/compare/rev123…rev124 parca-agent-operator
This revision is for ubuntu@22.04 (amd64) ubuntu@24.04 (amd64) Released to dev/edge on February 5, 2026 at 20:35 UTC What’s Changed
Full Changelog: https://github.com/canonical/parca-agent-operator/compare/rev121…rev123 | Up to date | ||||||||||||||||||||
| parca-k8s-operator | parca-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on February 20, 2026 at 04:50 UTC What’s Changed
Full Changelog: https://github.com/canonical/parca-k8s-operator/compare/rev381…rev382 parca-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on February 18, 2026 at 09:56 UTC What’s Changed
Full Changelog: https://github.com/canonical/parca-k8s-operator/compare/rev380…rev381 parca-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on February 11, 2026 at 16:39 UTC What’s Changed
Full Changelog: https://github.com/canonical/parca-k8s-operator/compare/rev379…rev380 | |||||||||||||||||||||
| parca-rock | parca-rock
feat: spread tests and centralized justfile (#13) parca-rock
chore(deps): bump parca version to v0.24.2 (#11) parca-rock
chore(deps): bump parca version to v0.24.2 (#10) | Up to date | ||||||||||||||||||||
| parca-scrape-target-operator | parca-scrape-target-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on August 15, 2025 at 03:45 UTC What’s ChangedFull Changelog: https://github.com/canonical/parca-scrape-target-operator/compare/rev86…rev87 parca-scrape-target-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on August 12, 2025 at 16:48 UTC What’s Changed
Full Changelog: https://github.com/canonical/parca-scrape-target-operator/compare/rev85…rev86 parca-scrape-target-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on July 30, 2025 at 13:50 UTC Full Changelog: https://github.com/canonical/parca-scrape-target-operator/compare/rev84…rev85 | |||||||||||||||||||||
| node-exporter-snap | node-exporter-snap
feature: config option for
Co-authored-by: Copilot 175728472+Copilot@users.noreply.github.com Signed-off-by: Jose C. Massón 939888+Abuelodelanada@users.noreply.github.com
Co-authored-by: Copilot 175728472+Copilot@users.noreply.github.com Signed-off-by: Jose C. Massón 939888+Abuelodelanada@users.noreply.github.com Signed-off-by: Jose C. Massón 939888+Abuelodelanada@users.noreply.github.com Co-authored-by: Copilot 175728472+Copilot@users.noreply.github.com node-exporter-snap
remove custom plug since all PR were merged (#21)
node-exporter-snap
fix: add workaround plug (#17)
| Up to date | ||||||||||||||||||||
| prometheus-k8s-operator | prometheus-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 10, 2026 at 18:32 UTC What’s Changed
Full Changelog: https://github.com/canonical/prometheus-k8s-operator/compare/rev286…rev288 prometheus-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on March 13, 2026 at 16:42 UTC What’s Changed
Full Changelog: https://github.com/canonical/prometheus-k8s-operator/compare/rev279…rev287 prometheus-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on February 20, 2026 at 04:58 UTC What’s Changed
Full Changelog: https://github.com/canonical/prometheus-k8s-operator/compare/rev285…rev286 | Up to date | ||||||||||||||||||||
| prometheus-pushgateway-k8s-operator | prometheus-pushgateway-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on June 5, 2025 at 00:41 UTC What’s Changed
Full Changelog: https://github.com/canonical/prometheus-pushgateway-k8s-operator/compare/rev29…rev30 prometheus-pushgateway-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on May 28, 2025 at 12:29 UTC What’s Changed
Full Changelog: https://github.com/canonical/prometheus-pushgateway-k8s-operator/compare/rev28…rev29 prometheus-pushgateway-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on May 28, 2025 at 11:18 UTC What’s Changed
Full Changelog: https://github.com/canonical/prometheus-pushgateway-k8s-operator/compare/rev27…rev28 | |||||||||||||||||||||
| prometheus-pushgateway-rock | prometheus-pushgateway-rock
feat: spread tests and centralized justfile (#45) prometheus-pushgateway-rock
chore(deps): bump prometheus-pushgateway version to v1.11.1 (#41) prometheus-pushgateway-rock
chore(deps): bump prometheus-pushgateway version to v1.11.0 (#40) | Up to date | ||||||||||||||||||||
| prometheus-rock | dbc795d5b0fd53384370f3064ef513cfaa3fa14a88d83c8fff20064cbdcefee7 prometheus-rock
Restore node/18/stable under build-snaps d1c2be90f97e9a62d06f5b05c4245e36da18a0f380155dace7ef8814da3f064a prometheus-rock
Restore node/18/stable under build-snaps ce48dd719e3abe47dd03b5bbbde37af2ab30963cdf5c596aa4cbc2335279549f prometheus-rock
Merge pull request #9 from canonical/use-pebble Use pebble for services | Up to date | ||||||||||||||||||||
| prometheus-scrape-config-k8s-operator | prometheus-scrape-config-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on June 5, 2025 at 00:32 UTC What’s Changed
Full Changelog: https://github.com/canonical/prometheus-scrape-config-k8s-operator/compare/rev68…rev69 prometheus-scrape-config-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on May 15, 2025 at 09:46 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/prometheus-scrape-config-k8s-operator/compare/rev67…rev68 prometheus-scrape-config-k8s-operator
This revision is for ubuntu@20.04 (amd64) Released to 1/edge on May 14, 2025 at 10:12 UTC What’s Changed
Full Changelog: https://github.com/canonical/prometheus-scrape-config-k8s-operator/compare/rev64…rev67 | |||||||||||||||||||||
| prometheus-scrape-target-k8s-operator | prometheus-scrape-target-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on May 15, 2025 at 10:00 UTC What’s Changed
Full Changelog: https://github.com/canonical/prometheus-scrape-target-k8s-operator/compare/rev39…rev41 prometheus-scrape-target-k8s-operator
This revision is for ubuntu@20.04 (amd64) Released to 1/edge on May 14, 2025 at 09:33 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/prometheus-scrape-target-k8s-operator/compare/rev37…rev39 prometheus-scrape-target-k8s-operator
This revision is for ubuntu@20.04 (amd64) Released to 1/edge on May 14, 2025 at 08:08 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/prometheus-scrape-target-k8s-operator/compare/rev37…rev38 | |||||||||||||||||||||
| pyroscope-operators | pyroscope-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 11, 2026 at 01:14 UTC What’s Changed
Full Changelog: https://github.com/canonical/pyroscope-operators/compare/coordinator-rev83…coordinator-rev84 pyroscope-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 7, 2026 at 05:19 UTC What’s Changed
Full Changelog: https://github.com/canonical/pyroscope-operators/compare/coordinator-rev82…coordinator-rev83 pyroscope-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on April 1, 2026 at 15:15 UTC What’s Changed
Full Changelog: https://github.com/canonical/pyroscope-operators/compare/coordinator-rev80…worker-rev37 | |||||||||||||||||||||
| pyroscope-rock | pyroscope-rock
feat: spread tests and centralized justfile (#29) pyroscope-rock
feat: Change Go version from stable to candidate Signed-off-by: Luca Bello 36242061+lucabello@users.noreply.github.com | Up to date | ||||||||||||||||||||
| s3proxy-rock | f27afc926c57677fa56f286b3782b822618d53a3a9fda163958f2d97b675b575 s3proxy-rock
Use Pebble for startup (#4) eb279bf0dd60073e7b5fae7b52fad93aecbf776e048d2178979fe3ceb60484b9 s3proxy-rock
Use Pebble for startup (#4) e4506b62c2b91f8287b0c7a674df698145c2d1a7d755aed4f62718057449f3c4 s3proxy-rock
Use Pebble for startup (#4) | Up to date | ||||||||||||||||||||
| script-exporter-operator | script-exporter-operator
This revision is for ubuntu@20.04 (arm64) ubuntu@24.04 (arm64) ubuntu@22.04 (arm64) Released to dev/edge on March 11, 2026 at 15:09 UTC What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/script-exporter-operator/compare/rev42…rev51 script-exporter-operator
This revision is for ubuntu@20.04 (arm64) ubuntu@24.04 (arm64) ubuntu@22.04 (arm64) Released to dev/edge on March 11, 2026 at 15:09 UTC What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/script-exporter-operator/compare/rev42…rev50 script-exporter-operator
This revision is for ubuntu@20.04 (amd64) ubuntu@24.04 (amd64) ubuntu@22.04 (amd64) Released to dev/edge on March 11, 2026 at 15:09 UTC What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/script-exporter-operator/compare/rev42…rev49 | Up to date | ||||||||||||||||||||
| script-exporter-rock | Up to date | |||||||||||||||||||||
| script-exporter-snap | script-exporter-snap
Add SECURITY.md file (#3) script-exporter-snap
Redirect the issue sync (do not merge) (#2) | Up to date | ||||||||||||||||||||
| snmp-exporter-operator | snmp-exporter-operator
This revision is for ubuntu@22.04 (amd64) ubuntu@24.04 (amd64) Released to 1/edge on September 18, 2025 at 09:33 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/snmp-exporter-operator/commits/rev3 snmp-exporter-operator
This revision is for ubuntu@22.04 (amd64) ubuntu@24.04 (amd64) Released to 1/edge on September 18, 2025 at 09:33 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/snmp-exporter-operator/commits/rev2 | |||||||||||||||||||||
| snmp-notifier-snap | snmp-notifier-snap
Add SECURITY.md file (#6) snmp-notifier-snap
Redirect the issue sync (do not merge) (#5) snmp-notifier-snap
Merge pull request #4 from canonical/set-codeowners-by-team [skip ci] chore: update CODEOWNERS to use observability team | Up to date |
| |||||||||||||||||||
| snmp_notifier | snmp_notifier
Build for SNMP Notifier, based on the upstream ‘v1.4.0’ release of the | |||||||||||||||||||||
| tempo-operators | tempo-operators
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on March 19, 2026 at 14:55 UTC What’s Changed
Full Changelog: https://github.com/canonical/tempo-operators/compare/coordinator-rev135…coordinator-rev143 tempo-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on March 18, 2026 at 14:58 UTC What’s Changed
Full Changelog: https://github.com/canonical/tempo-operators/compare/worker-rev95…coordinator-rev142 tempo-operators
This revision is for ubuntu@24.04 (amd64) Released to dev/edge on March 17, 2026 at 11:45 UTC What’s Changed
Full Changelog: https://github.com/canonical/tempo-operators/compare/worker-rev94…worker-rev95 | |||||||||||||||||||||
| tempo-rock | tempo-rock
chore: add 2.10.3 (#47) tempo-rock
fix: Update workflow reference for rock-update.yaml Signed-off-by: Luca Bello 36242061+lucabello@users.noreply.github.com tempo-rock
feat: spread tests and centralized justfile (#45) | Up to date | ||||||||||||||||||||
| node-exporter-rock | node-exporter-rock
feat: spread tests and centralized justfile (#4)
| Up to date | ||||||||||||||||||||
| traefik-rock | f6153d2018fa2504f52792d5c6b780316e2a25f132c621aff125d0a685c9efcd traefik-rock
c158f9149f4a3d4abb4e50f150f9c4be1f11e931237e86b38db0dd5a5b84a6ac traefik-rock
chore(deps): bump traefik version to v2.10.3 (#6) Co-authored-by: Github Actions github-actions@github.com be6daf8f007f111767d3965cda713807d77c45f25b679949146e58ad7ebc4d70 traefik-rock
chore(deps): bump traefik version to v2.10.4 (#8) Co-authored-by: Github Actions github-actions@github.com | Up to date | ||||||||||||||||||||
| xk6-rock | xk6-rock
feat: change ownership to Tracing team (#5) According to the maintenance rebalancing process, the ownership of this repository is being changed from Shared to Tracing. | Up to date | ||||||||||||||||||||
| charmed-service-mesh-helpers | charmed-service-mesh-helpers
What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/charmed-service-mesh-helpers/compare/0.5.0…0.6.0 charmed-service-mesh-helpers
What’s Changed
Full Changelog: https://github.com/canonical/charmed-service-mesh-helpers/compare/0.4.0…0.5.0 charmed-service-mesh-helpers
What’s Changed
Full Changelog: https://github.com/canonical/charmed-service-mesh-helpers/compare/v0.3.0…0.4.0 | Up to date | ||||||||||||||||||||
| istio-install-cni-rock | istio-install-cni-rock
Merge pull request #23 from canonical/chore/rmeove-legacy-rock chore: remove legacy rock istio-install-cni-rock
Merge pull request #22 from canonical/chore-pin-update-rock-wf-to-main Change rock-update workflow reference to main branch | Up to date | ||||||||||||||||||||
| istio-pilot-rock | istio-pilot-rock
chore: drops legacy rocks (#20) istio-pilot-rock
chore: rock-update workflow reference to main branch (#19) istio-pilot-rock
feat: spread tests and centralized justfile (#18) | Up to date | ||||||||||||||||||||
| istio-ztunnel-rock | istio-ztunnel-rock
feat: adds 1.29.0 rock and drops others (#11) istio-ztunnel-rock
chore: Update rock-update.yaml reference to main branch (#10) istio-ztunnel-rock
feat: spread tests and centralized justfile (#9)
| Up to date | ||||||||||||||||||||
| kiali-k8s-operator | kiali-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on March 1, 2026 at 15:16 UTC What’s Changed
Full Changelog: https://github.com/canonical/kiali-k8s-operator/compare/rev11…rev12 kiali-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on July 2, 2025 at 18:20 UTC What’s Changed
Full Changelog: https://github.com/canonical/kiali-k8s-operator/compare/rev10…rev11 kiali-k8s-operator
This revision is for ubuntu@24.04 (amd64) Released to 2/edge on July 1, 2025 at 10:15 UTC What’s ChangedFull Changelog: https://github.com/canonical/kiali-k8s-operator/compare/rev9…rev10 | Up to date | ||||||||||||||||||||
| kiali-rock | kiali-rock
Merge pull request #5 from canonical/IbraAoad-patch-1 Update CODEOWNERS | Up to date | ||||||||||||||||||||
| lightkube-extensions | lightkube-extensions
What’s Changed
Full Changelog: https://github.com/canonical/lightkube-extensions/compare/0.2.0…0.3.0 lightkube-extensions
What’s Changed
Full Changelog: https://github.com/canonical/lightkube-extensions/compare/0.1.0…0.2.0 lightkube-extensions
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/lightkube-extensions/commits/0.1.0 | |||||||||||||||||||||
| metrics-k8s-proxy | metrics-k8s-proxy
Changelog
Thanks!That’s all the changes for v0.1.1! metrics-k8s-proxy
Changelog
Thanks!That’s all the changes for v0.1.0! | |||||||||||||||||||||
| metrics-proxy-rock | metrics-proxy-rock
chore: Change rock-update.yaml reference to main branch (#20) metrics-proxy-rock
feat: spread tests and centralized justfile (#19) metrics-proxy-rock
feat(ci): migrate to ci v1 (#18) | Up to date | ||||||||||||||||||||
| observability-charm-tools | observability-charm-tools
Merge pull request #2 from canonical/check-tests fix: on pull request CI workflow | Up to date | ||||||||||||||||||||
| service-mesh | service-mesh
feat(docs): adds docs for hardened mode and addresses feedback (#40)
service-mesh
feat: adds solution itests for hardened mode (#38) | Up to date |
| Repository | Latest Releases/Commit | Commits Since |
|---|
| Repository | Latest Releases/Commit | Status | Commits Since | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| manual-tls-certificates-operator | manual-tls-certificates-operator
resources: Static resources: Released to ‘1/edge’ at 19:49 UTC on 13 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/manual-tls-certificates-operator/compare/rev392…rev394 manual-tls-certificates-operator
resources: Static resources: Released to ‘1/edge’ at 04:06 UTC on 11 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/manual-tls-certificates-operator/compare/rev390…rev393 manual-tls-certificates-operator
resources: Static resources: Released to ‘1/edge’ at 03:21 UTC on 11 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/manual-tls-certificates-operator/compare/rev390…rev392 | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| lego-operator | lego-operator
resources: Static resources: Released to ‘4/edge’ at 16:28 UTC on 13 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/lego-operator/compare/rev411…rev418 lego-operator
resources: Static resources: Released to ‘4/edge’ at 16:27 UTC on 13 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/lego-operator/compare/rev411…rev417 lego-operator
resources: Static resources: Released to ‘4/edge’ at 16:27 UTC on 13 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/lego-operator/compare/rev411…rev416 | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| vault-k8s-operator | vault-k8s-operator
resources: Static resources: Released to ‘1.19/edge’ at 14:09 UTC on 13 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/vault-k8s-operator/compare/k8s-rev535…machine-rev675 vault-k8s-operator
resources: Static resources: Released to ‘1.19/edge’ at 14:03 UTC on 13 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/vault-k8s-operator/compare/k8s-rev535…machine-rev674 vault-k8s-operator
resources: - vault-image: ghcr.io/canonical/vault:1.19.5 resource-revision: 96 Static resources: Released to ‘1.19/edge’ at 14:08 UTC on 13 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/vault-k8s-operator/compare/k8s-rev535…k8s-rev537 | Up to date |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| self-signed-certificates-operator | self-signed-certificates-operator
resources: Static resources: Released to ‘latest/edge’ at 00:52 UTC on 11 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/self-signed-certificates-operator/compare/rev621…rev628 self-signed-certificates-operator
resources: Static resources: Released to ‘latest/edge’ at 00:08 UTC on 11 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/self-signed-certificates-operator/compare/rev621…rev627 self-signed-certificates-operator
resources: Static resources: Released to ‘1/edge’ at 23:28 UTC on 10 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/self-signed-certificates-operator/compare/rev617…rev626 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| identity-team | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tls-certificates-interface | tls-certificates-interface
resources: - placeholder-image: undefined resource-revision: 1 Static resources: Released to ‘edge’ at 15:09 UTC on 2 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/tls-certificates-interface/compare/rev266…rev267 tls-certificates-interface
resources: - placeholder-image: undefined resource-revision: 1 Static resources: Released to ‘edge’ at 22:54 UTC on 25 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/tls-certificates-interface/compare/rev265…rev266 tls-certificates-interface
resources: - placeholder-image: undefined resource-revision: 1 Static resources: Released to ‘edge’ at 23:28 UTC on 12 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/tls-certificates-interface/compare/rev264…rev265 | Up to date |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| identity-saml-provider | identity-saml-provider
identity-saml-provider
0.1.0 (2026-02-26)Features
Bug FixesMiscellaneous Chores | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| certificate-transfer-interface | certificate-transfer-interface
resources: Static resources: Released to ‘edge’ at 00:54 UTC on 5 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/certificate-transfer-interface/compare/rev200…rev202 certificate-transfer-interface
resources: Static resources: Released to ‘edge’ at 16:12 UTC on 29 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/certificate-transfer-interface/compare/rev200…rev201 certificate-transfer-interface
resources: Static resources: Released to ‘edge’ at 15:24 UTC on 29 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/certificate-transfer-interface/compare/rev198…rev200 | Up to date |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| oauth2-proxy-k8s-operator | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| identity-credentials-workflows | identity-credentials-workflows
1.3.0 (2026-01-30)Features
Bug Fixes
identity-credentials-workflows
1.1.0 (2025-12-04)Features
Bug Fixes
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| hook-service | hook-service
hook-service
1.1.3 (2026-02-23)Bug Fixes
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| hook-service-operator |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| identity-platform-admin-ui | identity-platform-admin-ui
1.25.2 (2026-02-18)Bug Fixes
identity-platform-admin-ui
1.25.1 (2025-10-01)Bug Fixes
identity-platform-admin-ui
1.25.0 (2025-07-11)Features
Bug Fixes
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ldap-integrator | ldap-integrator
1.1.0 (2026-01-12)Features
Bug Fixesldap-integrator
resources: Static resources: Released to ‘latest/edge’ at 10:33 UTC on 16 Apr 2025 What’s Changed
Full Changelog: https://github.com/canonical/ldap-integrator/compare/rev33…rev34 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| iam-bundle-integration | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| identity-platform-login-ui | identity-platform-login-ui
0.25.0 (2026-02-02)Features
Bug Fixes
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| openfga-operator | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| identity-platform-login-ui-operator | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| hydra-operator | hydra-operator
1.0.0 (2025-11-21)⚠ BREAKING CHANGES
Features
Bug Fixes
hydra-operator
2.0.0 (2025-11-17)⚠ BREAKING CHANGES
Features
Bug Fixes
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| glauth-k8s-operator | glauth-k8s-operator
1.1.3 (2025-07-30)Bug Fixes
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kratos-operator | kratos-operator
kratos-operator
1.0.0 (2025-11-21)⚠ BREAKING CHANGES
Features
Bug Fixes
Code Refactoring | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| sssd-operator | sssd-operator
resources: Static resources: Released to ‘latest/edge’ at 20:27 UTC on 9 Jan 2026 What’s Changed
Full Changelog: https://github.com/canonical/sssd-operator/compare/rev11…rev12 sssd-operator
resources: Static resources: Released to ‘latest/edge’ at 13:42 UTC on 20 Nov 2025 What’s Changed
Full Changelog: https://github.com/canonical/sssd-operator/compare/rev10…rev11 sssd-operator
resources: Static resources: Released to ‘latest/edge’ at 12:32 UTC on 7 Nov 2025 What’s ChangedFull Changelog: https://github.com/canonical/sssd-operator/compare/rev9…rev10 | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| rebac-admin-ui-handlers | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| user-verification-service-operator |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kratos-external-idp-integrator | kratos-external-idp-integrator
1.1.0 (2025-08-01)Features
Bug Fixes
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tls-constraints-operator | tls-constraints-operator
resources: Static resources: Released to ‘latest/edge’ at 07:31 UTC on 24 Sep 2025 What’s Changed
Full Changelog: https://github.com/canonical/tls-constraints-operator/compare/rev73…rev74 tls-constraints-operator
resources: Static resources: Released to ‘latest/edge’ at 09:10 UTC on 26 Aug 2025 What’s Changed
Full Changelog: https://github.com/canonical/tls-constraints-operator/compare/rev72…rev73 tls-constraints-operator
resources: Static resources: Released to ‘latest/edge’ at 14:39 UTC on 26 May 2025 What’s ChangedFull Changelog: https://github.com/canonical/tls-constraints-operator/compare/rev71…rev72 | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tls-certificates-requirer-operator | tls-certificates-requirer-operator
resources: Static resources: Released to ‘latest/edge’ at 04:11 UTC on 28 Aug 2025 What’s ChangedFull Changelog: https://github.com/canonical/tls-certificates-requirer-operator/compare/rev181…rev184 tls-certificates-requirer-operator
resources: Static resources: Released to ‘latest/edge’ at 04:09 UTC on 28 Aug 2025 What’s ChangedFull Changelog: https://github.com/canonical/tls-certificates-requirer-operator/compare/rev181…rev183 tls-certificates-requirer-operator
resources: Static resources: Released to ‘latest/edge’ at 00:21 UTC on 28 Aug 2025 What’s ChangedFull Changelog: https://github.com/canonical/tls-certificates-requirer-operator/compare/rev179…rev182 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmlibs | charmlibs
This post-release of Full Changelog: https://github.com/canonical/charmlibs/compare/pathops-v1.0.1…pathops-v1.0.1.post0 charmlibs
This patch release for the What’s Changed
Full Changelog: https://github.com/canonical/charmtech-charmlibs/compare/pathops-v1.0.0…pathops-v1.0.1 charmlibs
This is the 1.0 stable release for What’s Changed
Full Changelog: https://github.com/canonical/charmtech-charmlibs/compare/pathops-v0.0.0…pathops-v1.0.0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| identity-platform-admin-ui-operator | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| notary-k8s-operator | notary-k8s-operator
resources: - notary-image: ghcr.io/canonical/notary:0.0.3 resource-revision: 23 Static resources: Released to ‘0/edge’ at 13:27 UTC on 2 Jun 2025 What’s Changed
Full Changelog: https://github.com/canonical/notary-k8s-operator/compare/rev48…rev51 notary-k8s-operator
resources: - notary-image: ghcr.io/canonical/notary:0.0.3 resource-revision: 22 Static resources: Released to ‘0/edge’ at 13:25 UTC on 2 Jun 2025 What’s Changed
Full Changelog: https://github.com/canonical/notary-k8s-operator/compare/rev48…rev50 notary-k8s-operator
resources: - notary-image: ghcr.io/canonical/notary:0.0.3 resource-revision: 21 Static resources: Released to ‘0/edge’ at 12:21 UTC on 30 Apr 2025 What’s ChangedFull Changelog: https://github.com/canonical/notary-k8s-operator/compare/rev46…rev49 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| user-verification-service | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| glauth-utils | glauth-utils
resources: Static resources: Released to ‘latest/edge’ at 09:50 UTC on 11 Apr 2025 What’s Changed
Full Changelog: https://github.com/canonical/glauth-utils/compare/rev49…rev50 glauth-utils
resources: Static resources: Released to ‘latest/edge’ at 22:28 UTC on 10 Apr 2025 What’s Changed
Full Changelog: https://github.com/canonical/glauth-utils/compare/rev48…rev49 glauth-utils
resources: Static resources: Released to ‘latest/edge’ at 19:28 UTC on 27 Mar 2025 What’s Changed
Full Changelog: https://github.com/canonical/glauth-utils/compare/rev47…rev48 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| oathkeeper-operator | oathkeeper-operator
1.0.0 (2025-03-10)Features
Bug Fixes
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| hydra-rock | hydra-rock
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/hydra-rock/commits/v2.3.0-canonical | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| openfga-rock | openfga-rock
chore(deps): update canonical/identity-team action to v1.11.0 (#56) This PR contains the following updates:
canonical/identity-team
| action | minor | Release Notescanonical/identity-team (canonical/identity-team)### [`v1.11.0`](https://redirect.github.com/canonical/identity-team/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/canonical/identity-team/compare/v1.10.0...v1.11.0) ##### Features - add portal repos to the list ([80e79c3](https://redirect.github.com/canonical/identity-team/commit/80e79c3d305d6eb42368aeec4bf513bb38ef95af)) - add portal repos to the list ([#​96](https://redirect.github.com/canonical/identity-team/issues/96)) ([7076b7f](https://redirect.github.com/canonical/identity-team/commit/7076b7f8c550670012fdf645de52e0715f148302)) - define `GH_PAT` and `GH_USERNAME` to pull internal images ([#​99](https://redirect.github.com/canonical/identity-team/issues/99)) ([e90eb6b](https://redirect.github.com/canonical/identity-team/commit/e90eb6b060184e99d8e211bcf9ba51cff7f8a251)) - define GH\_PAT and GH\_USERNAME to pull internal images ([e05e85f](https://redirect.github.com/canonical/identity-team/commit/e05e85fd7ae02c843ccc4c0a97a900666fb403b7))Configuration📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won’t be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log. | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tenant-service | tenant-service
chore(deps): update github actions (#49) This PR contains the following updates:
codecov/codecov-action
(changelog)
| action | digest | Release Notesgithub/codeql-action (github/codeql-action)### [`v4.35.1`](https://redirect.github.com/github/codeql-action/releases/tag/v4.35.1) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.35.0...v4.35.1) - Fix incorrect minimum required Git version for [improved incremental analysis](https://redirect.github.com/github/roadmap/issues/1158): it should have been 2.36.0, not 2.11.0. [#​3781](https://redirect.github.com/github/codeql-action/pull/3781) ### [`v4.35.0`](https://redirect.github.com/github/codeql-action/releases/tag/v4.35.0) [Compare Source](https://redirect.github.com/github/codeql-action/compare/v4.34.1...v4.35.0) - Reduced the minimum Git version required for [improved incremental analysis](https://redirect.github.com/github/roadmap/issues/1158) from 2.38.0 to 2.11.0. [#​3767](https://redirect.github.com/github/codeql-action/pull/3767) - Update default CodeQL bundle version to [2.25.1](https://redirect.github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.1). [#​3773](https://redirect.github.com/github/codeql-action/pull/3773)Configuration📅 Schedule: Branch creation - Only on Monday, Wednesday, and Saturday ( * * * * 1,3,6 ) in timezone Europe/London, Automerge - At any time (no schedule defined). 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that’s undesired.
This PR was generated by Mend Renovate. View the repository job log. tenant-service
chore(deps): update ghcr.io/canonical/kratos docker tag to v25 (#23) This PR contains the following updates:
Configuration📅 Schedule: Branch creation - Only on Monday, Wednesday, and Saturday ( * * * * 1,3,6 ) in timezone Europe/London, Automerge - At any time (no schedule defined). 🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied. ♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won’t be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log. | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| tenant-service-operator | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| oauth2-proxy-rock | oauth2-proxy-rock
chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.48.0 (#27) This PR contains the following updates:
igorshubovych/markdownlint-cli
| repository | minor | Note: The Release Notesigorshubovych/markdownlint-cli (igorshubovych/markdownlint-cli)### [`v0.48.0`](https://redirect.github.com/igorshubovych/markdownlint-cli/releases/tag/v0.48.0) [Compare Source](https://redirect.github.com/igorshubovych/markdownlint-cli/compare/v0.47.0...v0.48.0) - Update all dependencies via `Dependabot`Configuration📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won’t be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log. oauth2-proxy-rock
chore(deps): update pre-commit hook igorshubovych/markdownlint-cli to v0.48.0 oauth2-proxy-rock
chore(deps): update canonical/identity-team action to v1.11.0 (#28) This PR contains the following updates:
canonical/identity-team
| action | minor | Release Notescanonical/identity-team (canonical/identity-team)### [`v1.11.0`](https://redirect.github.com/canonical/identity-team/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/canonical/identity-team/compare/v1.10.0...v1.11.0) ##### Features - add portal repos to the list ([80e79c3](https://redirect.github.com/canonical/identity-team/commit/80e79c3d305d6eb42368aeec4bf513bb38ef95af)) - add portal repos to the list ([#​96](https://redirect.github.com/canonical/identity-team/issues/96)) ([7076b7f](https://redirect.github.com/canonical/identity-team/commit/7076b7f8c550670012fdf645de52e0715f148302)) - define `GH_PAT` and `GH_USERNAME` to pull internal images ([#​99](https://redirect.github.com/canonical/identity-team/issues/99)) ([e90eb6b](https://redirect.github.com/canonical/identity-team/commit/e90eb6b060184e99d8e211bcf9ba51cff7f8a251)) - define GH\_PAT and GH\_USERNAME to pull internal images ([e05e85f](https://redirect.github.com/canonical/identity-team/commit/e05e85fd7ae02c843ccc4c0a97a900666fb403b7))Configuration📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won’t be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log. | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| oathkeeper-rock | oathkeeper-rock
Merge pull request #193 from canonical/renovate/auto-github-actions chore(deps): update docker/login-action digest to c94ce9f oathkeeper-rock
chore(deps): update docker/login-action digest to c94ce9f oathkeeper-rock
Merge pull request #192 from canonical/renovate/auto-github-actions chore(deps): update github/codeql-action digest to b20883b | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| certificate-management-docs | certificate-management-docs
Merge pull request #9 from canonical/Content-edit docs: Update title in index.md certificate-management-docs
Merge pull request #8 from tmihoc/main-fix-project-name docs: change project name to version without canonical | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kratos-rock | kratos-rock
chore(deps): update canonical/identity-team action to v1.11.0 (#234) This PR contains the following updates:
canonical/identity-team
| action | minor | Release Notescanonical/identity-team (canonical/identity-team)### [`v1.11.0`](https://redirect.github.com/canonical/identity-team/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/canonical/identity-team/compare/v1.10.0...v1.11.0) ##### Features - add portal repos to the list ([80e79c3](https://redirect.github.com/canonical/identity-team/commit/80e79c3d305d6eb42368aeec4bf513bb38ef95af)) - add portal repos to the list ([#​96](https://redirect.github.com/canonical/identity-team/issues/96)) ([7076b7f](https://redirect.github.com/canonical/identity-team/commit/7076b7f8c550670012fdf645de52e0715f148302)) - define `GH_PAT` and `GH_USERNAME` to pull internal images ([#​99](https://redirect.github.com/canonical/identity-team/issues/99)) ([e90eb6b](https://redirect.github.com/canonical/identity-team/commit/e90eb6b060184e99d8e211bcf9ba51cff7f8a251)) - define GH\_PAT and GH\_USERNAME to pull internal images ([e05e85f](https://redirect.github.com/canonical/identity-team/commit/e05e85fd7ae02c843ccc4c0a97a900666fb403b7))Configuration📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won’t be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log. | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| identity-saml-provider-operator | identity-saml-provider-operator
fix: using external hostname for cert request fix: add event handling for tls certs fix: removed certificate-transfer integration fix: cleanup identity-saml-provider-operator
feat: add TLS cert integration and update public route template
| Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| identity-platform-api | identity-platform-api
Merge pull request #41 from canonical/fix/rename-org Rename organization to tenant identity-platform-api
Merge pull request #40 from canonical/IAM-1713 Move authorization APIs under /authz | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| lego-rock | lego-rock
chore: bump amannn/action-semantic-pull-request from 5 to 6 in the github_actions group (#47) Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> lego-rock
feat: Use Jira Sync bot instead of workflow (#48) lego-rock
build: Identify KEVs (#46) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| iam-bundle | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| notary | notary
chore: Update go_dependencies (#307) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> notary
feat: re-enable onboarding flow (#330) notary
chore: bump next from 16.2.2 to 16.2.3 in /ui (#336) Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| canonical-identity-platform-docs | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pylego | pylego
fix: TICS workflow dependencies (#87) pylego
fix: tics workflow dependencies fix (#86) pylego
feat: TLSENG-1040 setup TICS workflow (#85) Co-authored-by: copilot-swe-agent[bot] 198982749+Copilot@users.noreply.github.com Co-authored-by: VercinGor 784786+VercinGor@users.noreply.github.com | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| hydra | hydra
Merge pull request #18 from canonical/IAM-843 fix: invalidate user_code after consent has been accepted | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| snap-vault | snap-vault
Released to 1.17/edge - amd64: revision 2354 - arm64: revision 2355 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/snap-vault/commits/rev2355 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| glauth-snap | glauth-snap
Merge pull request #3 from canonical/IAM-473 IAM 473 | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| glauth-rock | glauth-rock
chore(deps): update canonical/identity-team action to v1.11.0 (#171) This PR contains the following updates:
canonical/identity-team
| action | minor | Release Notescanonical/identity-team (canonical/identity-team)### [`v1.11.0`](https://redirect.github.com/canonical/identity-team/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/canonical/identity-team/compare/v1.10.0...v1.11.0) ##### Features - add portal repos to the list ([80e79c3](https://redirect.github.com/canonical/identity-team/commit/80e79c3d305d6eb42368aeec4bf513bb38ef95af)) - add portal repos to the list ([#​96](https://redirect.github.com/canonical/identity-team/issues/96)) ([7076b7f](https://redirect.github.com/canonical/identity-team/commit/7076b7f8c550670012fdf645de52e0715f148302)) - define `GH_PAT` and `GH_USERNAME` to pull internal images ([#​99](https://redirect.github.com/canonical/identity-team/issues/99)) ([e90eb6b](https://redirect.github.com/canonical/identity-team/commit/e90eb6b060184e99d8e211bcf9ba51cff7f8a251)) - define GH\_PAT and GH\_USERNAME to pull internal images ([e05e85f](https://redirect.github.com/canonical/identity-team/commit/e05e85fd7ae02c843ccc4c0a97a900666fb403b7))Configuration📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Enabled. ♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won’t be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log. | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| glauth-operator | glauth-operator
resources: Static resources: Released to ‘latest/edge’ at 18:24 UTC on 25 Apr 2023 What’s ChangedFull Changelog: https://github.com/canonical/glauth-operator/compare/rev9…rev10 glauth-operator
resources: Static resources: Released to ‘latest/edge’ at 22:26 UTC on 21 Apr 2023 What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/glauth-operator/commits/rev9 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fosite | fosite
Merge pull request #23 from canonical/IAM-841 fix: handle the user code generation duplication fosite
Merge pull request #22 from canonical/IAM-861 fix: use correct grant lifespan to issue tokens | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| vault-rock | vault-rock
feat: Make it possible to override the config (#75) vault-rock
chore: bump the github_actions group across 1 directory with 5 updates (#74) Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Up to date |
| Repository | Latest Releases/Commit | Status | Commits Since | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| calico-rocks | calico-rocks
ci: pin GitHub Actions to commit SHAs (#6) calico-rocks
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#7)
All tools run as advisory-only; results uploaded to GitHub Security tab via SARIF. Ref: #2468 (semgrep) Ref: #2466 (bandit) Ref: #2492 (dep-pinning)
calico-rocks
feat: pin k8s-test-harness (#4) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| canonical-kubernetes-release-ci | canonical-kubernetes-release-ci
chore(deps): bump requests from 2.32.4 to 2.33.0 (#88) canonical-kubernetes-release-ci
chore(deps): bump pyjwt from 2.10.1 to 2.12.0 (#87) canonical-kubernetes-release-ci
chore(deps): bump cryptography from 45.0.6 to 46.0.7 (#86) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cert-manager-rock | cert-manager-rock
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#13) cert-manager-rock
ci: pin GitHub Actions to commit SHAs (#12) cert-manager-rock
feat: pin k8s-test-harness (#10) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charm-microk8s | charm-microk8s
ci: pin GitHub Actions to commit SHAs (#140) charm-microk8s
Add deprecation notice (#136) charm-microk8s
Rename config variable “insecure_skip_verify” to “skip_verify”. (#128) Co-authored-by: Matheus C.R matheus.carvalho@canonical.com | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charms.proxylib | charms.proxylib
ci: pin GitHub Actions to commit SHAs (#9) charms.proxylib
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#10) charms.proxylib
Merge pull request #1 from canonical/renovate/configure Configure Renovate | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charms.reactive | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cilium-rocks | cilium-rocks
ci: pin GitHub Actions to commit SHAs (#53) cilium-rocks
feat: add
cilium-rocks
docs: Update FIPS documentation to reference k8s-snap docs (#49)
Co-authored-by: Niamh Hennigan niamh.hennigan@canonical.com | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cinder-csi-operator | cinder-csi-operator
ci: pin GitHub Actions to commit SHAs (#17) cinder-csi-operator
Tolerate control-plane taints since we’re forcing scheduling to the control-planes (#16)
Co-authored-by: Copilot Autofix powered by AI 175728472+Copilot@users.noreply.github.com
Co-authored-by: Copilot Autofix powered by AI 175728472+Copilot@users.noreply.github.com cinder-csi-operator
Schedule cinder-csi controller plugin to run on control-plane nodes (#15)
| Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cluster-api-k8s | cluster-api-k8s
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/cluster-api-k8s/compare/v0.6.0…v0.6.1 cluster-api-k8s
What’s newk8s-dqlite removed as a datastore option⚠️ This is a critical breaking change. The
Impact
Recommended ActionsIf your cluster is currently using
All new clusters provisioned with v0.6.0 and later will use Bug fixes
Security
Chores & CI
New Contributors
Full Changeloghttps://github.com/canonical/cluster-api-k8s/compare/v0.5.1…v0.6.0 cluster-api-k8s
What’s Changed
Full Changelog: https://github.com/canonical/cluster-api-k8s/compare/v0.5.0…v0.5.1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cluster-api-control-plane-provider-microk8s | cluster-api-control-plane-provider-microk8s
What’s Changed
Full Changelog: https://github.com/canonical/cluster-api-control-plane-provider-microk8s/compare/v0.6.10…v0.6.11 cluster-api-control-plane-provider-microk8s
cluster-api-control-plane-provider-microk8s
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/cluster-api-control-plane-provider-microk8s/compare/v0.6.8…v0.6.10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cluster-api-bootstrap-provider-microk8s | cluster-api-bootstrap-provider-microk8s
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/cluster-api-bootstrap-provider-microk8s/compare/v0.6.10…v0.6.11 cluster-api-bootstrap-provider-microk8s
cluster-api-bootstrap-provider-microk8s
What’s Changed
Full Changelog: https://github.com/canonical/cluster-api-bootstrap-provider-microk8s/compare/v0.6.9…v0.6.10 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cluster-autoscaler-rock | cluster-autoscaler-rock
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#20) cluster-autoscaler-rock
ci: pin GitHub Actions to commit SHAs (#19) cluster-autoscaler-rock
feat: pin k8s-test-harness (#18) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| contour-rocks | contour-rocks
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#16) contour-rocks
ci: pin GitHub Actions to commit SHAs (#15) contour-rocks
feat: pin k8s-test-harness (#13) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| coredns-rock | coredns-rock
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#66) coredns-rock
ci: pin GitHub Actions to commit SHAs (#65) coredns-rock
docs: Update FIPS documentation to reference k8s-snap docs (#62)
| Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cri-o-snap | cri-o-snap
ci: pin GitHub Actions to commit SHAs (#6) cri-o-snap
Add basic README documentation (#5) cri-o-snap
Add testing (#4)
Testing cri-o snap service integrated with microk8s. Basic integration tests configures microk8s to use crio container runtime, and then launches the nginx app. Running pod is verified to be using cri-o. | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| csi-driver-nfs-rocks | csi-driver-nfs-rocks
ci: pin GitHub Actions to commit SHAs (#12) csi-driver-nfs-rocks
feat: pin k8s-test-harness (#10) csi-driver-nfs-rocks
Adds NFS CSI plugin integration test (#7) The Helm chart depends on a few other CSI components. We have rocks for these, and we’ll be using them in the helm chart as well. The test will also check the Pod probes to make sure that the service is up, without waiting for Kubernetes to do the check. The test will also spawn a NFS server, and create an NGINX Pod requiring a NFS volume. | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| csi-rocks | csi-rocks
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#39) csi-rocks
ci: pin GitHub Actions to commit SHAs (#38) csi-rocks
fix: update source repos to upstream kubernetes-csi (#36) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| docker-registry-charm | docker-registry-charm
ci: pin GitHub Actions to commit SHAs (#76) docker-registry-charm
Merge pull request #75 from alexsander-souza/fix_s3_skip_verify fix storage-s3-skip-verify config option | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| envoy-rock | envoy-rock
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#30) envoy-rock
ci: pin GitHub Actions to commit SHAs (#28) envoy-rock
chore: remove writable locations (#26) Signed-off-by: Dario Faccin dario.faccin@canonical.com | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| etcd-operator | etcd-operator
release: bump version to v0.9.4 and update changelog (#2060) Signed-off-by: Sam Batschelet sbatsche@redhat.com etcd-operator
Merge pull request #2014 from hexfusion/release-v0.9.3 release: bump version to v0.9.3 and update changelog etcd-operator
Merge pull request #1951 from hasbro17/haseeb/release-v0.9.2 release: bump version to v0.9.2 and update changelog | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| etcd-snaps | etcd-snaps
ci: pin GitHub Actions to commit SHAs (#33) etcd-snaps
Bring snapcraft.yaml up-to-date for master/edge builds. (#21) Also add Github Action for building/testing the snap. etcd-snaps
Merge pull request #13 from juju-solutions/bug/moved etcd and etcdctl changed paths | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| falco-rocks | falco-rocks
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#27) falco-rocks
ci: pin GitHub Actions to commit SHAs (#25) falco-rocks
feat: pin k8s-test-harness (#23) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| fluent-bit-rock | fluent-bit-rock
ci: pin GitHub Actions to commit SHAs (#15) fluent-bit-rock
feat: pin k8s-test-harness (#13) fluent-bit-rock
Update pull_request.yaml after KU-1195 (#11) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| go-migrator | go-migrator
List response already lists all data (#4) go-migrator
do not defer closing files until the end of the loop (#2) go-migrator
Merge pull request #1 from canonical/MK-303/code-cleanup Code clean-up and improvements to error checking | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| harbor-rocks | harbor-rocks
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#31) harbor-rocks
ci: pin GitHub Actions to commit SHAs (#29) harbor-rocks
feat: pin k8s-test-harness (#27) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| infra-backup-operator | infra-backup-operator
resources: Static resources: Released to ‘latest/edge’ at 09:54 UTC on 9 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/infra-backup-operator/compare/rev10…rev11 infra-backup-operator
resources: Static resources: Released to ‘latest/edge’ at 12:22 UTC on 8 Apr 2026 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/infra-backup-operator/compare/rev9…rev10 infra-backup-operator
resources: Static resources: Released to ‘latest/edge’ at 17:38 UTC on 29 Aug 2025 What’s Changed
Full Changelog: https://github.com/canonical/infra-backup-operator/compare/rev8…rev9 | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| hostpath-provisioner | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ingress-nginx-rocks | ingress-nginx-rocks
ci: pin GitHub Actions to commit SHAs (#11) ingress-nginx-rocks
feat: pin k8s-test-harness (#9) ingress-nginx-rocks
integration: work around controller perms/caps issues. (#8) Signed-off-by: Nashwan Azhari nashwan.azhari@canonical.com | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| interface-openstack-integration | interface-openstack-integration
ci: pin GitHub Actions to commit SHAs (#21) interface-openstack-integration
Support sharing the proxy-config via o7k-interface relation (#19)
interface-openstack-integration
Use upstream CCM docs to build the cloud_config including many new fields (#18) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| interface-tls-certificates | interface-tls-certificates
ci: pin GitHub Actions to commit SHAs (#39) interface-tls-certificates
databags with a cert_requets str, should load it as json (#38) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| joule | joule
ci: pin GitHub Actions to commit SHAs (#36) joule
Updated CFT to let the user define ssh cidr (#35) joule
Added conditional security group creation for SSH (#34) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| k8s-bundles | k8s-bundles
resources: Static resources: Released to ‘latest/edge’ at 17:37 UTC on 23 May 2024 What’s Changed
Full Changelog: https://github.com/canonical/k8s-bundles/compare/rev8…rev10 k8s-bundles
resources: Static resources: Released to ‘1.30/edge’ at 21:54 UTC on 7 May 2024 Full Changelog: https://github.com/canonical/k8s-bundles/compare/rev8…rev9 k8s-bundles
resources: Static resources: Released to ‘latest/edge’ at 21:50 UTC on 7 May 2024 What’s ChangedFull Changelog: https://github.com/canonical/k8s-bundles/compare/rev7…rev8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| k8s-conformance | k8s-conformance
Conformance results for v1.33/windrivercloud (#3977) Signed-off-by: Chris Friesen chris.friesen@windriver.com k8s-conformance
Update email for linode (#3974) Signed-off-by: Adam Ginna aginna@akamai.com k8s-conformance
Conformance tests results for v1.34/linode (#3973) Change Email Signed-off-by: Adam Ginna aginna@akamai.com | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| k8s-dqlite | k8s-dqlite
What’s Changed
Full Changelog: https://github.com/canonical/k8s-dqlite/compare/v1.8.0…v1.8.1 k8s-dqlite
What’s Changed
Full Changelog: https://github.com/canonical/k8s-dqlite/compare/v1.3.4…v1.3.5 k8s-dqlite
What’s Changed
Full Changelog: https://github.com/canonical/k8s-dqlite/compare/v1.2.1…v1.2.2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| k8s-microcluster | k8s-microcluster
Change project name detection on prepare statements (#2) Any changes to the folder/repository causes an issue with statement registrations, to address this the hard coded name is updated to use the caller project. k8s-microcluster
Add back legacy We renamed This makes upgrades noticeably slower, while also undoing the work we
had done earlier to show upgrade progress with the To work around this, we can add back Functionally, when establishing a connection to dqlite, if we encounter
a Rather than adding this to v3 and backporting to v2, I thought we might as well fully drop the legacy support from v3 since it likely won’t be released for some time, meaning direct upgrades from v1->v3 should be rather sparse. And since this doesn’t actually affect the result of an upgrade, I don’t think it’s worth the extra maintenance. k8s-microcluster
(backport v2) Parse go module version out of project name (#221) This helper finds microcluster among the cached build files to register
internal statements. Since microcluster’s module path has been appended
with v2, this function now resolves to This should fix external projects failing to register internal microcluster prepared statements. Signed-off-by: Max Asnaashari max.asnaashari@canonical.com (cherry picked from commit aaec49fa6823ddf8802336b3affbbe8878cc6a52) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| k8s-operator | k8s-operator
resources: Static resources: Released to ‘latest/edge’ at 04:48 UTC on 2 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/k8s-operator/compare/k8s-rev1888…k8s-worker-rev1892 k8s-operator
resources: Static resources: Released to ‘latest/edge’ at 04:48 UTC on 2 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/k8s-operator/compare/k8s-rev1888…k8s-worker-rev1891 k8s-operator
resources: Static resources: Released to ‘latest/edge’ at 04:48 UTC on 2 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/k8s-operator/compare/k8s-rev1888…k8s-worker-rev1890 |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| k8s-snap | k8s-snap
ci: add nightly workflow to update CI dependencies (#2493)
Add a scheduled workflow that runs nightly to detect and create PRs for version bumps of GitHub Actions and pip lock files. Both update tasks are implemented as subcommands of the k8s-ci CLI under the new ‘deps’ command group: k8s-ci deps update-actions - update SHA-pinned action references k8s-ci deps update-pip-locks - recompile hash-pinned lock files Both workflow jobs use peter-evans/create-pull-request to create automated PRs with the automerge label.
Pin pip-tools to an exact version (7.4.1) to improve supply-chain security and reproducibility, as flagged by Copilot review.
k8s-snap
ci: pin pip dependencies with hash verification (#2492)
Replace inline pip install commands with hash-pinned requirements files generated by pip-compile to satisfy OSSF Scorecard Pinned-Dependencies checks. Each requirements file has a corresponding .in file with direct dependencies for regeneration.
The hash-pinned requirements files were generated with Python 3.12, which has tomllib built-in. Python 3.10 lacks this module, causing bandit to fail when parsing pyproject.toml. Pin both the lint job and docs k8sd-api-docs job to Python 3.12 for consistency. k8s-snap
test: add integration test for etcd learner promotion during node join (#2503) Add test_etcd_learner_promotion to verify the 1→2 control-plane node transition works correctly with etcd learner mode. The test validates that the second node joins successfully, both nodes become ready, etcd membership is consistent across nodes, no learners remain after join, and the API server is healthy on both nodes. | Up to date |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| k8s-snap-api | k8s-snap-api
What’s Changed
Full Changelog: https://github.com/canonical/k8s-snap-api/compare/v1.1.0…v1.1.1 k8s-snap-api
What’s Changed
Full Changelog: https://github.com/canonical/k8s-snap-api/compare/v1.2.1…v2.0.0 k8s-snap-api
What’s Changed
Full Changelog: https://github.com/canonical/k8s-snap-api/compare/v1.2.0…v1.2.1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| k8s-test-harness | k8s-test-harness
ci: pin GitHub Actions to commit SHAs (#44) k8s-test-harness
chore(deps): update dependency flake8 to v6.1.0 (#13) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| k8s-workflows | k8s-workflows
ci: pin GitHub Actions to commit SHAs (#58) k8s-workflows
fix: update trivy to a known-safe version (#57) k8s-workflows
fix: use production environment for UPRO (#56) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| k8sd | k8sd
ci: pin GitHub Actions to commit SHAs (#30) Signed-off-by: Louise K. Schmidtgen louise.schmidtgen@canonical.com k8sd
fix: use etcd learner mode during node join to prevent quorum loss (#28) When joining a second node to an embedded etcd cluster, MemberAdd immediately makes the new node a voting member, changing quorum from 1⁄1 to 2⁄2 before the new etcd instance starts. This causes a deadlock where the existing member loses quorum and cannot serve requests. Use MemberAddAsLearner to add the new member as a non-voting learner, start its etcd instance, then promote to voting member with retries. This follows the kubeadm pattern and prevents quorum loss during join. Co-authored-by: louiseschmidtgen 107889048+louiseschmidtgen@users.noreply.github.com k8sd
ci: add Semgrep SAST scanning workflow (#27) Signed-off-by: Louise K. Schmidtgen louise.schmidtgen@canonical.com | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kepler-rocks | kepler-rocks
ci: pin GitHub Actions to commit SHAs (#7) kepler-rocks
feat: pin k8s-test-harness (#5) kepler-rocks
Update pull_request.yaml after KU-1195 (#3) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| keystone-k8s-auth-operator | keystone-k8s-auth-operator
ci: pin GitHub Actions to commit SHAs (#36) keystone-k8s-auth-operator
Build targetting for noble (#33) keystone-k8s-auth-operator
Update dependency ops to v2.21.1 (#30) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kine | kine
What’s Changed
Full Changelog: https://github.com/canonical/kine/compare/v0.4.1-k8s-dqlite.9…v0.4.1-k8s-dqlite.10 kine
What’s Changed
kine
What’s Changed
Full Changelog: https://github.com/canonical/kine/compare/v0.4.1-k8s-dqlite.7…v0.4.1-k8s-dqlite-8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kube-bench | kube-bench
ci: pin GitHub Actions to commit SHAs (#5) kube-bench
chore: (CVE fix) Bump golang.org/x/crypto to v0.35.0 (#3) Fixes: - https://github.com/canonical/kube-bench/security/dependabot/2 - https://github.com/canonical/kube-bench/security/dependabot/6 Note: This version requires a Go version bump as well: kube-bench
release: prepare v0.9.2 (#1730) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kube-galaxy-test | kube-galaxy-test
Bump cryptography from 46.0.6 to 46.0.7 (#111) Bumps cryptography from 46.0.6 to 46.0.7. - Changelog - Commits updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: indirect … Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> kube-galaxy-test
fix(security): add data filter to tarfile.extractall (#113) Use filter=‘data’ to prevent path traversal attacks via malicious tar archives. Available since Python 3.12 which is this project’s minimum version. Resolves: HIGH B202 (CWE-22) finding from Bandit SAST scan. kube-galaxy-test
Update azure/setup-kubectl digest to 15650b3 (#114) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kvsql-dqlite | kvsql-dqlite
Increase the bootup timeout from 1 min to 5 (#4) kvsql-dqlite
Merge pull request #3 from ktsakalozos/feature/localnode Pass address of the local dqlite node to kine kvsql-dqlite
Merge pull request #2 from ktsakalozos/feature/cleanup Cleanup after the move under canonical | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| layer-basic | layer-basic
ci: pin GitHub Actions to commit SHAs (#232) layer-basic
Pinning pbr<6.1.1 so it continues to use setuptools (#229)
| Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| loadbalancer-interface | loadbalancer-interface
ci: pin GitHub Actions to commit SHAs (#20) loadbalancer-interface
Repair PR CI (#19) loadbalancer-interface
Merge pull request #1 from charmed-kubernetes/chore/pin-marshmallow Chore/pin marshmallow | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| longhorn-rocks | longhorn-rocks
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#40) longhorn-rocks
ci: pin GitHub Actions to commit SHAs (#39) longhorn-rocks
feat: pin k8s-test-harness (#37) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mayastor | mayastor
chore(release): Merge branch ‘hotfix-v1.0.1’ Creates patch release v1.0.1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mayastor-control-plane | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| metallb-rocks | metallb-rocks
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#28) metallb-rocks
ci: pin GitHub Actions to commit SHAs (#27) metallb-rocks
docs: Update FIPS documentation to reference k8s-snap docs (#25)
Co-authored-by: Niamh Hennigan niamh.hennigan@canonical.com | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| metrics-server-rock | metrics-server-rock
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#23) metrics-server-rock
ci: pin GitHub Actions to commit SHAs (#22) metrics-server-rock
docs: Update FIPS documentation to reference k8s-snap docs (#20)
| Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| microk8s | microk8s
In this releaseKubernetes 1.35Read more at https://kubernetes.io/blog/2025/12/17/kubernetes-v1-35-release/ Bugfixes
Updates
New ContributorsFull Changelog: https://github.com/canonical/microk8s/compare/v1.34…v1.35 microk8s
What’s Changed
New Addon
Full Changelog: https://github.com/canonical/microk8s/compare/v1.33…v1.34 microk8s
In this releaseKubernetes 1.33Read more at https://kubernetes.io/blog/2025/04/23/kubernetes-v1-33-release/ Bugfixes
Updates
Release Specific Changes
Many thanks to our contributors |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| microk8s-addons-repo-template | microk8s-addons-repo-template
ci: pin GitHub Actions to commit SHAs (#12) microk8s-addons-repo-template
Update HACKING.md with custom commands section (#6) microk8s-addons-repo-template
Run tests on GH actions (#1) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| microk8s-aws-addons | microk8s-aws-addons
ci: pin GitHub Actions to commit SHAs (#29) microk8s-aws-addons
Fix typo in aws-elb-controller.md (#28) microk8s-aws-addons
Wait for snapd seed loading in tests (#25) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| microk8s-benchmarks | microk8s-benchmarks
ci: pin GitHub Actions to commit SHAs (#25) microk8s-benchmarks
Alleviate docker hub liimts (#22) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| microk8s-cluster-agent | microk8s-cluster-agent
ci: add SAST workflows (semgrep) with dep-pinned install (#74) microk8s-cluster-agent
ci: pin GitHub Actions to commit SHAs (#73) microk8s-cluster-agent
fix: fallback to endpoints if endpointslice unavailable (#71) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| microk8s-community-addons | microk8s-community-addons
ci: pin GitHub Actions to commit SHAs (#288) microk8s-community-addons
feat(dashboard-ingress): Migrate to Traefik ingress microk8s-community-addons
feat(traefik): deprecate Traefik Ingress controller and update related scripts Signed-off-by: Homayoon (Hue) Alimohammadi homayoon.alimohammadi@canonical.com | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| microk8s-content-demo-snap | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| microk8s-core-addons | microk8s-core-addons
ci: pin GitHub Actions to commit SHAs (#391) microk8s-core-addons
ci: restrict /backport comment trigger to repo members (#390) microk8s-core-addons
fix: use kubernetes-retired for dashboard (#389) Signed-off-by: Homayoon (Hue) Alimohammadi homayoon.alimohammadi@canonical.com | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| microk8s-integrator-macos | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| microk8s-integrator-windows | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| multus-rock | multus-rock
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#19) multus-rock
ci: pin GitHub Actions to commit SHAs (#18) multus-rock
feat: pin k8s-test-harness (#16) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mutating-pebble-webhook-rocks | mutating-pebble-webhook-rocks
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#33) mutating-pebble-webhook-rocks
ci: pin GitHub Actions to commit SHAs (#31) mutating-pebble-webhook-rocks
feat: pin k8s-test-harness (#23) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| nvidia-gpu-operator-tf | nvidia-gpu-operator-tf
Merge pull request #3 from motjuste/patch-1 Use trimspace instead of trim | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ops-lib-manifest | ops-lib-manifest
ci: pin GitHub Actions to commit SHAs (#40) ops-lib-manifest
Merge pull request #35 from canonical/KU-2644/enhance-list-resources Update list-resources | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ops-reactive-interface | ops-reactive-interface
What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/ops-reactive-interface/compare/v1.0.1…v1.1.0 ops-reactive-interface
What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/ops-reactive-interface/commits/v1.0.1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pause-rock | pause-rock
ci: pin GitHub Actions to commit SHAs (#3) pause-rock
Merge pull request #1 from canonical/rev/3.10.1 3.10.1 rock | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pinniped-rocks | pinniped-rocks
ci: pin GitHub Actions to commit SHAs (#9) pinniped-rocks
feat: pin k8s-test-harness (#7) pinniped-rocks
Changes rock base to bare (#6) Switching to a bare-based image will reduce the overall image size and reduces attack surface area. The original Dockerfile uses gcr.io/distroless/static:nonroot, which has only a few packages. We can add those packages and switch to a bare-based image. Additionally, the original image is a non-root image, thus, we should also switch our rock to be non-root. We can no longer use ensure_image_contains_paths to check if files exist in the rock images, since they are now bare-based. Instead, we can use ensure_image_contains_paths_bare, which checks the image layers instead. Because of this, we need sufficient permissions to check the /var/lib/docker folder. | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| rawfile-localpv | rawfile-localpv
RawFile Driver Container Storage Interface | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| rawfile-localpv-operator | rawfile-localpv-operator
ci: pin GitHub Actions to commit SHAs (#13) Pin all GitHub Actions to their commit SHAs to improve supply chain security. This prevents: - Compromised tags from injecting malicious code - Unexpected behavior from mutable references - Supply chain attacks via action tag manipulation rawfile-localpv-operator
feat: improve integration test suites (#10)
Co-authored-by: addyess 10090033+addyess@users.noreply.github.com rawfile-localpv-operator
fix: wait until there’s a Kubeconfig available in non-leader nodes (#9) This PR adds error handling to the status update logic in | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| serialized-data-interface | serialized-data-interface
build: bump version 0.3.5->0.3.6 (#53) serialized-data-interface
Gracefully handle empty remote app name (#35)
It shouldn’t ever happen but it seems that the remote app name can be
set to blank during a relation-broken hook in some strange edge case
which leads to a Fixes #34 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| sriov-dpdk-rocks | sriov-dpdk-rocks
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#16) sriov-dpdk-rocks
ci: pin GitHub Actions to commit SHAs (#15) sriov-dpdk-rocks
feat: pin k8s-test-harness (#13) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| velero-rocks | velero-rocks
ci: pin GitHub Actions to commit SHAs (#19) velero-rocks
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#20) velero-rocks
feat: pin k8s-test-harness (#17) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| vsphere-csi-rocks | vsphere-csi-rocks
ci: pin GitHub Actions to commit SHAs (#7) vsphere-csi-rocks
feat: pin k8s-test-harness (#5) vsphere-csi-rocks
Update pull_request.yaml after KU-1195 (#4) | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| whereabouts-rock | whereabouts-rock
ci: pin GitHub Actions to commit SHAs (#19) whereabouts-rock
ci: add SAST workflows (semgrep + bandit) with dep-pinned installs (#20) whereabouts-rock
feat: pin k8s-test-harness (#17) | Up to date |
| Repository | Latest Releases/Commit | Status | Commits Since | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| mysql-shell-client | mysql-shell-client
What’s Changed
Full Changelog: https://github.com/canonical/mysql-shell-client/compare/0.8.1…0.9.0 mysql-shell-client
What’s Changed
Full Changelog: https://github.com/canonical/mysql-shell-client/compare/0.8.0…0.8.1 mysql-shell-client
What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/mysql-shell-client/compare/0.7.1…0.8.0 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| postgresql-operator | postgresql-operator
A new revision of Charmed PostgreSQL VM has been published in the 16/stable channel on Charmhub. System requirements | How to upgrade Compatibility
Features
Bug fixes
Note on COS Otelcol and grafana-agentCharmed PostgreSQL is currently incompatible with the COS Otelcol (opentelemetry-collector) subordinate charm. The current recommended and tested way of integrating with PostgreSQL with COS is via the grafana-agent charm. In this release, the Data team attempted to add Otelcol compatibility (see PR #1285#issuecomment-4221887305). We reverted this change in PR #1608 to maintain compatibility with grafana-agent, and are working on making PostgreSQL compatible with both opentelemetry-collector and grafana-agent in a future stable release. Full Changelog: https://github.com/canonical/postgresql-operator/compare/v16/1.206.0…v16/1.242.0 postgresql-operator
A new revision of Charmed PostgreSQL VM has been published in the 14/stable channel on Charmhub. System requirements | How to upgrade Compatibility
Features
Bug fixes
Note on COS Otelcol and grafana-agentCharmed PostgreSQL is currently incompatible with the COS Otelcol (opentelemetry-collector) subordinate charm. The current recommended and tested way of integrating with PostgreSQL with COS is via the grafana-agent charm. In this release, the Data team attempted to add Otelcol compatibility (see PR #1285#issuecomment-4221887305). We reverted this change in PR #1607 to maintain compatibility with grafana-agent, and are working on making PostgreSQL compatible with both opentelemetry-collector and grafana-agent in a future stable release. Full Changelog: https://github.com/canonical/postgresql-operator/compare/rev1044…rev1090 postgresql-operator
A new revision of Charmed PostgreSQL VM has been published in the 14/stable channel on Charmhub. System requirements | How to upgrade Compatibility
Features
Bug fixes
Full Changelog: https://github.com/canonical/postgresql-operator/compare/rev986…rev1044 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| data-platform-workflows | data-platform-workflows
What’s Changed
Full Changelog: https://github.com/canonical/data-platform-workflows/compare/v48.1.0…v48.1.1 data-platform-workflows
What’s Changed
Full Changelog: https://github.com/canonical/data-platform-workflows/compare/v48.0.5…v48.1.0 data-platform-workflows
What’s Changed
Full Changelog: https://github.com/canonical/data-platform-workflows/compare/v48.0.4…v48.0.5 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| postgresql-single-kernel-library | postgresql-single-kernel-library
What’s Changed
Full Changelog: https://github.com/canonical/postgresql-single-kernel-library/compare/16.1.9…16.1.11 postgresql-single-kernel-library
What’s Changed
Full Changelog: https://github.com/canonical/postgresql-single-kernel-library/compare/16.1.8…16.1.9 postgresql-single-kernel-library
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/postgresql-single-kernel-library/compare/16.1.7…16.1.8 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mongo-single-kernel-library | mongo-single-kernel-library
What’s Changed
Full Changelog: https://github.com/canonical/mongo-single-kernel-library/compare/v1.7.16…v1.7.17 mongo-single-kernel-library
What’s Changed
Full Changelog: https://github.com/canonical/mongo-single-kernel-library/compare/v1.6.26…v1.6.27 mongo-single-kernel-library
What’s ChangedFull Changelog: https://github.com/canonical/mongo-single-kernel-library/compare/v1.8.36…v1.8.37 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| get-workflow-version-action | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmcraftlocal | charmcraftlocal
What’s Changed
Full Changelog: https://github.com/canonical/charmcraftlocal/compare/v0.3.5…v0.3.6 charmcraftlocal
What’s Changed
Full Changelog: https://github.com/canonical/charmcraftlocal/compare/v0.3.4…v0.3.5 charmcraftlocal
What’s Changed
Full Changelog: https://github.com/canonical/charmcraftlocal/compare/v0.3.3…v0.3.4 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmcraftcache | charmcraftcache
What’s Changed
Full Changelog: https://github.com/canonical/charmcraftcache/compare/v0.8.4…v0.8.5 charmcraftcache
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/charmcraftcache/compare/v0.8.3…v0.8.4 charmcraftcache
What’s Changed
Full Changelog: https://github.com/canonical/charmcraftcache/compare/v0.8.2…v0.8.3 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| allure-pytest-default-results | allure-pytest-default-results
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/allure-pytest-default-results/compare/v0.1.3…v0.1.4 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charm-refresh | charm-refresh
What’s Changed
Full Changelog: https://github.com/canonical/charm-refresh/compare/v3.1.1.3…v3.1.1.4 charm-refresh
What’s Changed
Full Changelog: https://github.com/canonical/charm-refresh/compare/v3.1.1.2…v3.1.1.3 charm-refresh
What’s Changed
Full Changelog: https://github.com/canonical/charm-refresh/compare/v3.1.1.0…v3.1.1.2 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charm-json | charm-json
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/charm-json/compare/v0.1.1…v0.1.2 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charm-api | charm-api
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/charm-api/compare/v0.1.2…v0.1.3 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kafka-k8s-operator | kafka-k8s-operator
A new revision of Apache Kafka - K8s has been published in the 4/stable channel on Charmhub. kafka-k8s OCI image resources:
- New Contributors
Full Changelog: https://github.com/canonical/kafka-k8s-operator/compare/rev76…v4/1.23.0 kafka-k8s-operator
Released to 3/edge OCI images: - {‘resource_name’: ‘kafka-image’, ‘revision’: 48} What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/kafka-k8s-operator/compare/rev75…rev76 kafka-k8s-operator
Released to 3/edge OCI images: - {‘resource_name’: ‘kafka-image’, ‘revision’: 48} What’s Changed
Full Changelog: https://github.com/canonical/kafka-k8s-operator/compare/rev74…rev75 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmcraftcache-hub | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mysql-operators | mysql-operators
A new stable revision of Charmed MySQL for K8s has been published in the What’s ChangedHighlightsThis release is the first after the migration to a monorepo, shared by VM and K8s charms. It is also the first one to make use of the mysql-shell-client package. Other Features
Bug fixes
New ContributorsFull Changelog: https://github.com/canonical/mysql-operators/compare/mysql-k8s/rev351…mysql-k8s/rev401 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mysql-router-operators | mysql-router-operators
A new revision of Charmed MySQL Router K8s has been published in the 8.0/stable channel on Charmhub. OCI image resources: What’s ChangedA release focused primarily on enabling migration from the v2 refresh framework and cleaning up CI/testing infrastructure after the monorepo migration.
Features
Maintenance
Full Changelog: https://github.com/canonical/mysql-router-operators/compare/mysql-router-k8s/rev872…mysql-router-k8s/rev902 mysql-router-operators
A new revision of Charmed MySQL Router K8s has been published in the 8.0/stable channel on Charmhub. OCI image resources: What’s ChangedFeatures
New Contributors
Full Changelog: https://github.com/canonical/mysql-router-operators/compare/mysql-router-k8s/rev748…mysql-router-k8s/rev872 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| data-platform-helpers | data-platform-helpers
What’s ChangedFull Changelog: https://github.com/canonical/data-platform-helpers/compare/0.1.7…1.0.1 data-platform-helpers
What’s ChangedFull Changelog: https://github.com/canonical/data-platform-helpers/compare/0.1.6…0.1.7 data-platform-helpers
What’s Changed
Full Changelog: https://github.com/canonical/data-platform-helpers/compare/0.1.5…0.1.6 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pgbouncer-operator | pgbouncer-operator
A new revision of PgBouncer has been published in the 1/stable channel on Charmhub. System requirements | How to upgrade Compatibility
What’s ChangedFeatures
Full Changelog: https://github.com/canonical/pgbouncer-operator/compare/rev897…rev909 pgbouncer-operator
A new revision of Charmed PgBouncer VM has been published in the 1/stable channel on Charmhub. System requirements | How to upgrade Compatibility
Bug fixes
Known issues
Full Changelog: https://github.com/canonical/pgbouncer-operator/compare/rev873…rev897 pgbouncer-operator
A new revision of Charmed PgBouncer VM has been published in the 1/stable channel on Charmhub. System requirements | How to upgrade Compatibility
Highlights
Features
Bug fixes
Full Changelog: https://github.com/canonical/pgbouncer-operator/compare/rev639…rev873 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| postgresql-k8s-operator | postgresql-k8s-operator
A new revision of Charmed PostgreSQL K8s has been published in the 14/stable channel on Charmhub. System requirements | How to upgrade Compatibility
*OCI image resources: Highlights
Other features
Bug fixes
New contributors
Full Changelog: https://github.com/canonical/postgresql-k8s-operator/compare/rev494…rev774 postgresql-k8s-operator
A new revision of Charmed PostgreSQL K8s has been published in the 14/stable channel on Charmhub. System requirements | How to upgrade Compatibility
Highlights
Features
Bug fixes
Full Changelog: https://github.com/canonical/postgresql-k8s-operator/compare/rev462…rev494 postgresql-k8s-operator
A new revision of Charmed PostgreSQL operator for Kubernetes has been published in the
What’s changedThis section outlines the most important highlights, features and bug fixes in this release.
Features
Bug fixes
Full Changelog: https://github.com/canonical/postgresql-k8s-operator/compare/rev444…rev462 Known limitations
RequirementsThe minimum Juju version required to reliably operate all features in this release is See the system requirements for more details about Juju versions and other software and hardware prerequisites. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pgbouncer-k8s-operator | pgbouncer-k8s-operator
A new revision of Charmed PgBouncer K8s has been published in the 1/stable channel on Charmhub. System requirements | How to upgrade Compatibility
*OCI image resources: Highlights
Features
Bug fixes
Full Changelog: https://github.com/canonical/pgbouncer-k8s-operator/compare/rev407…rev519 pgbouncer-k8s-operator
A new revision of PgBouncer K8s has been published in the 1/stable channel on Charmhub.
What’s ChangedThis section outlines the most important highlights, features and bug fixes in this release. Highlights
Features
Bug fixes
Full Changelog: https://github.com/canonical/pgbouncer-k8s-operator/compare/rev359…rev407 RequirementsSee the system requirements and releases overview page for more details about software and hardware prerequisites. pgbouncer-k8s-operator
A new revision of Charmed PgBouncer operator for Kubernetes has been published in the
What’s changedThis section outlines the most important features and bug fixes of this release. Features
Bug fixes
Full Changelog: https://github.com/canonical/pgbouncer-k8s-operator/compare/rev268…rev359 RequirementsSee the system requirements and releases overview page for more details about software and hardware prerequisites. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| s3-integrator | s3-integrator
What’s ChangedFeatures:
Enhancements / Improvements
Renovate / Housekeeping
New ContributorsFull Changelog: https://github.com/canonical/s3-integrator/compare/rev146…rev332 s3-integrator
What’s Changed
s3-integrator
What’s ChangedFeatures:
Enhancements / Improvements
Renovate / Housekeeping
New ContributorsFull Changelog: https://github.com/canonical/s3-integrator/compare/rev145…rev330 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mysql-k8s-operator | mysql-k8s-operator
A new revision of Charmed MySQL K8s has been published in the 8.0/stable channel on Charmhub. OCI image resources:
- What’s ChangedMost notably the new stable revision: - Bump MySQL version to 8.0.44 - Supports for IBM s390x architecture - Pre-defined roles support And many bug fixes. The full list bellow. Features
New Contributors
Full Changelog: https://github.com/canonical/mysql-k8s-operator/compare/rev254…rev342 mysql-k8s-operator
A new revision of Charmed MySQL K8s has been published in the 8.0/stable channel on Charmhub.
OCI image resources:
- What’s ChangedFeatures
Bug fixes
Full Changelog: https://github.com/canonical/mysql-k8s-operator/compare/rev240…rev255 Requirements and compatibility
See the system requirements for more details about Juju versions and other software and hardware prerequisites. mysql-k8s-operator
A new revision of Charmed MySQL K8s has been published in the 8.0/stable channel on Charmhub.
OCI image resources:
- What’s changedThis section outlines the most important features and bug fixes in this release. Features
Bug fixes
Full Changelog: https://github.com/canonical/mysql-k8s-operator/compare/rev210…rev240 New contributors
Requirements and compatibility
See the system requirements for more details about Juju versions and other software and hardware prerequisites. | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mysql-operator | mysql-operator
A new revision of Charmed MySQL has been published in the 8.0/stable channel on Charmhub. What’s ChangedNotably, this revision: - Upgrade MySQL to 8.0.44 by @astrojuanlu in #728 - Point-in-time backup recovery by @shayancanonical in #621 - Juju network spaces support by @sinclert-canonical in #643 - Stable release on IBM s390x architecture by @carlcsaposs-canonical in #658 Features
New Contributors
Full Changelog: https://github.com/canonical/mysql-operator/compare/rev366…rev442 mysql-operator
A new revision of Charmed MySQL has been published in the 8.0/stable channel on Charmhub.
What’s ChangedThis section outlines the most important features and bug fixes in this release. Features
Bug fixes
Full Changelog: https://github.com/canonical/mysql-operator/compare/rev312…rev366 Technical detailsThis section contains some technical details about the charm’s contents and dependencies. If you are jumping over several stable revisions, check previous release notes before upgrading. Requirements and compatibilityThis charm revision features the following changes in dependencies:
* (increased) MySQL version to
mysql-operator
A new revision of Charmed MySQL VM has been published in the
What’s changedThis section outlines the most important features and bug fixes in this release. Features
Bug fixes
Full Changelog: https://github.com/canonical/mysql-operator/compare/rev240…rev312 Technical detailsThis section contains some technical details about the charm’s contents and dependencies. If you are jumping over several stable revisions, check previous release notes before upgrading. Requirements and compatibilityThis charm revision features the following changes in dependencies:
* (increased) MySQL version
See the system requirements page for more details about software and hardware prerequisites. PackagingThis charm is based on the Contact usCharmed MySQL is an open source project that warmly welcomes community contributions, suggestions, fixes, and constructive feedback. | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-valkey-snap | charmed-valkey-snap
Released to 7/edge - amd64: revision 8 Full Changelog: https://github.com/canonical/charmed-valkey-snap/compare/rev6…rev8 charmed-valkey-snap
Released to latest/edge - amd64: revision 6 Full Changelog: https://github.com/canonical/charmed-valkey-snap/compare/rev5…rev6 charmed-valkey-snap
Released to latest/edge - amd64: revision 5 What’s Changed
Full Changelog: https://github.com/canonical/charmed-valkey-snap/compare/rev4…rev5 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| test-runners-data-platform | test-runners-data-platform
A new revision of Charmed PostgreSQL VM has been published in the latest/stable channel on Charmhub. Full Changelog: https://github.com/canonical/test-runners-data-platform/commits/vlatest/1.138.0 test-runners-data-platform
A new revision of Charmed PostgreSQL VM has been published in the latest/stable channel on Charmhub. Full Changelog: https://github.com/canonical/test-runners-data-platform/commits/vlatest/1.137.0 test-runners-data-platform
A new revision of Charmed PostgreSQL VM has been published in the latest/stable channel on Charmhub. Full Changelog: https://github.com/canonical/test-runners-data-platform/commits/rev50 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| redis-k8s-operator | redis-k8s-operator
resources: Static resources:
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/redis-k8s-operator/compare/rev41…rev42 redis-k8s-operator
resources: Static resources:
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/redis-k8s-operator/compare/rev40…rev41 redis-k8s-operator
resources: Static resources:
What’s Changed
Full Changelog: https://github.com/canonical/redis-k8s-operator/compare/rev39…rev40 | Up to date |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| test-runners-data-platform-2 | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmlibs | charmlibs
This post-release of Full Changelog: https://github.com/canonical/charmlibs/compare/pathops-v1.0.1…pathops-v1.0.1.post0 charmlibs
This patch release for the What’s Changed
Full Changelog: https://github.com/canonical/charmtech-charmlibs/compare/pathops-v1.0.0…pathops-v1.0.1 charmlibs
This is the 1.0 stable release for What’s Changed
Full Changelog: https://github.com/canonical/charmtech-charmlibs/compare/pathops-v0.0.0…pathops-v1.0.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| central-uploader | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-mysql-snap | charmed-mysql-snap
Released to 8.0/edge - amd64: revision 146 - arm64: revision 147 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/charmed-mysql-snap/compare/rev145…rev147 charmed-mysql-snap
Released to 8.0/edge - arm64: revision 144 - amd64: revision 145 What’s Changed
Full Changelog: https://github.com/canonical/charmed-mysql-snap/compare/rev143…rev145 charmed-mysql-snap
Released to 8.0/edge - amd64: revision 142 - arm64: revision 143 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/charmed-mysql-snap/compare/rev141…rev143 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| postgresql-ldap-sync | postgresql-ldap-sync
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/postgresql-ldap-sync/compare/0.3.1…0.3.2 postgresql-ldap-sync
What’s Changed
Full Changelog: https://github.com/canonical/postgresql-ldap-sync/compare/0.3.0…0.3.1 postgresql-ldap-sync
What’s Changed
Full Changelog: https://github.com/canonical/postgresql-ldap-sync/compare/0.2.1…0.3.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mysql-router-k8s-operator | mysql-router-k8s-operator
A new revision of MySQL Router K8s has been published in the 8.0/stable channel on Charmhub. OCI image resources:
- What’s ChangedFeatures
Full Changelog: https://github.com/canonical/mysql-router-k8s-operator/compare/rev745…rev747 mysql-router-k8s-operator
A new revision of MySQL Router K8s has been published in the 8.0/stable channel on Charmhub. OCI image resources:
- What’s ChangedFeatures
Bug fixes
Full Changelog: https://github.com/canonical/mysql-router-k8s-operator/compare/rev598…rev746 mysql-router-k8s-operator
A new revision of MySQL Router K8s has been published in the 8.0/stable channel on Charmhub. OCI image resources:
- What’s ChangedFeatures
Bug fixes
Full Changelog: https://github.com/canonical/mysql-router-k8s-operator/compare/rev530…rev598 New Contributors
| Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kafka-benchmark-operator | kafka-benchmark-operator
Released to latest/edge OCI images: What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/kafka-benchmark-operator/compare/rev3…rev4 kafka-benchmark-operator
Released to latest/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/kafka-benchmark-operator/compare/rev2…rev3 kafka-benchmark-operator
Released to latest/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/kafka-benchmark-operator/compare/rev1…rev2 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mysql-router-operator | mysql-router-operator
A new revision of MySQL Router has been published in the
What’s ChangedThis section outlines the most important features and bug fixes in this release. Features
Bug fixes
Full Changelog: https://github.com/canonical/mysql-router-operator/compare/rev267…rev354 Technical detailsThis section contains some technical details about the charm’s contents and dependencies. If you are jumping over several stable revisions, check previous release notes before upgrading. See the system requirements page in the MySQL documentation for more details about software and hardware prerequisites. mysql-router-operator
A new revision of Charmed MySQL Router has been published in the
What’s changedThis section outlines the most important features and bug fixes in this release. Features
Full Changelog: https://github.com/canonical/mysql-router-operator/compare/rev223…rev267 Technical detailsThis section contains some technical details about the charm’s contents and dependencies. If you are jumping over several stable revisions, check previous release notes before upgrading. See the system requirements page in the MySQL documentation for more details about software and hardware prerequisites. mysql-router-operator
A new revision of Charmed MySQL Router has been published in the
What’s changedThis section outlines the most important features and bug fixes in this release. Features
Bug fixes
Full Changelog: https://github.com/canonical/mysql-router-operator/compare/rev197…rev223 Technical detailsThis section contains some technical details about the charm’s contents and dependencies. If you are jumping over several stable revisions, check previous release notes before upgrading. See the system requirements page in the MySQL documentation for more details about software and hardware prerequisites. | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-postgresql-rock | image-7e41d7f60e45ee2f5463aa9aafcd3c35121423423ee08c26a174b99ad0235b7e charmed-postgresql-rock
Released to ghcr.io/canonical/charmed-postgresql:14.15-22.04_edge What’s Changed
image-415082be1a5e06c0b60745d0252a9991681839995994d0fcee5789ae5866c27a charmed-postgresql-rock
Released to ghcr.io/canonical/charmed-postgresql:16.4-24.04_edge What’s Changed
image-3abdbc00413b065fbfea8c6a3aaad8e137790ebb3e7bf5e1f42e19cbc1861926 charmed-postgresql-rock
Released to ghcr.io/canonical/charmed-postgresql:14.13-22.04_edge What’s Changed
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-postgresql-snap | charmed-postgresql-snap
Released to 14/edge - arm64: revision 142 - amd64: revision 143 What’s Changed
Full Changelog: https://github.com/canonical/charmed-postgresql-snap/compare/rev139…rev143 charmed-postgresql-snap
Released to 16/edge - arm64: revision 138 - amd64: revision 139 What’s Changed
Full Changelog: https://github.com/canonical/charmed-postgresql-snap/compare/rev133…rev139 charmed-postgresql-snap
Released to 14/edge - arm64: revision 132 - amd64: revision 133 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/charmed-postgresql-snap/compare/rev131…rev133 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mongos-operator | mongos-operator
Released to 6/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/mongos-operator/compare/rev35…rev36 mongos-operator
Released to 6/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/mongos-operator/compare/rev34…rev35 mongos-operator
Released to 6/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/mongos-operator/compare/rev33…rev34 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-etcd-operator | charmed-etcd-operator
Released to 3.5/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/charmed-etcd-operator/compare/rev8…rev9 charmed-etcd-operator
Released to 3.5/edge OCI images: What’s ChangedFull Changelog: https://github.com/canonical/charmed-etcd-operator/compare/rev9…rev10 charmed-etcd-operator
Released to 3.5/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/charmed-etcd-operator/compare/rev7…rev8 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kafka-operator | kafka-operator
Released to 3/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/kafka-operator/compare/rev197…rev198 kafka-operator
Released to 3/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/kafka-operator/compare/rev196…rev197 kafka-operator
Released to 3/edge OCI images: What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/kafka-operator/compare/rev195…rev196 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| object-storage-integrator | object-storage-integrator
Released to latest/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/object-storage-integrators/compare/rev4…rev5 object-storage-integrator
Released to latest/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/object-storage-integrators/compare/rev3…rev4 object-storage-integrator
Released to latest/edge OCI images: What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/object-storage-integrators/compare/rev2…rev3 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| opensearch-operator | opensearch-operator
Released to 2/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/opensearch-operator/compare/rev203…rev204 opensearch-operator
Released to 2/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/opensearch-operator/compare/rev202…rev203 opensearch-operator
Released to 2/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/opensearch-operator/compare/rev201…rev202 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mongos-k8s-operator | mongos-k8s-operator
Released to 6/edge OCI images: - {‘resource_name’: ‘mongodb-image’, ‘revision’: 1} What’s Changed
Full Changelog: https://github.com/canonical/mongos-k8s-operator/compare/rev22…rev23 mongos-k8s-operator
Released to 6/edge OCI images: - {‘resource_name’: ‘mongodb-image’, ‘revision’: 1} What’s Changed
Full Changelog: https://github.com/canonical/mongos-k8s-operator/compare/rev21…rev22 mongos-k8s-operator
Released to 6/edge OCI images: - {‘resource_name’: ‘mongodb-image’, ‘revision’: 1} What’s Changed
Full Changelog: https://github.com/canonical/mongos-k8s-operator/compare/rev20…rev21 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| karapace-operator | karapace-operator
Released to latest/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/karapace-operator/compare/rev9…rev10 karapace-operator
Released to latest/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/karapace-operator/compare/rev8…rev9 karapace-operator
Released to latest/edge OCI images: What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/karapace-operator/compare/rev7…rev8 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| zookeeper-k8s-operator | zookeeper-k8s-operator
Released to 3/edge OCI images: - {‘resource_name’: ‘zookeeper-image’, ‘revision’: 34} What’s Changed
Full Changelog: https://github.com/canonical/zookeeper-k8s-operator/compare/rev72…rev73 zookeeper-k8s-operator
Released to 3/edge OCI images: - {‘resource_name’: ‘zookeeper-image’, ‘revision’: 34} What’s Changed
Full Changelog: https://github.com/canonical/zookeeper-k8s-operator/compare/rev71…rev72 zookeeper-k8s-operator
Released to 3/edge OCI images: - {‘resource_name’: ‘zookeeper-image’, ‘revision’: 34} What’s ChangedFull Changelog: https://github.com/canonical/zookeeper-k8s-operator/compare/rev70…rev71 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| zookeeper-operator | zookeeper-operator
Released to 3/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/zookeeper-operator/compare/rev153…rev154 zookeeper-operator
Released to 3/edge OCI images: What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/zookeeper-operator/compare/rev149…rev153 zookeeper-operator
Released to 3/edge OCI images: What’s ChangedFull Changelog: https://github.com/canonical/zookeeper-operator/compare/rev151…rev152 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mongodb-operator | mongodb-operator
Released to 6/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/mongodb-operator/compare/rev206…rev207 mongodb-operator
Released to 6/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/mongodb-operator/compare/rev205…rev206 mongodb-operator
Released to 6/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/mongodb-operator/compare/rev204…rev205 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| karapace-k8s-operator | karapace-k8s-operator
Released to latest/edge OCI images: - {‘resource_name’: ‘karapace-image’, ‘revision’: 2} What’s Changed
Full Changelog: https://github.com/canonical/karapace-k8s-operator/compare/rev2…rev3 karapace-k8s-operator
Released to latest/edge OCI images: - {‘resource_name’: ‘karapace-image’, ‘revision’: 2} What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/karapace-k8s-operator/compare/rev1…rev2 karapace-k8s-operator
Released to latest/edge OCI images: - {‘resource_name’: ‘karapace-image’, ‘revision’: 1} What’s ChangedFull Changelog: https://github.com/canonical/karapace-k8s-operator/commits/rev1 |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| prometheus-opensearch-dashboards-exporter | prometheus-opensearch-dashboards-exporter
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/prometheus-opensearch-dashboards-exporter/commits/0.1.0 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charm-rolling-ops | charm-rolling-ops
Released to latest/edge OCI images: What’s ChangedFull Changelog: https://github.com/canonical/charm-rolling-ops/compare/rev13…rev14 charm-rolling-ops
Released to latest/edge OCI images: What’s ChangedFull Changelog: https://github.com/canonical/charm-rolling-ops/compare/rev12…rev13 charm-rolling-ops
Released to latest/edge OCI images: What’s ChangedFull Changelog: https://github.com/canonical/charm-rolling-ops/compare/rev11…rev12 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kafka-bundle | kafka-bundle
Charmed Apache Kafka bundleNew features and bug fixes in the Charmed Apache Kafka bundle: Features
Bug fixes
Other changes
Charmed Apache ZooKeeper bundleNew features and bug fixes in the Charmed Apache ZooKeeper bundle: Features
Bug fixes
Other changes
Canonical Data issues are now public on both Jira and GitHub platforms. Inside the charmsContents of the Charmed Apache Kafka and Charmed Apache ZooKeeper include:
More information about the artifacts are provided by the following table:
Technical notes
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-mysql-rock | image-f611b3f15f657b605bdf8faf473145705181499d976f5c971bab7e9e3656f5e4 charmed-mysql-rock
Released to ghcr.io/canonical/charmed-mysql:8.0.39-22.04_edge What’s Changed
New Contributors
image-458dbc8d0759136a57882a28d83e90132c109f9ca3fb75761ce593d8217b6054 charmed-mysql-rock
Released to ghcr.io/canonical/charmed-mysql:8.0.39-22.04_edge What’s Changed
New Contributors
image-425a1c97642b9c4529eb6914512fc9b1b39178a0b329a557920c68610664375d charmed-mysql-rock
Released to ghcr.io/canonical/charmed-mysql:8.0.39-22.04_edge What’s Changed
New Contributors
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| data-platform-libs | data-platform-libs
resources: Static resources: Released to ‘latest/edge’ at 17:48 UTC on 4 Dec 2024 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/data-platform-libs/compare/rev81…rev82 data-platform-libs
resources: Static resources: Released to ‘latest/edge’ at 10:22 UTC on 27 Sep 2024 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/data-platform-libs/compare/rev80…rev81 data-platform-libs
resources: Static resources: Released to ‘latest/edge’ at 10:41 UTC on 6 Aug 2024 What’s Changed
Full Changelog: https://github.com/canonical/data-platform-libs/compare/rev79…rev80 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| opensearch-dashboards-operator | opensearch-dashboards-operator
Released to 2/edge OCI images: What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/opensearch-dashboards-operator/compare/rev25…rev26 opensearch-dashboards-operator
Released to 2/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/opensearch-dashboards-operator/compare/rev24…rev25 opensearch-dashboards-operator
Released to 2/edge OCI images: What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/opensearch-dashboards-operator/compare/rev23…rev24 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| sysbench-operator | sysbench-operator
Released to latest/edge OCI images: What’s ChangedFull Changelog: https://github.com/canonical/sysbench-operator/compare/rev122…rev124 sysbench-operator
Released to latest/edge OCI images: What’s ChangedFull Changelog: https://github.com/canonical/sysbench-operator/compare/rev120…rev122 sysbench-operator
Released to latest/edge OCI images: What’s ChangedFull Changelog: https://github.com/canonical/sysbench-operator/compare/rev118…rev120 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| data-integrator | data-integrator
Released to latest/edge OCI images: What’s ChangedFull Changelog: https://github.com/canonical/data-integrator/compare/rev79…rev81 data-integrator
Released to latest/edge OCI images: What’s ChangedFull Changelog: https://github.com/canonical/data-integrator/compare/rev77…rev79 data-integrator
Released to latest/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/data-integrator/compare/rev75…rev77 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-etcd-snap | charmed-etcd-snap
Released to 3.5/edge - amd64: revision 1 What’s Changed
Full Changelog: https://github.com/canonical/charmed-etcd-snap/commits/rev1 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mongodb-k8s-operator | mongodb-k8s-operator
Released to 6/edge OCI images: - {‘resource_name’: ‘mongodb-image’, ‘revision’: 30} What’s Changed
Full Changelog: https://github.com/canonical/mongodb-k8s-operator/compare/rev60…rev61 mongodb-k8s-operator
Released to 6/edge OCI images: - {‘resource_name’: ‘mongodb-image’, ‘revision’: 30} What’s Changed
Full Changelog: https://github.com/canonical/mongodb-k8s-operator/compare/rev59…rev60 mongodb-k8s-operator
Released to 6/edge OCI images: - {‘resource_name’: ‘mongodb-image’, ‘revision’: 30} What’s Changed
Full Changelog: https://github.com/canonical/mongodb-k8s-operator/compare/rev58…rev59 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| opensearch-benchmark-operator | opensearch-benchmark-operator
Released to latest/edge OCI images: What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/opensearch-benchmark-operator/commits/rev1 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kafka-test-app | kafka-test-app
Released to latest/edge OCI images: What’s ChangedFull Changelog: https://github.com/canonical/kafka-test-app/compare/rev12…rev13 kafka-test-app
Released to latest/edge OCI images: What’s Changed
Full Changelog: https://github.com/canonical/kafka-test-app/compare/rev11…rev12 kafka-test-app
resources: Static resources: Released to ‘latest/edge’ at 00:05 UTC on 5 May 2024 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/kafka-test-app/compare/rev10…rev11 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-pgbouncer-snap | charmed-pgbouncer-snap
Released to 1/edge - arm64: revision 15 - amd64: revision 16 What’s Changed
Full Changelog: https://github.com/canonical/charmed-pgbouncer-snap/compare/rev12…rev16 charmed-pgbouncer-snap
Released to 1/edge - arm64: revision 11 - amd64: revision 12 What’s Changed
Full Changelog: https://github.com/canonical/charmed-pgbouncer-snap/compare/rev8…rev12 charmed-pgbouncer-snap
Released to 1/edge - arm64: revision 7 - amd64: revision 8 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/charmed-pgbouncer-snap/compare/rev4…rev8 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| opensearch-dashboards-single-kernel-library | opensearch-dashboards-single-kernel-library
patch(DPE-9388): Merge feature/single kernel into main (#8)
Co-authored-by: akram09 akram.boutouchent@canonical.com Co-authored-by: Mehdi Bendriss 45567724+Mehdi-Bendriss@users.noreply.github.com Co-authored-by: Smail Kourta smail.kourta@canonical.com opensearch-dashboards-single-kernel-library
Merge pull request #7 from canonical/add-tics-2-edge patch: Adding TICS workflow to 2/edge | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kafka-rock | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kafka-connect-operator | kafka-connect-operator
build: bump rust to latest stable (#52) kafka-connect-operator
update permissions after adding a plugin (#48) kafka-connect-operator
[DPE-9107] feat: add machines support to TF module (#47) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kafka-ui-k8s-operator | kafka-ui-k8s-operator
chore: Add icon (#12) kafka-ui-k8s-operator
ci: use Canonical K8s for tests (#11) kafka-ui-k8s-operator
[DPE-7986] feat: secret-based user management (#9) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kafka-ui-operator | kafka-ui-operator
ci: unpin juju agent (#22) Signed-off-by: Iman Enami 44609233+imanenami@users.noreply.github.com kafka-ui-operator
chore: Add icon (#15) kafka-ui-operator
build: bump rust to latest stable (#14) Signed-off-by: Iman Enami 44609233+imanenami@users.noreply.github.com | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kafkacl | kafkacl
Merge pull request #1 from canonical/dpe-6893 [DPE-6893] feat: add project structure and basic functionality | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kafka-connect-k8s-operator | kafka-connect-k8s-operator
build: restore override-build (#36) kafka-connect-k8s-operator
ci: use Canonical K8s for tests (#21)
kafka-connect-k8s-operator
fix: use charmed-dba role for mysql (#19) Signed-off-by: Iman Enami 44609233+imanenami@users.noreply.github.com | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kafka-broker-rack-awareness-operator | kafka-broker-rack-awareness-operator
Released to latest/edge OCI images: What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/kafka-broker-rack-awareness-operator/commits/rev5 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| lp-java-build-from-sources-git-workflows | lp-java-build-from-sources-git-workflows
Merge pull request #1 from Mehdi-Bendriss/scripts Scripts | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| jwt-integrator | jwt-integrator
chore: fix security issues (#17) This PR updates the dependencies to fix known security issues, such as:
- jwt-integrator
chore: update juju agent version (#16) With the release of Juju jwt-integrator
chore: Add icon (#14) This is needed for public listing. | Up to date |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mongodb-benchmarking-oci | mongodb-benchmarking-oci
Switch Jira issue sync from workflow to bot (#9) mongodb-benchmarking-oci
Merge pull request #8 from canonical/update_benchmark_pod_config Always pull image for benchmark container | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| data-platform-k8s-mutator | data-platform-k8s-mutator
Merge pull request #2 from gatici/change-sysctls chore: add k8s mutating webhook handler to change sysctls data-platform-k8s-mutator
chore: remove unnecassary line Signed-off-by: gatici gulsum.atici@canonical.com data-platform-k8s-mutator
fix: add experimentals extension again Signed-off-by: gatici gulsum.atici@canonical.com | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| data-platform-doc-tools | data-platform-doc-tools
refactor: update templates and variables data-platform-doc-tools
feat: pre-sort bugs with ‘fix’ in commit message data-platform-doc-tools
Refactored script and templates, misc fixes (#7)
| Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| data-platform-charms-template | data-platform-charms-template
Switch Jira issue sync from workflow to bot (#13) data-platform-charms-template
Merge pull request #2 from canonical/de-mongoify-code make charm generic and not a reference to mongodb + add in workflows | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| data-platform-benchmark-env | data-platform-benchmark-env
Create collect_metrics_and_build_csvs (#6) data-platform-benchmark-env
[AWS] Extend to multi-az setup by default (#5) Now single-az setups will be a special case of multi AZ. | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mysql-bundle | mysql-bundle
Update dependency juju/juju to v3.6.19 (#145) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> mysql-bundle
Lock file maintenance (#142) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> mysql-bundle
Update data-platform-workflows to v42 (#140) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | Up to date |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mysql-k8s-bundle | mysql-k8s-bundle
Update dependency juju/juju to v3.6.19 (#156) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> mysql-k8s-bundle
Lock file maintenance (#153) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> mysql-k8s-bundle
Update data-platform-workflows to v42 (#151) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| data-platform | data-platform
Create Will be used by data-platform-workflows, charmcraftcache-hub, etc. Also extend renovate schedule to ensure renovate has enough time to open all PRs given our limited number of concurrent Renovate runs (free plan): https://chat.canonical.com/canonical/pl/dgtnjxwwm3b3ipgpqm4kikiury data-platform
Remove data-platform-workflows group from Renovate preset (#40) data-platform
Update renovate prefix syntax (#39) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| data-kubeflow-integrator | data-kubeflow-integrator
chore: Add icon (#26) data-kubeflow-integrator
[PRA-7] Add pod annotation and args for spark executors (#25) data-kubeflow-integrator
[MISC] Bump kubernetes_manifests lib to 0.2 (#24) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charms-reference-architectures | charms-reference-architectures
feat: Two subnets for deployments | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mysql-pitr-helper | mysql-pitr-helper
[DPE-9537] Release v6 (#19) mysql-pitr-helper
[DPE-9537] Release v5 (#16) mysql-pitr-helper
[DPE-9537] Release v4 (#14) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mysql-rock | image-fde3bd24b852cf5fdc9588cdbf31c30e4293b653c7c50f652185d0d8fb86a636 mysql-rock
Fix image building process (#3) image-fba1d93be6fd1f365012e90a95d1e1297e3e16497e567cbdcea4dec6fdd721d4 mysql-rock
Add OCI-Factory update CI step (#2) image-f2dab5fe7e4c7d763a8b69b76171785da7697520dfa92ea10a29d5a32d6191fe | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-zookeeper-snap | charmed-zookeeper-snap
[DPE-2767] - feat: added zkTxnLogToolkit and zkSnapShotToolkit snap apps (#28) Co-authored-by: Iman Enami iman.enami@canonical.com charmed-zookeeper-snap
fix: remove blacklisted.certs (#27) charmed-zookeeper-snap
[DPE-5101] Release 3.9.2 (#25) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-zookeeper-rock | charmed-zookeeper-rock
[DPE-5586] SBOM Generation (#36) charmed-zookeeper-rock
[DPE-5101] Release 3.9.2 (#35) charmed-zookeeper-rock
[MISC] Fix publishing pipeline (#34) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-valkey-rock | image-a381d91361b60f357d868c222bc586d149ab039b7e292ec305d12b0f2b85dabb charmed-valkey-rock
rename rock to charmed-valkey image-8f1cb4828396782322993708f37070d4e71914df88f14ebf912c5f2be0c1b361 charmed-valkey-rock
fix: Rename rock to charmed-valkey (#28) This pull request updates the project to use the new name
Project renaming and consistency:
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-redis-rock | charmed-redis-rock
Switch Jira issue sync from workflow to bot (#8) charmed-redis-rock
Merge pull request #7 from canonical/create-working-dir-explicitly [DPE-4808] create directory /var/lib/redis and take ownership | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mysql-snap | mysql-snap
[MISC] Fix release workflow permissions (#23) mysql-snap
[MISC] Fix release workflow permissions (#23) mysql-snap
[MISC] Fix release workflow permissions (#23) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| mysql-test-app | mysql-test-app
[MISC] Cleanup CI cache flag (#57) mysql-test-app
[MISC] Cleanup CI cache flag (#57) mysql-test-app
[MISC] Cleanup CI cache flag (#57) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-pgbouncer-rock | image-005a55187fc859560d9a94cd1faee9b280a6b753c6e496d47c5613c77c6d6250 charmed-pgbouncer-rock
Released to ghcr.io/canonical/charmed-pgbouncer:1.21-22.04_edge What’s ChangedNew Contributorsimage-8ca12e64d2d2f8b3ae618ccb161fbdaf80e0af432cc9af70e3d65269504f76ca charmed-pgbouncer-rock
Released to ghcr.io/canonical/charmed-pgbouncer:1.21-22.04_edge image-3e13bddd3400eddb9ba2accab114e5d797b6efaa1043ec228c9268af9e4ff3d7 charmed-pgbouncer-rock
Released to ghcr.io/canonical/charmed-pgbouncer:1.21-22.04_edge What’s Changed
New Contributors
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-opensearch-snap | charmed-opensearch-snap
Merge pull request #11 from canonical/workflow_dispatch Added workflow_dispatch trigger | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-opensearch-rock | charmed-opensearch-rock
chore: Bump trivy to 0.35.0 (#11) charmed-opensearch-rock
Merge pull request #10 from canonical/sync-2-24.04 Sync from opensearch-rock repository | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| opensearch-dashboards-rock | opensearch-dashboards-rock
chore: Bump trivy to 0.35.0 (#14) opensearch-dashboards-rock
Merge pull request #11 from canonical/release-2.19.4 Release 2.19.4 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kafka-k8s-bundle | kafka-k8s-bundle
[DPE-9539] Enable parametrized channel on CI (#37)
kafka-k8s-bundle
[DPE-9156] ci: add Terraform integration tests (#36)
Signed-off-by: Iman Enami 44609233+imanenami@users.noreply.github.com kafka-k8s-bundle
[DPE-6387] Update revisions (#33) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| opensearch-dashboards-snap | opensearch-dashboards-snap
chore: Bump trivy to 0.35.0 (#48) opensearch-dashboards-snap
Merge pull request #45 from canonical/manual-release Add manual release workflow | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-opensearch-dashboards-snap | charmed-opensearch-dashboards-snap
Merge pull request #9 from canonical/workflow_dispatch_2 Added workflow_dispatch trigger for release charmed-opensearch-dashboards-snap
Added workflow_dispatch for release charmed-opensearch-dashboards-snap
Merge pull request #3 from canonical/dpe-7486-from-lp-source [DPE-7486] Add prometheus-exporter plugin | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| opensearch-rock | opensearch-rock
Merge pull request #25 from canonical/DPE-3647-update-rock-to-2.11.1 [DPE-3647] Update to 2.11.1 opensearch-rock
Merge pull request #23 from canonical/add-status-badges Added workflow badges to readme.md | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| opensearch-single-kernel-library | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| opensearch-snap | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-opensearch-dashboards-rock | charmed-opensearch-dashboards-rock
Merge pull request #11 from Pepsiqqq/remove-default-properties Remove default properties and add run user for services | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-mongodb-snap | charmed-mongodb-snap
fix: release on arm (#73) charmed-mongodb-snap
patch: Port ARM support to MongoDB 7 (#72) charmed-mongodb-snap
fix: release on arm (#73) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| postgresql-bundle | postgresql-bundle
Update Python dependencies (#553) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> postgresql-bundle
Lock file maintenance (#554) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | Up to date |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| postgresql-k8s-bundle | postgresql-k8s-bundle
Add zizmor and update dpw to v48 (#566) https://discourse.canonical.com/t/security-update-action-requested/7120 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-mongodb-rock | image-ec923dae3dc3752c0a28155b3872c0bb3cea228941e49d06a71325e3821c3f91 charmed-mongodb-rock
patch: add SECURITY.md (#54) image-c24916ddf111da240dd3d5508ba8d42f611e9167bb9be67a3acc392a25883047 charmed-mongodb-rock
Update trivy.yaml (#46) image-b54488f1b14ba06fe88de79e49c7e1db5563083aae8f1c3322f59b256b4faf77 charmed-mongodb-rock
bump build version (#58) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-karapace-snap | charmed-karapace-snap
ci: fix release flow (#13) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-karapace-rock | charmed-karapace-rock
chore: v5.0.0 release (#10) charmed-karapace-rock
Add trivy workflow (#7) charmed-karapace-rock
Switch Jira issue sync from workflow to bot (#8) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| postgresql-rock | image-fd95b3f1ae3cba4b0b9fa29b6d0324d783b7a54a69227e2b63643de7cfe18e8e postgresql-rock
Update canonical/data-platform-workflows action to v40 (#24) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> image-fc3dff3f3ec64effbfc062bd3363f0f56a8ebe6bffe1d6dc6de65f5be6aab46b postgresql-rock
Update canonical/data-platform-workflows action to v40.0.2 (#26) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> image-f27de8676764f82f1efe557c8ea56cfd3a24b3db1a55dc9ab0f7bd533401e339 postgresql-rock
[DPE-9455] Bump slim PostgreSQL snap to 16.13 (#71) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-kafka-ui-snap | charmed-kafka-ui-snap
Release v1.4.2 (#10) Signed-off-by: Iman Enami 44609233+imanenami@users.noreply.github.com charmed-kafka-ui-snap
Merge pull request #9 from canonical/feat/1.3.0 chore: bump to 1.3.0 charmed-kafka-ui-snap
Merge pull request #8 from canonical/docs/readme docs: fix readme badges | Up to date |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| postgresql-snap | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| postgresql-test-app | postgresql-test-app
Add zizmor and update dpw to v48 (#468) https://discourse.canonical.com/t/security-update-action-requested/7120 postgresql-test-app
Add zizmor and update dpw to v48 (#468) https://discourse.canonical.com/t/security-update-action-requested/7120 postgresql-test-app
Add zizmor and update dpw to v48 (#468) https://discourse.canonical.com/t/security-update-action-requested/7120 | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-kafka-ui-rock | charmed-kafka-ui-rock
Merge pull request #2 from canonical/feat/rockcraftyaml [DPE-7757] - chore: add rockcraft.yaml charmed-kafka-ui-rock
fix: typo Co-authored-by: Iman Enami 44609233+imanenami@users.noreply.github.com charmed-kafka-ui-rock
add keytool Co-authored-by: Iman Enami 44609233+imanenami@users.noreply.github.com | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-kafka-snap | charmed-kafka-snap
[DPE-8902] Release 3.9.1-ubuntu3 (#82) charmed-kafka-snap
[DPE-8941] Release 4.1.1-ubuntu2 (#80) Signed-off-by: Iman Enami 44609233+imanenami@users.noreply.github.com charmed-kafka-snap
[DPE-8941] Release 4.1.1-ubuntu1 (#79)
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| redis-operator | redis-operator
Switch Jira issue sync from workflow to bot (#5) redis-operator
DPE-1180 Update icon to the common for Data Platform charms (#4) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| redis_exporter | redis_exporter
Add all go runtime metrics (#997) Signed-off-by: dongjiang dongjiang1989@126.com Co-authored-by: Oliver oliver006@users.noreply.github.com redis_exporter
Add valkey_version to “instance_info” (#1014)
redis_exporter
Bump golangci/golangci-lint-action from 7 to 8 (#1002) Bumps golangci/golangci-lint-action from 7 to 8. - Release notes - Commits updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: ‘8’ dependency-type: direct:production update-type: version-update:semver-major … Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-kafka-rock | charmed-kafka-rock
fix: alternative way to stage snap with rev (#35) charmed-kafka-rock
fix: revert back to stage-snaps Signed-off-by: Iman Enami 44609233+imanenami@users.noreply.github.com charmed-kafka-rock
Release 4.1.1-ubuntu2 (#34) Made rock builds deterministic by incorporating snap revision. Signed-off-by: Iman Enami 44609233+imanenami@users.noreply.github.com | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| snap-mysqld-exporter | snap-mysqld-exporter
Switch Jira issue sync from workflow to bot (#11) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| spark-test-app | spark-test-app
[DPE-7892] Implement release pipeline (#12) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-etcd-rock | charmed-etcd-rock
pin trivy action to 0.35.0 (#20) charmed-etcd-rock
chore: update to 3.6.7 (#16) charmed-etcd-rock
[DPE-8405] change edge-branch back to revert previous commit to | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| template-connect-integrator | template-connect-integrator
[DPE-9201] Add mongodb Debezium connector (#20)
template-connect-integrator
[DPE-7025] Add tls implementation (#13)
template-connect-integrator
add jira integration (#16) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-etcd-benchmark-operator | Up to date | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| charmed-cassandra-snap | charmed-cassandra-snap
Upgrade Cassandra to 5.0.6 (#19) charmed-cassandra-snap
Disable auto-restart for Cassandra & Management API services. (#18) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| valkey-operator | valkey-operator
[DPE-9315] add user-provided private key (#20) This PR adds functionality + tests for having a private key for client certificates provided by users. The private key is added as a user secret and the secret URI configured to the charm. If the provided private key is invalid or the charm has no access, the previously used private key will be maintained. valkey-operator
[DPE-9313] Add certificate and CA rotation (#18) This PR adds capabilities and tests for rotating TLS certificates to Valkey: - rotate client TLS certificate provided by TLS provider - rotate CA certificate provided by TLS provider - rotate internal certificate (self-signed) - rotate internal CA certificate (self-signed) The rotation workflows are executed without downtime. In case of a CA
rotation, the synchronization between units is orchestrated via
valkey-operator
Bugfix: Use dedicated TLS port for Sentinel (#17) Currently, sentinel cannot communicate with other sentinels when the TLS relation is not established: This pull request proposes to use different ports for TLS and non-TLS
traffic in Sentinel:
- port By setting This setup is in line with the TLS configuration of Valkey itself:
- Clients can connect to Sentinel and Valkey without TLS when client TLS
is not enabled
- When client TLS is enabled, the default ports Co-authored-by: reneradoi rene.radoi@canonical.com |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| cassandra-operator | cassandra-operator
ci: fix spread pkg url & use SH runners (#57) cassandra-operator
ci: fix allure reports issue (#48) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| azure-auth-integrator | azure-auth-integrator
feat: Update docstring for
Co-authored-by: Bikalpa Dhakal bikalpa.dhakal@canonical.com Signed-off-by: Manos Vlassis 57320708+mvlassis@users.noreply.github.com
Signed-off-by: Manos Vlassis 57320708+mvlassis@users.noreply.github.com Co-authored-by: Bikalpa Dhakal bikalpa.dhakal@canonical.com azure-auth-integrator
feat: Update README.md with integration instructions (#32)
Co-authored-by: Alex Batisse alexandre.batisse@hey.com Signed-off-by: Manos Vlassis 57320708+mvlassis@users.noreply.github.com
Co-authored-by: Alex Batisse alexandre.batisse@hey.com Signed-off-by: Bikalpa Dhakal theoctober19th@gmail.com Signed-off-by: Manos Vlassis 57320708+mvlassis@users.noreply.github.com Signed-off-by: Bikalpa Dhakal theoctober19th@gmail.com Co-authored-by: Alex Batisse alexandre.batisse@hey.com Co-authored-by: Bikalpa Dhakal bikalpa.dhakal@canonical.com azure-auth-integrator
Release to test branch only on PR (#31) | Up to date | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| zookeeper-rock | zookeeper-rock
Release 3.8.6-ubuntu1 (#10) | Up to date |
| Repository | Latest Releases/Commit | Status | Commits Since | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| golang-rock | golang-rock
feat: add go 1.25 on 26.04 (#12)
golang-rock
feat: add golang 1.22 on 24.04 (#2)
Co-authored-by: Alejandro Santisteban alex.santisteban@canonical.com Signed-off-by: zhijie-yang zhijie.yang@canonical.com
Co-authored-by: Marcin Konowalczyk marcin.konowalczyk@canonical.com Signed-off-by: zhijie-yang zhijie.yang@canonical.com
Co-authored-by: Marcin Konowalczyk marcin.konowalczyk@canonical.com Signed-off-by: zhijie-yang zhijie.yang@canonical.com
Signed-off-by: zhijie-yang zhijie.yang@canonical.com Co-authored-by: Alejandro Santisteban alex.santisteban@canonical.com Co-authored-by: Marcin Konowalczyk marcin.konowalczyk@canonical.com | Up to date | ||||||||||||||||
| chiselled-base | chiselled-base
chore(deps): update canonical/has-signed-canonical-cla action to v2 (#16) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | Up to date | ||||||||||||||||
| chisel | chisel
Highlights: bump the minimal Go version to 1.25.8 to fix the vulnerabilities affecting Go 1.24.6. What’s Changed
Security Disclosure Acknowledgement
Full Changelog: https://github.com/canonical/chisel/compare/v1.4.0…v1.4.1 chisel
Highlights: a new optional field, “hint”, is now supported as part of a slice’s definition, allowing you to provide a concise and unopinionated description of the subset of contents coming from a slice. A new format, What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/chisel/compare/v1.3.0…v1.4.0 chisel
Highlights: this release introduces support for unmaintained and unstable Ubuntu releases via a new What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/chisel/compare/v1.2.0…v1.3.0 | Up to date | ||||||||||||||||
| chisel-docs | chisel-docs
docs: add v3 format and compatibility matrix (#57)
Co-authored-by: Anna Sancho Vaquer anna.sanchovaquer@canonical.com Signed-off-by: Cristovao Cordeiro cristovao.cordeiro@canonical.com
Co-authored-by: Anna Sancho Vaquer anna.sanchovaquer@canonical.com Signed-off-by: Cristovao Cordeiro cristovao.cordeiro@canonical.com
Co-authored-by: Anna Sancho Vaquer anna.sanchovaquer@canonical.com Signed-off-by: Cristovao Cordeiro cristovao.cordeiro@canonical.com
Co-authored-by: Anna Sancho Vaquer anna.sanchovaquer@canonical.com Signed-off-by: Cristovao Cordeiro cristovao.cordeiro@canonical.com
Signed-off-by: Cristovao Cordeiro cristovao.cordeiro@canonical.com Co-authored-by: Anna Sancho Vaquer anna.sanchovaquer@canonical.com chisel-docs
docs: updating reference landing page ROCKS-2602 (#49) Signed-off-by: Anna Sancho Vaquer anna.sanchovaquer@canonical.com Co-authored-by: Cristovao Cordeiro cristovao.cordeiro@canonical.com | |||||||||||||||||
| chisel-manifest | chisel-manifest
feat: mirror chisel manifest v1.2.0 (#1) | Up to date | ||||||||||||||||
| chisel-releases | chisel-releases
ci: update ] chisel-releases
ci: skip
This reverts commit 24b02384184a5887ec882b7e3c61d7aeb94aca6f. chisel-releases
fix(ci): checkout PR head in validate-hints (#926)
| Up to date | ||||||||||||||||
| dotnet-runtime-rock | dotnet-runtime-rock
feat: onboard devel 26.04 .NET10 rock (#5)
dotnet-runtime-rock
feat: enable additional runners (#4)
dotnet-runtime-rock
feat: add security manifest (#3)
| Up to date | ||||||||||||||||
| docker-library-official-images | docker-library-official-images
Merge pull request #13070 from amsteinb-orcl/update-oraclelinux [oraclelinux] Updating 8 and 8-slim for ELSA-2022-6206 docker-library-official-images
[oraclelinux] Update 8⁄8-slim for amd64/arm64v8 Addresses the following errata/CVEs:
Signed-off-by: Alan Steinberg alan.steinberg@oracle.com docker-library-official-images
Merge pull request #13069 from vmassol/patch-43 Update after XWiki 13.10.9 has been released | Up to date | ||||||||||||||||
| dotnet-aspnet-rock | dotnet-aspnet-rock
feat: onboard devel 26.04 .NET10 rock (#5)
dotnet-aspnet-rock
feat: enable additional runners (#4)
dotnet-aspnet-rock
feat: add security manifest (#3)
| Up to date | ||||||||||||||||
| dotnet-containers | Up to date | |||||||||||||||||
| bind9-rock | bind9-rock
refactor: move slices to stage-packages (#3)
bind9-rock
feat: add bind9-rock (#2)
| Up to date | ||||||||||||||||
| dotnet-deps-rock | dotnet-deps-rock
feat: onboard devel 26.04 .NET10 rock (#5)
dotnet-deps-rock
feat: enable additional arches and runners (#4)
dotnet-deps-rock
feat: add security manifest (#3)
| Up to date | ||||||||||||||||
| php-rock | php-rock
chore: update with latest changes (#4)
php-rock
Update CODEOWNERS Signed-off-by: Alejandro Santisteban alex.santisteban@canonical.com php-rock
feat: implement php 8.x rocks for 24.04 and 25.04 (#2)
| Up to date | ||||||||||||||||
| memcached-rock | memcached-rock
feat: add memcached 1.6-26.04 (#2)
Co-authored-by: asanvaq anna.sanchovaquer@canonical.com | Up to date | ||||||||||||||||
| node-rock | node-rock
refactor: renamed repo (#21) node-rock
refactor: use rock-template as the base repo (#20)
node-rock
build(node18): add part for security manifest (#19) | Up to date | ||||||||||||||||
| oci-factory | ||||||||||||||||||
| apache2-rock | apache2-rock
chore: add @lczyk as a code owner (#3) Signed-off-by: Alejandro Santisteban alex.santisteban@canonical.com apache2-rock
feat(26.04): add apache2 rock (#2)
| Up to date | ||||||||||||||||
| python-rock | python-rock
fix: allow CI to run from forks (#38) python-rock
feat: build 3.13 on 25.10 (#39) Signed-off-by: Cristovao Cordeiro cristovao.cordeiro@canonical.com Co-authored-by: Alejandro Santisteban alex.santisteban@canonical.com python-rock
fix: build active releases only (#40) Signed-off-by: Alejandro Santisteban alex.santisteban@canonical.com Co-authored-by: Cristovao Cordeiro cristovao.cordeiro@canonical.com | Up to date | ||||||||||||||||
| rabbitmq-rock | rabbitmq-rock
feat: add rabbitmq 3.9-22.04 (#4) rabbitmq-rock
feat: add base-files_release-info (#3) rabbitmq-rock
feat: add Chiselled RabbitMQ 3.12 on 24.04 (#1)
| Up to date | ||||||||||||||||
| rockcraft | rockcraft
Special thanks to the contributors that made this release happen: @alithethird, @asanvaq, @bepri, @erinecon, @f-atwi, @gcomneno, @lengau, @mateusrodrigues, @medubelko, @smethnani, @tigarmo, @vpa1977 and @zhijie-yang Full list of changes
rockcraft
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/rockcraft/compare/1.17.2…1.18.0 rockcraft
What’s Changed
Full Changelog: https://github.com/canonical/rockcraft/compare/1.17.1…1.17.2 | Up to date | ||||||||||||||||
| rocks-template-actions | rocks-template-actions
What’s Changed
Full Changelog: https://github.com/canonical/rocks-template-actions/compare/v1.3.0…v1.3.1 rocks-template-actions
What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/rocks-template-actions/compare/v1…v1.3.0 rocks-template-actions
What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/rocks-template-actions/compare/v1…v1.2.1 | Up to date | ||||||||||||||||
| rocks-toolbox | rocks-toolbox
1.2.0 (2025-03-25)Features
Bug Fixes
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/rocks-toolbox/compare/v1.1.2…v1.2.0 rocks-toolbox
1.1.2 (2024-04-09)Features
Bug Fixes
Full Changelog: https://github.com/canonical/rocks-toolbox/compare/v1.1.1…v1.1.2 rocks-toolbox
1.1.1 (2024-04-08)Bug Fixes
Full Changelog: https://github.com/canonical/rocks-toolbox/compare/v1.1.0…v1.1.1 | |||||||||||||||||
| ruby-rock | ruby-rock
Merge pull request #8 from canonical/ruby3.2-noble feat: add ruby 3.2 on 24.04 ruby-rock
Update ruby/3.2-24.04/rockcraft.yaml Co-authored-by: Marcin Konowalczyk marcin.konowalczyk@canonical.com | Up to date | ||||||||||||||||
| ssbom | ssbom
feat: add ssbom (#1) | Up to date |
| Repository | Latest Releases/Commit | Status | Commits Since | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| airbyte-k8s-operator | airbyte-k8s-operator
resources: - airbyte-image: undefined resource-revision: 8 Static resources: Released to ‘latest/edge’ at 11:34 UTC on 18 Feb 2026 What’s Changed
Full Changelog: https://github.com/canonical/airbyte-k8s-operator/compare/rev20…rev21 airbyte-k8s-operator
resources: - airbyte-image: undefined resource-revision: 7 Static resources: Released to ‘latest/edge’ at 09:05 UTC on 16 Jan 2026 What’s Changed
Full Changelog: https://github.com/canonical/airbyte-k8s-operator/compare/rev19…rev20 airbyte-k8s-operator
resources: - airbyte-image: undefined resource-revision: 6 Static resources: Released to ‘latest/edge’ at 13:42 UTC on 15 Jan 2026 What’s Changed
Full Changelog: https://github.com/canonical/airbyte-k8s-operator/compare/rev18…rev19 | Up to date | ||||||||||||||||
| certbot-charm | certbot-charm
Merge pull request #17 from canonical/dependabot/github_actions/actions/checkout-2.4.0 Bump actions/checkout from 2.3.5 to 2.4.0 certbot-charm
Bump actions/checkout from 2.3.5 to 2.4.0 Bumps actions/checkout from 2.3.5 to 2.4.0. - Release notes - Changelog - Commits updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor … Signed-off-by: dependabot[bot] support@github.com certbot-charm
Merge pull request #16 from canonical/dependabot/github_actions/actions/checkout-2.3.5 Bump actions/checkout from 2.3.4 to 2.3.5 | Up to date | ||||||||||||||||
| superset-k8s-operator | superset-k8s-operator
resources: - superset-image: undefined resource-revision: 38 Static resources: Released to ‘latest/edge’ at 08:00 UTC on 13 Apr 2026 Released to ‘6/edge’ at 17:25 UTC on 13 Apr 2026 Released to ‘6/stable’ at 17:27 UTC on 13 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/superset-k8s-operator/compare/rev56…rev57 superset-k8s-operator
resources: - superset-image: undefined resource-revision: 37 Static resources: Released to ‘latest/edge’ at 07:15 UTC on 10 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/superset-k8s-operator/compare/rev55…rev56 superset-k8s-operator
resources: - superset-image: undefined resource-revision: 36 Static resources: Released to ‘latest/edge’ at 07:52 UTC on 9 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/superset-k8s-operator/compare/rev54…rev55 | Up to date | ||||||||||||||||
| datahub-k8s-operator | datahub-k8s-operator
resources: - datahub-frontend: undefined resource-revision: 5 - datahub-actions: undefined resource-revision: 14 - datahub-gms: undefined resource-revision: 5 Static resources: Released to ‘latest/edge’ at 14:08 UTC on 10 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/datahub-k8s-operator/compare/rev16…rev17 datahub-k8s-operator
resources: - datahub-frontend: undefined resource-revision: 4 - datahub-gms: undefined resource-revision: 4 - datahub-actions: undefined resource-revision: 13 Static resources: Released to ‘latest/edge’ at 07:53 UTC on 8 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/datahub-k8s-operator/compare/rev15…rev16 datahub-k8s-operator
resources: - datahub-actions: undefined resource-revision: 12 - datahub-frontend: undefined resource-revision: 3 - datahub-gms: undefined resource-revision: 3 Static resources: Released to ‘latest/edge’ at 09:15 UTC on 6 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/datahub-k8s-operator/compare/rev14…rev15 | Up to date | ||||||||||||||||
| ranger-k8s-operator | ranger-k8s-operator
resources: - ranger-image: undefined resource-revision: 14 Static resources: Released to ‘latest/edge’ at 19:46 UTC on 26 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/ranger-k8s-operator/compare/rev38…rev39 ranger-k8s-operator
resources: - ranger-image: undefined resource-revision: 13 Static resources: Released to ‘latest/edge’ at 08:21 UTC on 19 Mar 2026 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/ranger-k8s-operator/compare/rev37…rev38 ranger-k8s-operator
resources: - ranger-image: undefined resource-revision: 12 Static resources: Released to ‘latest/edge’ at 11:57 UTC on 18 Feb 2026 What’s Changed
Full Changelog: https://github.com/canonical/ranger-k8s-operator/compare/rev36…rev37 | Up to date | ||||||||||||||||
| timescaledb-charm | timescaledb-charm
Merge pull request #6 from TeodorPt/deprecate Add deprecate notice timescaledb-charm
Merge pull request #5 from TeodorPt/toolkit Add optional TimescaleDB Toolkit setup for the charm | Up to date | ||||||||||||||||
| trino-k8s-operator | trino-k8s-operator
resources: - trino-image: undefined resource-revision: 35 Static resources: Released to ‘latest/edge’ at 08:58 UTC on 10 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/trino-k8s-operator/compare/rev61…rev62 trino-k8s-operator
resources: - trino-image: undefined resource-revision: 34 Static resources: Released to ‘latest/edge’ at 21:18 UTC on 8 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/trino-k8s-operator/compare/rev60…rev61 trino-k8s-operator
resources: - trino-image: undefined resource-revision: 34 Static resources: Released to ‘latest/edge’ at 20:34 UTC on 8 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/trino-k8s-operator/compare/rev59…rev60 | Up to date |
| Repository | Latest Releases/Commit | Status | Commits Since | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ingress-configurator-operator | ingress-configurator-operator
resources: Static resources: Released to ‘latest/edge’ at 14:20 UTC on 13 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/ingress-configurator-operator/compare/rev71…rev72 ingress-configurator-operator
resources: Static resources: Released to ‘latest/edge’ at 13:58 UTC on 13 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/ingress-configurator-operator/compare/rev70…rev71 ingress-configurator-operator
resources: Static resources: Released to ‘latest/edge’ at 07:43 UTC on 4 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/ingress-configurator-operator/compare/rev69…rev70 | Up to date | ||||||||||||||||||||
| haproxy-operator | haproxy-operator
resources: Static resources: Released to ‘latest/edge’ at 14:02 UTC on 13 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/haproxy-operator/compare/haproxy-ddos-protection-configurator-rev88…haproxy-spoe-auth-rev107 haproxy-operator
resources: Static resources: Released to ‘2.8/edge’ at 14:02 UTC on 13 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/haproxy-operator/compare/haproxy-ddos-protection-configurator-rev88…haproxy-rev388 haproxy-ddos-protection-configurator-rev89 haproxy-operator
resources: Static resources: Released to ‘latest/edge’ at 14:02 UTC on 13 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/haproxy-operator/compare/haproxy-ddos-protection-configurator-rev88…haproxy-ddos-protection-configurator-rev89 | Up to date | ||||||||||||||||||||
| github-runner-operators | github-runner-webhook-gateway-rev108 github-runner-operators
resources: - app-image: localhost:5000/rock:latest resource-revision: 108 Static resources: Released to ‘latest/edge’ at 09:33 UTC on 13 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/github-runner-operators/compare/github-runner-planner-rev88…github-runner-webhook-gateway-rev108 github-runner-operators
resources: - app-image: localhost:5000/rock:latest resource-revision: 88 Static resources: Released to ‘latest/edge’ at 09:34 UTC on 13 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/github-runner-operators/compare/github-runner-planner-rev88…github-runner-planner-rev89 github-runner-webhook-gateway-rev107 github-runner-operators
resources: - app-image: localhost:5000/rock:latest resource-revision: 107 Static resources: Released to ‘latest/edge’ at 03:24 UTC on 11 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/github-runner-operators/compare/github-runner-planner-rev87…github-runner-webhook-gateway-rev107 | Up to date | ||||||||||||||||||||
| saml-integrator-operator | saml-integrator-operator
resources: Static resources: Released to ‘latest/edge’ at 22:57 UTC on 12 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/saml-integrator-operator/compare/rev159…rev160 saml-integrator-operator
resources: Static resources: Released to ‘latest/edge’ at 19:07 UTC on 12 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/saml-integrator-operator/compare/rev158…rev159 saml-integrator-operator
resources: Static resources: Released to ‘latest/edge’ at 04:17 UTC on 11 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/saml-integrator-operator/compare/rev157…rev158 | Up to date | ||||||||||||||||||||
| github-runner-operator | github-runner-operator
resources: Static resources: Released to ‘latest/edge’ at 20:30 UTC on 11 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/github-runner-operator/compare/rev678…rev681 github-runner-operator
resources: Static resources: Released to ‘latest/edge’ at 20:29 UTC on 11 Apr 2026 Released to ‘latest/beta’ at 05:26 UTC on 13 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/github-runner-operator/compare/rev678…rev680 github-runner-operator
resources: Static resources: Released to ‘latest/edge’ at 13:45 UTC on 7 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/github-runner-operator/compare/rev670…rev679 | Up to date | ||||||||||||||||||||
| content-cache-k8s-operator | content-cache-k8s-operator
resources: - content-cache-image: undefined resource-revision: 110 Static resources: Released to ‘latest/edge’ at 03:53 UTC on 11 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/content-cache-k8s-operator/compare/rev108…rev109 content-cache-k8s-operator
resources: - content-cache-image: undefined resource-revision: 109 Static resources: Released to ‘latest/edge’ at 17:26 UTC on 9 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/content-cache-k8s-operator/compare/rev107…rev108 content-cache-k8s-operator
resources: - content-cache-image: undefined resource-revision: 108 Static resources: Released to ‘latest/edge’ at 15:52 UTC on 9 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/content-cache-k8s-operator/compare/rev106…rev107 | Up to date | ||||||||||||||||||||
| traefik-k8s-operator | traefik-k8s-operator
This revision is for ubuntu@20.04 (amd64) Released to latest/edge on April 9, 2026 at 09:05 UTC What’s Changed
Full Changelog: https://github.com/canonical/traefik-k8s-operator/compare/rev285…rev286 traefik-k8s-operator
This revision is for ubuntu@20.04 (amd64) Released to latest/edge on March 30, 2026 at 09:39 UTC What’s ChangedFull Changelog: https://github.com/canonical/traefik-k8s-operator/compare/rev284…rev285 traefik-k8s-operator
This revision is for ubuntu@20.04 (amd64) Released to latest/edge on March 30, 2026 at 06:05 UTC What’s ChangedFull Changelog: https://github.com/canonical/traefik-k8s-operator/compare/rev283…rev284 | Up to date | ||||||||||||||||||||
| httprequest-lego-provider | httprequest-lego-provider
resources: - django-app-image: undefined resource-revision: 81 Static resources: Released to ‘latest/edge’ at 18:05 UTC on 8 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/httprequest-lego-provider/compare/rev84…rev85 httprequest-lego-provider
resources: - django-app-image: undefined resource-revision: 80 Static resources: Released to ‘latest/edge’ at 03:43 UTC on 4 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/httprequest-lego-provider/compare/rev83…rev84 httprequest-lego-provider
resources: - django-app-image: undefined resource-revision: 79 Static resources: Released to ‘latest/edge’ at 08:19 UTC on 27 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/httprequest-lego-provider/compare/rev82…rev83 | Up to date | ||||||||||||||||||||
| discourse-k8s-operator | discourse-k8s-operator
resources: - discourse-image: undefined resource-revision: 238 Static resources: Released to ‘latest/edge’ at 15:23 UTC on 8 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/discourse-k8s-operator/compare/rev251…rev252 discourse-k8s-operator
resources: - discourse-image: undefined resource-revision: 237 Static resources: Released to ‘latest/edge’ at 23:27 UTC on 7 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/discourse-k8s-operator/compare/rev250…rev251 discourse-k8s-operator
resources: - discourse-image: undefined resource-revision: 237 Static resources: Released to ‘latest/edge’ at 22:47 UTC on 7 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/discourse-k8s-operator/compare/rev249…rev250 | Up to date | ||||||||||||||||||||
| chrony-operator | chrony-operator
resources: Static resources: Released to ‘latest/edge’ at 08:34 UTC on 8 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/chrony-operator/compare/rev112…rev113 chrony-operator
resources: Static resources: Released to ‘latest/edge’ at 06:44 UTC on 29 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/chrony-operator/compare/rev111…rev112 chrony-operator
resources: Static resources: Released to ‘latest/edge’ at 20:01 UTC on 23 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/chrony-operator/compare/rev110…rev111 | Up to date |
| |||||||||||||||||||
| platform-engineering-deployment-modules | platform-engineering-deployment-modules
What’s Changed
Full Changelog: https://github.com/canonical/platform-engineering-deployment-modules/compare/main.2026.03.24.77…main.2026.04.07.78 platform-engineering-deployment-modules
What’s Changed
Full Changelog: https://github.com/canonical/platform-engineering-deployment-modules/compare/main.2026.03.24.76…main.2026.03.24.77 platform-engineering-deployment-modules
What’s Changed
Full Changelog: https://github.com/canonical/platform-engineering-deployment-modules/compare/main.2026.03.09.75…main.2026.03.24.76 | Up to date | ||||||||||||||||||||
| digest-squid-auth-helper | digest-squid-auth-helper
resources: Static resources: Released to ‘5/edge’ at 09:18 UTC on 7 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/digest-squid-auth-helper/compare/rev38…rev39 digest-squid-auth-helper
resources: Static resources: Released to ‘5/edge’ at 08:17 UTC on 25 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/digest-squid-auth-helper/compare/rev37…rev38 digest-squid-auth-helper
resources: Static resources: Released to ‘5/edge’ at 17:25 UTC on 12 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/digest-squid-auth-helper/compare/rev36…rev37 | Up to date | ||||||||||||||||||||
| falco-operators | falco-operators
resources: Static resources: Released to ‘0.42/edge’ at 06:52 UTC on 7 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/falco-operators/compare/rev84…rev85 falco-operators
resources: Static resources: Released to ‘0.42/edge’ at 09:53 UTC on 3 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/falco-operators/compare/rev83…rev84 falco-operators
resources: Static resources: Released to ‘0.42/edge’ at 08:43 UTC on 27 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/falco-operators/compare/rev72…rev83 | Up to date | ||||||||||||||||||||
| opencti-operator | opencti-vxvault-connector-rev109 opencti-operator
resources: - opencti-vxvault-connector-image: localhost:5000/rock:latest resource-revision: 112 Static resources: Released to ‘latest/edge’ at 23:17 UTC on 5 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/opencti-operator/compare/opencti-abuseipdb-ipblacklist-connector-rev104…opencti-vxvault-connector-rev109 opencti-vxvault-connector-rev108 opencti-operator
resources: - opencti-vxvault-connector-image: localhost:5000/rock:latest resource-revision: 111 Static resources: Released to ‘latest/edge’ at 19:13 UTC on 5 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/opencti-operator/compare/opencti-abuseipdb-ipblacklist-connector-rev103…opencti-vxvault-connector-rev108 opencti-vxvault-connector-rev107 opencti-operator
resources: - opencti-vxvault-connector-image: localhost:5000/rock:latest resource-revision: 110 Static resources: Released to ‘latest/edge’ at 15:06 UTC on 5 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/opencti-operator/compare/opencti-abuseipdb-ipblacklist-connector-rev102…opencti-vxvault-connector-rev107 | Up to date | ||||||||||||||||||||
| ubuntu-motd-server-operator | ubuntu-motd-server-operator
resources: - flask-app-image: undefined resource-revision: 42 Static resources: Released to ‘latest/edge’ at 22:46 UTC on 5 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/ubuntu-motd-server-operator/compare/rev55…rev56 ubuntu-motd-server-operator
resources: - flask-app-image: undefined resource-revision: 42 Static resources: Released to ‘latest/edge’ at 18:27 UTC on 5 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/ubuntu-motd-server-operator/compare/rev54…rev55 ubuntu-motd-server-operator
resources: - flask-app-image: undefined resource-revision: 42 Static resources: Released to ‘latest/edge’ at 14:39 UTC on 5 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/ubuntu-motd-server-operator/compare/rev53…rev54 | Up to date | ||||||||||||||||||||
| gateway-api-integrator-operator | gateway-api-integrator-operator
resources: Static resources: Released to ‘latest/edge’ at 15:59 UTC on 4 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/gateway-api-integrator-operator/compare/gateway-api-integrator-rev150…gateway-route-rev15 gateway-api-integrator-operator
resources: Static resources: Released to ‘latest/edge’ at 15:59 UTC on 4 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/gateway-api-integrator-operator/compare/gateway-api-integrator-rev150…gateway-api-integrator-rev151 gateway-api-integrator-operator
resources: Static resources: Released to ‘latest/edge’ at 17:58 UTC on 2 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/gateway-api-integrator-operator/compare/gateway-api-integrator-rev148…gateway-route-rev14 | |||||||||||||||||||||
| jenkins-agent-k8s-operator | jenkins-agent-k8s-operator
resources: - jenkins-agent-k8s-image: undefined resource-revision: 40 Static resources: Released to ‘latest/edge’ at 11:10 UTC on 4 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/jenkins-agent-k8s-operator/compare/rev64…rev67 jenkins-agent-k8s-operator
resources: - jenkins-agent-k8s-image: undefined resource-revision: 40 Static resources: Released to ‘latest/edge’ at 11:10 UTC on 4 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/jenkins-agent-k8s-operator/compare/rev64…rev66 jenkins-agent-k8s-operator
resources: - jenkins-agent-k8s-image: undefined resource-revision: 40 Static resources: Released to ‘latest/edge’ at 06:19 UTC on 4 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/jenkins-agent-k8s-operator/compare/rev62…rev65 | Up to date | ||||||||||||||||||||
| jenkins-k8s-operator | jenkins-k8s-operator
resources: - jenkins-image: undefined resource-revision: 237 Static resources: Released to ‘latest/edge’ at 10:55 UTC on 4 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/jenkins-k8s-operator/compare/rev306…rev309 jenkins-k8s-operator
resources: - jenkins-image: undefined resource-revision: 237 Static resources: Released to ‘latest/edge’ at 10:55 UTC on 4 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/jenkins-k8s-operator/compare/rev306…rev308 jenkins-k8s-operator
resources: - jenkins-image: undefined resource-revision: 236 Static resources: Released to ‘latest/edge’ at 07:00 UTC on 4 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/jenkins-k8s-operator/compare/rev304…rev307 | Up to date | ||||||||||||||||||||
| maubot-operator | maubot-operator
resources: - maubot-image: undefined resource-revision: 96 Static resources: Released to ‘latest/edge’ at 10:54 UTC on 4 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/maubot-operator/compare/rev98…rev99 maubot-operator
resources: - maubot-image: undefined resource-revision: 96 Static resources: Released to ‘latest/edge’ at 06:55 UTC on 4 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/maubot-operator/compare/rev97…rev98 maubot-operator
resources: - maubot-image: undefined resource-revision: 95 Static resources: Released to ‘latest/edge’ at 03:36 UTC on 4 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/maubot-operator/compare/rev96…rev97 | Up to date | ||||||||||||||||||||
| indico-operator | indico-operator
resources: - indico-image: undefined resource-revision: 316 - indico-nginx-image: undefined resource-revision: 358 Static resources: Released to ‘latest/edge’ at 07:15 UTC on 4 Apr 2026 Released to ‘latest/stable’ at 15:46 UTC on 8 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/indico-operator/compare/rev329…rev330 indico-operator
resources: - indico-nginx-image: undefined resource-revision: 357 - indico-image: undefined resource-revision: 315 Static resources: Released to ‘latest/edge’ at 03:57 UTC on 4 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/indico-operator/compare/rev328…rev329 indico-operator
resources: - indico-image: undefined resource-revision: 314 - indico-nginx-image: undefined resource-revision: 356 Static resources: Released to ‘latest/edge’ at 21:14 UTC on 30 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/indico-operator/compare/rev327…rev328 | Up to date | ||||||||||||||||||||
| nginx-ingress-integrator-operator | nginx-ingress-integrator-operator
resources: Static resources: Released to ‘latest/edge’ at 06:31 UTC on 4 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/nginx-ingress-integrator-operator/compare/rev458…rev461 nginx-ingress-integrator-operator
resources: Static resources: Released to ‘latest/edge’ at 06:30 UTC on 4 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/nginx-ingress-integrator-operator/compare/rev458…rev460 nginx-ingress-integrator-operator
resources: Static resources: Released to ‘latest/edge’ at 03:03 UTC on 4 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/nginx-ingress-integrator-operator/compare/rev456…rev459 | Up to date | ||||||||||||||||||||
| netbox-k8s-operator | netbox-k8s-operator
resources: - django-app-image: undefined resource-revision: 47 Static resources: Released to ‘4/edge’ at 05:11 UTC on 4 Apr 2026 What’s ChangedFull Changelog: https://github.com/canonical/netbox-k8s-operator/compare/rev44…rev45 netbox-k8s-operator
resources: - django-app-image: undefined resource-revision: 46 Static resources: Released to ‘4/edge’ at 07:47 UTC on 2 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/netbox-k8s-operator/compare/rev43…rev44 netbox-k8s-operator
resources: - django-app-image: undefined resource-revision: 44 Static resources: Released to ‘4/edge’ at 15:12 UTC on 24 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/netbox-k8s-operator/compare/rev42…rev43 | Up to date | ||||||||||||||||||||
| smtp-integrator-operator | smtp-integrator-operator
resources: Static resources: Released to ‘latest/edge’ at 04:16 UTC on 4 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/smtp-integrator-operator/compare/rev120…rev121 smtp-integrator-operator
resources: Static resources: Released to ‘latest/edge’ at 08:18 UTC on 25 Mar 2026 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/smtp-integrator-operator/compare/rev119…rev120 smtp-integrator-operator
resources: Static resources: Released to ‘latest/edge’ at 06:21 UTC on 11 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/smtp-integrator-operator/compare/rev118…rev119 | Up to date | ||||||||||||||||||||
| hockeypuck-k8s-operator | hockeypuck-k8s-operator
resources: - app-image: undefined resource-revision: 74 Static resources: Released to ‘2.2/edge’ at 03:25 UTC on 4 Apr 2026 What’s Changed
Full Changelog: https://github.com/canonical/hockeypuck-k8s-operator/compare/rev73…rev74 hockeypuck-k8s-operator
resources: - app-image: undefined resource-revision: 73 Static resources: Released to ‘2.2/edge’ at 19:56 UTC on 27 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/hockeypuck-k8s-operator/compare/rev72…rev73 hockeypuck-k8s-operator
resources: - app-image: undefined resource-revision: 72 Static resources: Released to ‘2.2/edge’ at 15:14 UTC on 24 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/hockeypuck-k8s-operator/compare/rev71…rev72 | Up to date | ||||||||||||||||||||
| jenkins-agent-operator | jenkins-agent-operator
resources: Static resources: Released to ‘latest/edge’ at 04:07 UTC on 31 Mar 2026 Full Changelog: https://github.com/canonical/jenkins-agent-operator/compare/rev153…rev163 jenkins-agent-operator
resources: Static resources: Released to ‘latest/edge’ at 04:07 UTC on 31 Mar 2026 Full Changelog: https://github.com/canonical/jenkins-agent-operator/compare/rev153…rev162 jenkins-agent-operator
resources: Static resources: Released to ‘latest/edge’ at 04:07 UTC on 31 Mar 2026 Full Changelog: https://github.com/canonical/jenkins-agent-operator/compare/rev153…rev161 | |||||||||||||||||||||
| github-runner-image-builder-operator | github-runner-image-builder-operator
resources: Static resources: Released to ‘latest/edge’ at 03:14 UTC on 31 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/github-runner-image-builder-operator/compare/rev156…rev157 github-runner-image-builder-operator
resources: Static resources: Released to ‘latest/edge’ at 10:45 UTC on 27 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/github-runner-image-builder-operator/compare/rev155…rev156 github-runner-image-builder-operator
resources: Static resources: Released to ‘latest/edge’ at 11:28 UTC on 20 Mar 2026 Released to ‘latest/stable’ at 11:31 UTC on 20 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/github-runner-image-builder-operator/compare/rev154…rev155 | |||||||||||||||||||||
| release-notes-automation | release-notes-automation
chore: run renovate on weekends (#41) release-notes-automation
Update actions/checkout action to v6.0.2 (#40) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> release-notes-automation
Update script logic for picking release artifact (#39)
| Up to date | ||||||||||||||||||||
| action-tmate | action-tmate
fix: prevent redundant post step run during connectivity check (#23) When connectivity-check is true, the main step returned before setting the isPost state. This caused the post step to re-run the entire main logic (apt-get install, tmate session creation, connectivity check) redundantly. Move core.saveState(‘isPost’, ‘true’) to the top of run() so the post step always detects itself and returns immediately. Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com action-tmate
Add input for tmate connectivity verification (#22)
Creates a tmate session, verifies connectivity by logging SSH/web connection strings, kills the session, and exits without entering the post phase. Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com
Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com Co-authored-by: Claude Opus 4.5 noreply@anthropic.com action-tmate
Limit SSH cryptographic algorithms to FIPS-approved options (remove ed25519) (#21) | Up to date | ||||||||||||||||||||
| github-actions-runner | github-actions-runner
What’s Changed
New Contributors
Full Changelog: https://github.com/actions/runner/compare/v2.330.0…v2.331.0 Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners Windows x64We recommend configuring the runner in a root folder of the Windows drive (e.g. “C:\actions-runner”). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on Windows arm64We recommend configuring the runner in a root folder of the Windows drive (e.g. “C:\actions-runner”). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on OSX x64OSX arm64 (Apple silicon)Linux x64Linux arm64Linux armUsing your self hosted runnerFor additional details about configuring, running, or shutting down the runner please check out our product docs. SHA-256 ChecksumsThe SHA-256 checksums for the packages included in this build are shown below:
github-actions-runner
What’s Changed
New Contributors
Full Changelog: https://github.com/actions/runner/compare/v2.329.0…v2.330.0 Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners Windows x64We recommend configuring the runner in a root folder of the Windows drive (e.g. “C:\actions-runner”). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on Windows arm64We recommend configuring the runner in a root folder of the Windows drive (e.g. “C:\actions-runner”). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on OSX x64OSX arm64 (Apple silicon)Linux x64Linux arm64Linux armUsing your self hosted runnerFor additional details about configuring, running, or shutting down the runner please check out our product docs. SHA-256 ChecksumsThe SHA-256 checksums for the packages included in this build are shown below:
github-actions-runner
What’s Changed
New Contributors
Full Changelog: https://github.com/actions/runner/compare/v2.327.1…v2.328.0 Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet. To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository. See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners Windows x64We recommend configuring the runner in a root folder of the Windows drive (e.g. “C:\actions-runner”). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on Windows arm64We recommend configuring the runner in a root folder of the Windows drive (e.g. “C:\actions-runner”). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows. The following snipped needs to be run on OSX x64OSX arm64 (Apple silicon)Linux x64Linux arm64Linux armUsing your self hosted runnerFor additional details about configuring, running, or shutting down the runner please check out our product docs. SHA-256 ChecksumsThe SHA-256 checksums for the packages included in this build are shown below:
| |||||||||||||||||||||
| http-proxy-operators | http-proxy-operators
resources: Static resources: Released to ‘latest/edge’ at 03:59 UTC on 13 Feb 2026 What’s ChangedFull Changelog: https://github.com/canonical/http-proxy-operators/compare/rev46…rev47 http-proxy-operators
resources: Static resources: Released to ‘latest/edge’ at 07:30 UTC on 10 Feb 2026 What’s Changed
Full Changelog: https://github.com/canonical/http-proxy-operators/compare/rev45…rev46 http-proxy-operators
resources: Static resources: Released to ‘latest/edge’ at 02:38 UTC on 18 Dec 2025 What’s Changed
Full Changelog: https://github.com/canonical/http-proxy-operators/compare/rev44…rev45 | |||||||||||||||||||||
| flask-multipass-saml-groups | flask-multipass-saml-groups
Upgrade flask-multipass from 0.10 to 0.11 | |||||||||||||||||||||
| indico-custom-profile-fields | indico-custom-profile-fields
indico-custom-profile-fields
| |||||||||||||||||||||
| draupnir-snap | draupnir-snap
chore(deps): update dependency the-draupnir-project/draupnir to v3 (#33) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> draupnir-snap
chore: run renovate on weekends (#32) draupnir-snap
Update dependency the-draupnir-project/Draupnir to v2.9.0 (#30) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | Up to date |
| |||||||||||||||||||
| dns-operators | dns-operators
resources: Static resources: Released to ‘latest/edge’ at 12:32 UTC on 13 Mar 2025 What’s ChangedFull Changelog: https://github.com/canonical/dns-operators/compare/rev70…rev71 dns-operators
resources: Static resources: Released to ‘latest/edge’ at 17:57 UTC on 12 Mar 2025 What’s Changed
Full Changelog: https://github.com/canonical/dns-operators/compare/rev69…rev70 dns-operators
resources: Static resources: Released to ‘latest/edge’ at 13:31 UTC on 12 Mar 2025 What’s Changed
Full Changelog: https://github.com/canonical/dns-operators/compare/rev68…rev69 | |||||||||||||||||||||
| irc-bridge-operator | irc-bridge-operator
resources: Static resources: Released to ‘latest/edge’ at 16:14 UTC on 24 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/irc-bridge-operator/compare/rev45…rev46 irc-bridge-operator
resources: Static resources: Released to ‘latest/edge’ at 18:02 UTC on 16 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/irc-bridge-operator/compare/rev44…rev45 irc-bridge-operator
resources: Static resources: Released to ‘latest/edge’ at 17:45 UTC on 15 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/irc-bridge-operator/compare/rev43…rev44 | |||||||||||||||||||||
| create-pull-request | create-pull-request
feat: support creating pull request for remote repository. (#215)
| |||||||||||||||||||||
| copilot-collections | copilot-collections
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/copilot-collections/compare/v0.7.0…v0.8.0 copilot-collections
What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/copilot-collections/compare/v0.6.0…v0.7.0 | |||||||||||||||||||||
| content-cache-operator | content-cache-operator
resources: Static resources: Released to ‘1/edge’ at 16:30 UTC on 27 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/content-cache-operator/compare/rev42…rev507 content-cache-operator
resources: Static resources: Released to ‘1/edge’ at 11:57 UTC on 11 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/content-cache-operator/compare/rev505…rev506 content-cache-operator
resources: Static resources: Released to ‘latest/edge’ at 11:57 UTC on 11 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/content-cache-operator/compare/rev505…rev42 | |||||||||||||||||||||
| mailserver-operators | mailserver-operators
Update all non-major dependencies (#11) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> mailserver-operators
Pr/1 mail (#8)
Co-authored-by: Copilot 175728472+Copilot@users.noreply.github.com
Co-authored-by: swetha1654 swetha.swaminathan@canonical.com Co-authored-by: Copilot 175728472+Copilot@users.noreply.github.com Co-authored-by: swetha1654 swetha.swaminathan@canonical.com mailserver-operators
feat(dovecot-charm): add base charm scaffold with config validation a… (#2)
Establishes charms/dovecot-charm/ in the monorepo with: - Minimal DovecotCharm class (renamed from ISMailServerCharm) with config validation, install, config-changed, and clear-queue action - dovecot.conf.tmpl with ssl=yes (TLS relation added in pr/5-tls) - procmailrc.tmpl for procmail configuration - Integration test: test_config.py (packages, ports, clear-queue) - Unit tests: TestConfigValidation, TestInstallFlow, TestClearQueue - operator-libs-linux apt charm library
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | Up to date | ||||||||||||||||||||
| mas-cli-snap | mas-cli-snap
Update dependency element-hq/matrix-authentication-service to v1.15.0 (#29) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> mas-cli-snap
chore(deps): update dependency element-hq/matrix-authentication-service to v1.14.0 (#28) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> mas-cli-snap
chore: run renovate on weekends (#27) | Up to date |
| |||||||||||||||||||
| matrix-appservice-irc | matrix-appservice-irc
chore: run renovate on weekends (#24) matrix-appservice-irc
Add Jira product (#23) matrix-appservice-irc
chore(deps): update actions/checkout action to v6 (#22) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | Up to date | ||||||||||||||||||||
| mattermost-k8s-operator | mattermost-k8s-operator
feat/ISD-715: Charm base and rock (#48)
Co-authored-by: Erin Conley erin.conley@canonical.com
Co-authored-by: Erin Conley erin.conley@canonical.com
Co-authored-by: Erin Conley erin.conley@canonical.com
Co-authored-by: Erin Conley erin.conley@canonical.com Co-authored-by: Erin Conley erin.conley@canonical.com mattermost-k8s-operator
fix(deps): update dependency ops to v3.6.0 (#46) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> mattermost-k8s-operator
chore: run renovate on weekends (#49) | Up to date | ||||||||||||||||||||
| cloudflared-operator | cloudflared-operator
resources: Static resources: Released to ‘latest/edge’ at 16:12 UTC on 24 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/cloudflared-operator/compare/rev24…rev25 cloudflared-operator
resources: Static resources: Released to ‘latest/edge’ at 20:05 UTC on 23 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/cloudflared-operator/compare/rev23…rev24 cloudflared-operator
resources: Static resources: Released to ‘latest/edge’ at 12:12 UTC on 11 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/cloudflared-operator/compare/rev22…rev23 | |||||||||||||||||||||
| mjolnir-snap | ||||||||||||||||||||||
| cloudflare-configurator-operator | cloudflare-configurator-operator
resources: Static resources: Released to ‘latest/edge’ at 10:10 UTC on 20 Dec 2024 What’s Changed
Full Changelog: https://github.com/canonical/cloudflare-configurator-operator/compare/rev2…rev3 cloudflare-configurator-operator
resources: Static resources: Released to ‘latest/edge’ at 10:34 UTC on 18 Oct 2024 What’s Changed
Full Changelog: https://github.com/canonical/cloudflare-configurator-operator/compare/rev1…rev2 cloudflare-configurator-operator
resources: Static resources: Released to ‘latest/edge’ at 08:16 UTC on 15 Oct 2024 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/cloudflare-configurator-operator/commits/rev1 |
| ||||||||||||||||||||
| chrony-client-operator | chrony-client-operator
resources: Static resources: Released to ‘latest/edge’ at 09:15 UTC on 24 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/chrony-client-operator/compare/rev47…rev50 chrony-client-operator
resources: Static resources: Released to ‘latest/edge’ at 09:15 UTC on 24 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/chrony-client-operator/compare/rev47…rev49 chrony-client-operator
resources: Static resources: Released to ‘latest/edge’ at 04:55 UTC on 18 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/chrony-client-operator/compare/rev45…rev48 | |||||||||||||||||||||
| charmed-ingress-documentation | charmed-ingress-documentation
Add hyperlink to Charmed Ingress documentation (#11) Updated README to include a hyperlink for documentation. charmed-ingress-documentation
feat: Update RTD header to have all ingress RTDs (#8)
charmed-ingress-documentation
Configure Renovate (#1)
Co-authored-by: Sébastien Georget seb4stien@georget.name Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: swetha1654 swetha.swaminathan@canonical.com Co-authored-by: Sébastien Georget seb4stien@georget.name | Up to date | ||||||||||||||||||||
| opendkim-operator | opendkim-operator
resources: Static resources: Released to ‘2/edge’ at 12:24 UTC on 27 Mar 2026 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/opendkim-operator/compare/rev9…rev10 opendkim-operator
resources: Static resources: Released to ‘2/edge’ at 14:41 UTC on 24 Oct 2025 What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/opendkim-operator/compare/rev8…rev9 opendkim-operator
resources: Static resources: Released to ‘2/edge’ at 06:18 UTC on 23 Oct 2025 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/opendkim-operator/compare/rev7…rev8 | |||||||||||||||||||||
| operator-workflows | operator-workflows
chore: revert pipx install (#996) operator-workflows
fix(pipx): missing pipx deps (#994)
operator-workflows
remove unused ref (#992) | Up to date | ||||||||||||||||||||
| operator-workflows-build-tools | Up to date | |||||||||||||||||||||
| paas-charm | discourse-gatekeeper/base-content paas-charm
Set up google analytics (#58)
| |||||||||||||||||||||
| penpot-operator | penpot-operator
resources: - penpot-image: undefined resource-revision: 60 Static resources: Released to ‘latest/edge’ at 14:47 UTC on 25 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/penpot-operator/compare/rev60…rev61 penpot-operator
resources: - penpot-image: undefined resource-revision: 59 Static resources: Released to ‘latest/edge’ at 08:35 UTC on 18 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/penpot-operator/compare/rev59…rev60 penpot-operator
resources: - penpot-image: undefined resource-revision: 58 Static resources: Released to ‘latest/edge’ at 14:30 UTC on 17 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/penpot-operator/compare/rev58…rev59 |
| ||||||||||||||||||||
| platform-engineering-charm-template | discourse-gatekeeper/base-content platform-engineering-charm-template
Migrate config renovate.json (#38) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||||||||||||||||||||
| platform-engineering-contributing-guide | platform-engineering-contributing-guide
chore: run renovate on weekends (#97) platform-engineering-contributing-guide
Same as snaps. Pypi by default should not be trusted (#93) platform-engineering-contributing-guide
Expand guidance on failing status checks (#96)
Co-authored-by: Sébastien Georget sebastien.georget@canonical.com
Co-authored-by: Erin Conley erin.conley@canonical.com
Co-authored-by: Erin Conley erin.conley@canonical.com
Co-authored-by: Sébastien Georget sebastien.georget@canonical.com Co-authored-by: Erin Conley erin.conley@canonical.com | Up to date | ||||||||||||||||||||
| charmed-cloudflared-snap | charmed-cloudflared-snap
chore: run renovate on weekends (#47) charmed-cloudflared-snap
Update dependency cloudflare/cloudflared to v2026.3.0 (#45) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> charmed-cloudflared-snap
Update actions/upload-artifact action to v7 (#44) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | Up to date | ||||||||||||||||||||
| platform-engineering-vale-package | ||||||||||||||||||||||
| pollen-operator | pollen-operator
resources: Static resources: Released to ‘latest/edge’ at 08:17 UTC on 25 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/pollen-operator/compare/rev63…rev64 pollen-operator
resources: Static resources: Released to ‘latest/edge’ at 07:28 UTC on 9 Feb 2026 What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/pollen-operator/compare/rev62…rev63 pollen-operator
resources: Static resources: Released to ‘latest/edge’ at 09:37 UTC on 5 Jan 2026 What’s Changed
Full Changelog: https://github.com/canonical/pollen-operator/compare/rev61…rev62 | Up to date | ||||||||||||||||||||
| postfix-relay-operators | postfix-relay-operators
chore(deps): update dependency cryptography to v46.0.7 security Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> postfix-relay-operators
chore(deps): update all non-major dependencies (#51) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> postfix-relay-operators
chore(multi-repo): remove unused issues workflow (#50) | Up to date | ||||||||||||||||||||
| github-runner-webhook-router | github-runner-webhook-router
resources: - flask-app-image: undefined resource-revision: 92 Static resources: Released to ‘latest/edge’ at 16:14 UTC on 24 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/github-runner-webhook-router/compare/rev97…rev98 github-runner-webhook-router
resources: - flask-app-image: undefined resource-revision: 91 Static resources: Released to ‘latest/edge’ at 18:08 UTC on 16 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/github-runner-webhook-router/compare/rev96…rev97 github-runner-webhook-router
resources: - flask-app-image: undefined resource-revision: 90 Static resources: Released to ‘latest/edge’ at 12:34 UTC on 20 Feb 2026 What’s ChangedFull Changelog: https://github.com/canonical/github-runner-webhook-router/compare/rev95…rev96 | |||||||||||||||||||||
| backup-operators | backup-operators
resources: Static resources: Released to ‘latest/edge’ at 16:19 UTC on 24 Mar 2026 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/backup-operators/compare/rev34…rev35 backup-operators
resources: Static resources: Released to ‘latest/edge’ at 08:18 UTC on 19 Feb 2026 What’s Changed
Full Changelog: https://github.com/canonical/backup-operators/compare/rev33…rev34 backup-operators
resources: Static resources: Released to ‘latest/edge’ at 09:37 UTC on 18 Feb 2026 What’s ChangedFull Changelog: https://github.com/canonical/backup-operators/compare/rev32…rev33 | |||||||||||||||||||||
| self-hosted-runner-performance-benchmark | self-hosted-runner-performance-benchmark
chore(deps): update github artifact actions (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> self-hosted-runner-performance-benchmark
chore: run renovate on weekends (#38) self-hosted-runner-performance-benchmark
Add Jira product (#35) | Up to date | ||||||||||||||||||||
| setup-devstack-swift | Up to date | |||||||||||||||||||||
| aproxy-operator | aproxy-operator
resources: Static resources: Released to ‘latest/edge’ at 16:34 UTC on 24 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/aproxy-operator/compare/rev65…rev76 aproxy-operator
resources: Static resources: Released to ‘latest/edge’ at 16:34 UTC on 24 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/aproxy-operator/compare/rev65…rev75 aproxy-operator
resources: Static resources: Released to ‘latest/edge’ at 16:34 UTC on 24 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/aproxy-operator/compare/rev65…rev74 | |||||||||||||||||||||
| synapse-operator | synapse-operator
resources: - synapse-image: undefined resource-revision: 859 Static resources: Released to ‘2/edge’ at 12:56 UTC on 20 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/synapse-operator/compare/rev882…rev883 synapse-operator
resources: - synapse-image: undefined resource-revision: 858 Static resources: Released to ‘2/edge’ at 20:06 UTC on 15 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/synapse-operator/compare/rev881…rev882 synapse-operator
resources: - synapse-image: undefined resource-revision: 858 Static resources: Released to ‘2/edge’ at 19:39 UTC on 15 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/synapse-operator/compare/rev880…rev881 | |||||||||||||||||||||
| synapse_stats_exporter | Up to date | |||||||||||||||||||||
| tmate-ssh-server-operator | tmate-ssh-server-operator
resources: Static resources: Released to ‘latest/edge’ at 14:11 UTC on 25 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/tmate-ssh-server-operator/compare/rev25…rev28 tmate-ssh-server-operator
resources: Static resources: Released to ‘latest/edge’ at 14:11 UTC on 25 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/tmate-ssh-server-operator/compare/rev25…rev27 tmate-ssh-server-operator
resources: Static resources: Released to ‘latest/edge’ at 07:12 UTC on 10 Feb 2026 What’s Changed
Full Changelog: https://github.com/canonical/tmate-ssh-server-operator/compare/rev23…rev26 | |||||||||||||||||||||
| aproxy | aproxy
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/aproxy/commits/v0.0.1 | Up to date | ||||||||||||||||||||
| any-charm | any-charm
resources: Static resources: Released to ‘latest/beta’ at 13:08 UTC on 27 Jan 2026 What’s Changed
Full Changelog: https://github.com/canonical/any-charm/compare/any-charm-k8s-rev91…rev138 any-charm
resources: Static resources: Released to ‘latest/beta’ at 13:07 UTC on 27 Jan 2026 What’s Changed
Full Changelog: https://github.com/canonical/any-charm/compare/any-charm-k8s-rev91…rev137 any-charm
resources: Static resources: Released to ‘latest/beta’ at 13:07 UTC on 27 Jan 2026 What’s Changed
Full Changelog: https://github.com/canonical/any-charm/compare/any-charm-k8s-rev91…rev136 | |||||||||||||||||||||
| wazuh-dashboard-operator | wazuh-dashboard-operator
Released to latest/edge OCI images: What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/wazuh-dashboard-operator/commits/rev1 | |||||||||||||||||||||
| wazuh-dashboard-snap | wazuh-dashboard-snap
Add Jira product (#11) wazuh-dashboard-snap
Add security policy (#10) wazuh-dashboard-snap
Sync GitHub issues to Jira (#9) | Up to date | ||||||||||||||||||||
| wazuh-indexer-operator | wazuh-indexer-operator
Released to latest/edge OCI images: What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/wazuh-indexer-operator/commits/rev1 | |||||||||||||||||||||
| wazuh-indexer-snap | wazuh-indexer-snap
Add Jira product (#17) wazuh-indexer-snap
Add security policy (#16) wazuh-indexer-snap
Sync GitHub issues to Jira (#15) | Up to date | ||||||||||||||||||||
| wazuh-server-operator | wazuh-server-operator
resources: - wazuh-server-image: undefined resource-revision: 222 Static resources: Released to ‘4.11/edge’ at 07:27 UTC on 30 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/wazuh-server-operator/compare/rev249…rev250 wazuh-server-operator
resources: - wazuh-server-image: undefined resource-revision: 221 Static resources: Released to ‘4.11/edge’ at 04:43 UTC on 26 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/wazuh-server-operator/compare/rev248…rev249 wazuh-server-operator
resources: - wazuh-server-image: undefined resource-revision: 220 Static resources: Released to ‘4.11/edge’ at 14:15 UTC on 25 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/wazuh-server-operator/compare/rev247…rev248 | |||||||||||||||||||||
| wireguard-gateway-operator | wireguard-gateway-operator
resources: Static resources: Released to ‘latest/edge’ at 23:13 UTC on 20 Mar 2026 What’s ChangedFull Changelog: https://github.com/canonical/wireguard-gateway-operator/compare/rev7…rev9 wireguard-gateway-operator
resources: Static resources: Released to ‘latest/edge’ at 16:54 UTC on 20 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/wireguard-gateway-operator/compare/rev6…rev8 wireguard-gateway-operator
resources: Static resources: Released to ‘latest/edge’ at 16:54 UTC on 20 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/wireguard-gateway-operator/compare/rev6…rev7 |
| ||||||||||||||||||||
| wordpress-k8s-operator | wordpress-k8s-operator
resources: - wordpress-image: undefined resource-revision: 169 Static resources: Released to ‘latest/edge’ at 16:39 UTC on 25 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/wordpress-k8s-operator/compare/rev174…rev176 wordpress-k8s-operator
resources: - wordpress-image: undefined resource-revision: 169 Static resources: Released to ‘latest/edge’ at 16:39 UTC on 25 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/wordpress-k8s-operator/compare/rev174…rev175 wordpress-k8s-operator
resources: - wordpress-image: undefined resource-revision: 168 Static resources: Released to ‘latest/edge’ at 07:13 UTC on 10 Feb 2026 What’s Changed
Full Changelog: https://github.com/canonical/wordpress-k8s-operator/compare/rev173…rev174 | Up to date | ||||||||||||||||||||
| apt-stresstest-charm | ||||||||||||||||||||||
| bind-resolver-charm | Up to date | |||||||||||||||||||||
| container-log-archive-charm | ||||||||||||||||||||||
| content-cache-charm | ||||||||||||||||||||||
| internal-proxy-charm | ||||||||||||||||||||||
| juju-introspection-proxy-charm | Up to date | |||||||||||||||||||||
| mailman3-core-charm | ||||||||||||||||||||||
| mailman3-web-charm | ||||||||||||||||||||||
| ntp-charm | ||||||||||||||||||||||
| openvpn-server-charm | Up to date | |||||||||||||||||||||
| smtp-dkim-signing-charm | ||||||||||||||||||||||
| smtp-relay-charm | ||||||||||||||||||||||
| stunnel-charm | ||||||||||||||||||||||
| ubuntu-mirror-charm | ||||||||||||||||||||||
| ubuntu-repository-cache | ||||||||||||||||||||||
| ubuntu-syncproxy-charm | ||||||||||||||||||||||
| autocert-charm | ||||||||||||||||||||||
| charm-k8s-postgresql |
| Repository | Latest Releases/Commit | Status | Commits Since | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| charm-advanced-routing | charm-advanced-routing
resources: Static resources: Released to ‘latest/edge’ at 08:47 UTC on 10 Apr 2026 What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/charm-advanced-routing/compare/rev96…rev99 charm-advanced-routing
resources: Static resources: Released to ‘latest/edge’ at 08:47 UTC on 10 Apr 2026 What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/charm-advanced-routing/compare/rev96…rev101 charm-advanced-routing
resources: Static resources: Released to ‘latest/edge’ at 08:47 UTC on 10 Apr 2026 What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/charm-advanced-routing/compare/rev96…rev100 | Up to date | ||||||||||||||||||||
| auditd-operator | auditd-operator
Charm Deployment v1.0.1Charm artifacts for Ubuntu 22.04 (Jammy) and 24.04 (Noble) are attached below. Example: What’s Changed
Full Changelog: https://github.com/canonical/auditd-operator/compare/v1.0.0…v1.0.1 auditd-operator
Charm Deployment v1.0.0Download url: https://github.com/canonical/auditd-operator/releases/download/v1.0.0/auditd_amd64-v1.0.0.charm Example: What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/auditd-operator/commits/v1.0.0 | |||||||||||||||||||||
| hardware-observer-operator | hardware-observer-operator
resources: Static resources: Released to ‘latest/edge’ at 02:32 UTC on 23 Mar 2026 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/hardware-observer-operator/compare/rev859…rev882 hardware-observer-operator
resources: Static resources: Released to ‘latest/edge’ at 02:32 UTC on 23 Mar 2026 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/hardware-observer-operator/compare/rev859…rev881 hardware-observer-operator
resources: Static resources: Released to ‘latest/edge’ at 02:32 UTC on 23 Mar 2026 What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/hardware-observer-operator/compare/rev859…rev880 | |||||||||||||||||||||
| openstack-exporter-operator | openstack-exporter-operator
resources: Static resources: Released to ‘latest/edge’ at 18:41 UTC on 19 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/openstack-exporter-operator/compare/rev67…rev68 openstack-exporter-operator
resources: Static resources: Released to ‘latest/edge’ at 22:55 UTC on 27 Feb 2026 What’s Changed
Full Changelog: https://github.com/canonical/openstack-exporter-operator/compare/rev66…rev67 openstack-exporter-operator
resources: Static resources: Released to ‘latest/edge’ at 13:07 UTC on 25 Feb 2026 What’s Changed
Full Changelog: https://github.com/canonical/openstack-exporter-operator/compare/rev65…rev66 | Up to date | ||||||||||||||||||||
| charm-local-users | charm-local-users
resources: Static resources: Released to ‘latest/edge’ at 18:21 UTC on 19 Mar 2026 What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/charm-local-users/compare/rev277…rev300 charm-local-users
resources: Static resources: Released to ‘latest/edge’ at 18:21 UTC on 19 Mar 2026 What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/charm-local-users/compare/rev277…rev299 charm-local-users
resources: Static resources: Released to ‘latest/edge’ at 18:21 UTC on 19 Mar 2026 What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/charm-local-users/compare/rev277…rev298 | Up to date | ||||||||||||||||||||
| generic-exporter-operator | generic-exporter-operator
This revision is for ./generic-exporter_ubuntu%4022.04-amd64.charm ./generic-exporter_ubuntu%4024.04-ppc64el.charm ./generic-exporter_ubuntu%4024.04-amd64.charm ./generic-exporter_ubuntu%4022.04-arm64.charm ./generic-exporter_ubuntu%4022.04-s390x.charm ./generic-exporter_ubuntu%4022.04-ppc64el.charm ./generic-exporter_ubuntu%4024.04-arm64.charm ./generic-exporter_ubuntu%4024.04-s390x.charm Released to dev/edge on March 19, 2026 at 01:05 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/generic-exporter-operator/commits/rev35 generic-exporter-operator
This revision is for ./generic-exporter_ubuntu%4022.04-amd64.charm ./generic-exporter_ubuntu%4024.04-ppc64el.charm ./generic-exporter_ubuntu%4024.04-amd64.charm ./generic-exporter_ubuntu%4022.04-arm64.charm ./generic-exporter_ubuntu%4022.04-s390x.charm ./generic-exporter_ubuntu%4022.04-ppc64el.charm ./generic-exporter_ubuntu%4024.04-arm64.charm ./generic-exporter_ubuntu%4024.04-s390x.charm Released to dev/edge on March 19, 2026 at 01:05 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/generic-exporter-operator/commits/rev34 generic-exporter-operator
This revision is for ./generic-exporter_ubuntu%4022.04-amd64.charm ./generic-exporter_ubuntu%4024.04-ppc64el.charm ./generic-exporter_ubuntu%4024.04-amd64.charm ./generic-exporter_ubuntu%4022.04-arm64.charm ./generic-exporter_ubuntu%4022.04-s390x.charm ./generic-exporter_ubuntu%4022.04-ppc64el.charm ./generic-exporter_ubuntu%4024.04-arm64.charm ./generic-exporter_ubuntu%4024.04-s390x.charm Released to dev/edge on March 19, 2026 at 01:05 UTC What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/generic-exporter-operator/commits/rev33 | Up to date |
| |||||||||||||||||||
| charm-juju-backup-all | charm-juju-backup-all
resources: Static resources: Released to ‘latest/edge’ at 04:05 UTC on 3 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/charm-juju-backup-all/compare/rev116…rev121 charm-juju-backup-all
resources: Static resources: Released to ‘latest/edge’ at 04:05 UTC on 3 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/charm-juju-backup-all/compare/rev116…rev120 charm-juju-backup-all
resources: Static resources: Released to ‘latest/edge’ at 04:05 UTC on 3 Mar 2026 What’s Changed
Full Changelog: https://github.com/canonical/charm-juju-backup-all/compare/rev116…rev119 | Up to date | ||||||||||||||||||||
| charm-userdir-ldap | charm-userdir-ldap
resources: Static resources: Released to ‘latest/edge’ at 12:35 UTC on 27 Feb 2026 What’s Changed
Full Changelog: https://github.com/canonical/charm-userdir-ldap/compare/rev177…rev200 charm-userdir-ldap
resources: Static resources: Released to ‘latest/edge’ at 12:35 UTC on 27 Feb 2026 What’s Changed
Full Changelog: https://github.com/canonical/charm-userdir-ldap/compare/rev177…rev199 charm-userdir-ldap
resources: Static resources: Released to ‘latest/edge’ at 12:35 UTC on 27 Feb 2026 What’s Changed
Full Changelog: https://github.com/canonical/charm-userdir-ldap/compare/rev177…rev198 | |||||||||||||||||||||
| prometheus-hardware-exporter | prometheus-hardware-exporter
What’s Changed
Full Changelog: https://github.com/canonical/prometheus-hardware-exporter/compare/v1.2.0…v1.2.1 prometheus-hardware-exporter
What’s Changed
Full Changelog: https://github.com/canonical/prometheus-hardware-exporter/compare/v1.1.0…v1.2.0 prometheus-hardware-exporter
What’s Changed
Full Changelog: https://github.com/canonical/prometheus-hardware-exporter/compare/v1.0.0…v1.1.0 | Up to date | ||||||||||||||||||||
| cve-scanner-operator | cve-scanner-operator
Charm Deployment v1.0.0[Note]: the CIS functionality is not working yet in this release. Download url: https://github.com/canonical/cve-scanner-operator/releases/download/v1.0.0/cve-scanner_ubuntu@24.04-amd64-v1.0.0.charm Example: What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/cve-scanner-operator/commits/v1.0.0 | |||||||||||||||||||||
| charm-openstack-service-checks | charm-openstack-service-checks
resources: Static resources: Released to ‘latest/edge’ at 04:34 UTC on 9 Dec 2025 What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/charm-openstack-service-checks/compare/rev78…rev81 charm-openstack-service-checks
resources: Static resources: Released to ‘latest/edge’ at 04:34 UTC on 9 Dec 2025 What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/charm-openstack-service-checks/compare/rev78…rev80 charm-openstack-service-checks
resources: Static resources: Released to ‘latest/edge’ at 05:06 UTC on 17 Jul 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-openstack-service-checks/compare/rev76…rev79 | Up to date | ||||||||||||||||||||
| charm-nrpe | charm-nrpe
resources: Static resources: Released to ‘latest/edge’ at 09:06 UTC on 5 Dec 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-nrpe/compare/rev241…rev264 charm-nrpe
resources: Static resources: Released to ‘latest/edge’ at 09:06 UTC on 5 Dec 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-nrpe/compare/rev241…rev263 charm-nrpe
resources: Static resources: Released to ‘latest/edge’ at 09:06 UTC on 5 Dec 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-nrpe/compare/rev241…rev262 | |||||||||||||||||||||
| cve-scanner | cve-scanner
Snap Installation v1.0.0Download url: https://github.com/canonical/cve-scanner/releases/download/v1.0.0/cve_scanner_v1.0.0.snap Example: What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/cve-scanner/commits/v1.0.0 | |||||||||||||||||||||
| juju-backup-all | juju-backup-all
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/juju-backup-all/compare/v1.2.2…1.2.2 juju-backup-all
What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/juju-backup-all/compare/1.2.0…1.2.1 juju-backup-all
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/juju-backup-all/compare/1.1.1…1.2.0 | |||||||||||||||||||||
| layer-beats-base | layer-beats-base
Update centrally managed files (#58)
Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> layer-beats-base
Update centrally managed files (#57)
Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> Co-authored-by: Samuel Allan samuel.allan@canonical.com layer-beats-base
Update centrally managed files (#56)
Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> | Up to date | ||||||||||||||||||||
| charmed-openstack-upgrader | charmed-openstack-upgrader
What’s Changed
Full Changelog: https://github.com/canonical/charmed-openstack-upgrader/compare/2.2.2…2.2.3 charmed-openstack-upgrader
What’s Changed
Full Changelog: https://github.com/canonical/charmed-openstack-upgrader/compare/2.2.1…2.2.2 charmed-openstack-upgrader
What’s Changed
Full commit log since 2.2.0: https://github.com/canonical/charmed-openstack-upgrader/compare/2.2.0…2.2.1 | |||||||||||||||||||||
| charm-simple-streams | charm-simple-streams
resources: Static resources: Released to ‘latest/edge’ at 03:11 UTC on 10 Jul 2025 What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/charm-simple-streams/compare/rev40…rev43 charm-simple-streams
resources: Static resources: Released to ‘latest/edge’ at 03:11 UTC on 10 Jul 2025 What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/charm-simple-streams/compare/rev40…rev42 charm-simple-streams
resources: Static resources: Released to ‘latest/edge’ at 00:31 UTC on 14 Jun 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-simple-streams/compare/rev38…rev41 | Up to date | ||||||||||||||||||||
| charm-prometheus-libvirt-exporter | charm-prometheus-libvirt-exporter
resources: Static resources: Released to ‘latest/edge’ at 19:40 UTC on 8 Sep 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-prometheus-libvirt-exporter/compare/rev132…rev147 charm-prometheus-libvirt-exporter
resources: Static resources: Released to ‘latest/edge’ at 19:40 UTC on 8 Sep 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-prometheus-libvirt-exporter/compare/rev132…rev146 charm-prometheus-libvirt-exporter
resources: Static resources: Released to ‘latest/edge’ at 19:39 UTC on 8 Sep 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-prometheus-libvirt-exporter/compare/rev132…rev145 | Up to date | ||||||||||||||||||||
| dcgm-snap | dcgm-snap
chore: update datacenter-gpu-manager deps (#85) Signed-off-by: Deezzir yurii.kondrakov@canonical.com dcgm-snap
Update centrally managed files (#83)
Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> dcgm-snap
update tox.ini (#80) Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> | Up to date | ||||||||||||||||||||
| derper-snap | derper-snap
Update centrally managed files (#40)
Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> derper-snap
update tox.ini (#39) Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> derper-snap
Update centrally managed files (#38)
Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> | Up to date | ||||||||||||||||||||
| charm-prometheus-blackbox-exporter | charm-prometheus-blackbox-exporter
resources: Static resources: Released to ‘latest/edge’ at 02:28 UTC on 9 Jul 2025 What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/charm-prometheus-blackbox-exporter/compare/rev48…rev51 charm-prometheus-blackbox-exporter
resources: Static resources: Released to ‘latest/edge’ at 02:28 UTC on 9 Jul 2025 What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/charm-prometheus-blackbox-exporter/compare/rev48…rev50 charm-prometheus-blackbox-exporter
resources: Static resources: Released to ‘latest/edge’ at 02:32 UTC on 16 Jun 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-prometheus-blackbox-exporter/compare/rev46…rev49 | Up to date | ||||||||||||||||||||
| charm-nginx | charm-nginx
resources: Static resources: Released to ‘latest/edge’ at 00:29 UTC on 14 Jun 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-nginx/compare/rev46…rev49 charm-nginx
resources: Static resources: Released to ‘latest/edge’ at 00:29 UTC on 14 Jun 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-nginx/compare/rev46…rev48 charm-nginx
resources: Static resources: Released to ‘latest/edge’ at 04:38 UTC on 12 Jun 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-nginx/compare/rev44…rev47 | Up to date | ||||||||||||||||||||
| headscale-snap | headscale-snap
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/headscale-snap/commits/0.26.1 | |||||||||||||||||||||
| charmed-openstack-exporter-snap | charmed-openstack-exporter-snap
update tox.ini (#44) Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> charmed-openstack-exporter-snap
Update centrally managed files (#43)
Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> charmed-openstack-exporter-snap
Update centrally managed files (#42)
Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> | Up to date | ||||||||||||||||||||
| layer-filebeat | layer-filebeat
resources: Static resources: Released to ‘latest/edge’ at 09:50 UTC on 10 Apr 2025 What’s Changed
Full Changelog: https://github.com/canonical/layer-filebeat/compare/rev65…rev70 layer-filebeat
resources: Static resources: Released to ‘latest/edge’ at 09:50 UTC on 10 Apr 2025 What’s Changed
Full Changelog: https://github.com/canonical/layer-filebeat/compare/rev65…rev69 layer-filebeat
resources: Static resources: Released to ‘latest/edge’ at 09:50 UTC on 10 Apr 2025 What’s Changed
Full Changelog: https://github.com/canonical/layer-filebeat/compare/rev65…rev68 | Up to date | ||||||||||||||||||||
| charm-sysconfig | charm-sysconfig
resources: Static resources: Released to ‘latest/edge’ at 21:19 UTC on 8 Sep 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-sysconfig/compare/rev138…rev161 charm-sysconfig
resources: Static resources: Released to ‘latest/edge’ at 21:19 UTC on 8 Sep 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-sysconfig/compare/rev138…rev160 charm-sysconfig
resources: Static resources: Released to ‘latest/edge’ at 21:19 UTC on 8 Sep 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-sysconfig/compare/rev138…rev159 | Up to date | ||||||||||||||||||||
| charm-logrotated | charm-logrotated
resources: Static resources: Released to ‘latest/edge’ at 13:38 UTC on 8 Sep 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-logrotated/compare/rev72…rev77 charm-logrotated
resources: Static resources: Released to ‘latest/edge’ at 13:38 UTC on 8 Sep 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-logrotated/compare/rev72…rev76 charm-logrotated
resources: Static resources: Released to ‘latest/edge’ at 13:38 UTC on 8 Sep 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-logrotated/compare/rev72…rev75 | Up to date | ||||||||||||||||||||
| ovn-exporter | ovn-exporter
Merge pull request #31 from canonical/fix/mismatch-content-name fix: align content interface identifiers with microovn ovn-exporter
fix: align content interface identifiers with microovn Update content identifiers for ‘ovn-central-data’ and ‘ovn-chassis’ plugs to match the default slot names provided by the microovn snap. This resolves a connection mismatch that was causing the content interface connections to be denied by snapd. Signed-off-by: jneo8 james.lin@canonical.com ovn-exporter
Merge pull request #30 from jneo8/doc/add-copying docs: add COPYING | Up to date | ||||||||||||||||||||
| charm-apt-mirror | charm-apt-mirror
resources: Static resources: Released to ‘latest/edge’ at 02:59 UTC on 14 Jun 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-apt-mirror/compare/rev60…rev63 charm-apt-mirror
resources: Static resources: Released to ‘latest/edge’ at 02:59 UTC on 14 Jun 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-apt-mirror/compare/rev60…rev62 charm-apt-mirror
resources: Static resources: Released to ‘latest/edge’ at 04:08 UTC on 12 Jun 2025 What’s Changed
Full Changelog: https://github.com/canonical/charm-apt-mirror/compare/rev58…rev61 | Up to date | ||||||||||||||||||||
| prometheus-juju-backup-all-exporter | prometheus-juju-backup-all-exporter
What’s Changed
Full Changelog: https://github.com/canonical/prometheus-juju-backup-all-exporter/compare/v1.2.0…v1.2.1 prometheus-juju-backup-all-exporter
What’s Changed
New ContributorsFull Changelog: https://github.com/canonical/prometheus-juju-backup-all-exporter/compare/v1.1.0…v1.2.0 prometheus-juju-backup-all-exporter
What’s ChangedNew ContributorsFull Changelog: https://github.com/canonical/prometheus-juju-backup-all-exporter/compare/v1.0.0…v1.1.0 | |||||||||||||||||||||
| smartctl-exporter-snap | smartctl-exporter-snap
Update centrally managed files (#59)
Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> smartctl-exporter-snap
update tox.ini (#58) Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> smartctl-exporter-snap
Update centrally managed files (#56)
Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> | Up to date | ||||||||||||||||||||
| smoke-alerts | smoke-alerts
add jira sync & codeowners (#19) Sync issues to smoke detector backlog smoke-alerts
Add Ceph rules (#9)
smoke-alerts
Add Loki rules for charmed Opensearch audit events (#15) | Up to date | ||||||||||||||||||||
| snap-tempest | snap-tempest
update tox.ini (#412) Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> snap-tempest
update .github/.jira_sync_config.yaml (#406) Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> snap-tempest
update .github/ISSUE_TEMPLATE/bug_report.yaml (#405) Co-authored-by: soleng-terraform[bot] <168111096+soleng-terraform[bot]@users.noreply.github.com> | Up to date | ||||||||||||||||||||
| tailscale-snap | tailscale-snap
What’s Changed
New Contributors
Full Changelog: https://github.com/canonical/tailscale-snap/commits/1.88.4 |