Skip to content

Tags: juju/charm

Tags

v12.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #435 from weiiwang01/fix-charm-manifest

fix: include parent directories when listing archive members

v13.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #432 from tonyandrewmeyer/pebble-check-hooks

feat: Add new hook types for Pebble check events (OP046)

v12.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #432 from tonyandrewmeyer/pebble-check-hooks

feat: Add new hook types for Pebble check events (OP046)

v13.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #431 from juju/v12

Merge v12 to v13

v12.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #430 from hpidcock/uid-gid-optional

Change uid/gid to pointers to detect undefined.

v13.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #427 from jack-w-shaw/JUJU-5926_add_method_to_retr…

…eive_raw_bundle

#427

Add this RawBundle method to Bundle interface and BundleDataSource

In Juju, we have come across a need to run some extra parsing + verification which we do not want to do in juju/charm. We want to keep the data model clean in juju/charm.

As such, we need to way to keep the raw bundle data around for later parsing

Add this to BundleDataSource, as this is what we use in Juju

However, we also implement our own BundleDataSource in Juju. built with the Bundle interface here. So we need to add this method to Bundle as well

You can see a draft implementation for this change here:
juju/juju#17350

As a flyby, delete some incorrect comments

## QA Steps

Compile into juju form the following PR and run it's QA steps:
juju/juju#17350

v13.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #425 from SimonRichardson/remove-metrics-code

#425

We no longer support metrics code, so we should remove the code. Moving it to dqlite would require understanding and maintaining code that has not full tested or integrated with romulus or omnibus is sometime. Fully understanding if all parts are correct would be challenging.

If in the future we want to reuse parts, we can always look back in the history of the repo to bring back the parts that are required (if any).

v13.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #423 from wallyworld/update-loggo-dep

#423

The upstream loggo dependency is updated to v2. And also utils to v4.
Because this causes an interoperability issue, the module version is bumped to v13.

v12.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #422 from wallyworld/namesv5

#422

Update names dep to v5.

As a drive by, increment other deps to latest releases.

v5.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #422 from wallyworld/namesv5

#422

Update names dep to v5.

As a drive by, increment other deps to latest releases.