Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump Pebble version to latest release #18752

Merged

Conversation

james-garner-canonical
Copy link
Contributor

This Pebble release contains one feature relevant to charms, namely the ability to pass just a user id when performing file operations that can chown the file. Previously a user name was always required, and a user id alone would result in an error.

Checklist

  • [x] Code style: imports ordered, good names, simple structure, etc
  • [x] Comments saying why design decisions were made
  • [x] Go unit tests, with comments saying what you're testing
  • [x] Integration tests, with comments saying what you're testing
  • [x] doc.go added or updated in changed packages

QA steps

Everything Juju side should continue to function with no changes.

Documentation changes

ops documentation will be updated to reflect the availability of this feature after the next Juju release

Links

Pebble PR that added this feature

This Pebble release contains one feature relevant to charms, namely the
ability to pass just a user id when performing file operations that can
chown the file. Previously a user name was always required, and a user
id alone would result in an error.
Copy link
Member

@hpidcock hpidcock left a comment

Choose a reason for hiding this comment

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

@hpidcock
Copy link
Member

/merge

@jujubot jujubot merged commit 3bc6f3f into juju:3.6 Jan 30, 2025
23 of 24 checks passed
@wallyworld wallyworld mentioned this pull request Jan 30, 2025
jujubot added a commit that referenced this pull request Jan 31, 2025
#18756

Merge 3.6

#18718 [from anvial/fix-test-deploy_caas-test-deplo…](667eb32)
#18621 [from wallyworld/hook-doc](90d155a)
#18358 [from ale8k/fix-connect-dial-opts](4fcb3b1)
#18500 [from manadart/3.5-allow-dying-instance-data](bd6d9a0)
#18732 [from anvial/change-timeouts-for-gce-model-m…](84a680a)
#18717 [from tmihoc/docs-post-move-fixes](2704192)
#18698 [from tlm/JUJU-7268-constraints-bootstrap-tests](ed27a26)
#18742 [from kian99/remove-dead-api-code](4f88c1a)
#18675 [from wallyworld/disambiguate-k8ssecret-naming](46fa28f)
#18752 [from james-garner-canonical/2025-01/chore/b…](3bc6f3f)
#18656 [from rthill91/update-readme](b62720f)
#18673 [from wallyworld/k8s-secrets-cleanup](4f0f3af)

```
# Conflicts:
# api/apiclient.go
# api/apiclient_test.go
# api/connector/simpleconnector.go
# api/connector/simpleconnector_test.go
# api/export_test.go
# core/model/naming.go
# core/model/naming_test.go
# go.mod
# go.sum
# internal/secrets/provider/kubernetes/provider_test.go
# secrets/provider/kubernetes/provider.go
# state/machine_test.go
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants