cloudnative-pg / cnpg-i-machinery

CloudNativePG Interface Machinery
Apache License 2.0
2 stars 3 forks source link

chore(deps): update dependency dagger/dagger to v0.13.5 #96

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
dagger/dagger patch 0.13.3 -> 0.13.5

Release Notes

dagger/dagger (dagger/dagger) ### [`v0.13.5`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0135---2024-10-10) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.13.4...v0.13.5) ##### Fixed - Fix `MarshalJSON` error in `git` API when called by older module versions by [@​jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8667](https://redirect.github.com/dagger/dagger/pull/8667) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io) ### [`v0.13.4`](https://redirect.github.com/dagger/dagger/blob/HEAD/CHANGELOG.md#v0134---2024-10-09) [Compare Source](https://redirect.github.com/dagger/dagger/compare/v0.13.3...v0.13.4) ##### šŸ”„ Breaking Changes - Changed behavior of Git to default keep the `.git` directory by [@​jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8318](https://redirect.github.com/dagger/dagger/pull/8318) \ This can be disabled with `tree`'s new `discardGitDir` option. Modules with older `engineVersion`s will keep the old behavior. - Deprecated `git`'s `keepGitDir` argument by [@​jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8318](https://redirect.github.com/dagger/dagger/pull/8318) ##### Added - Services can now be given an explicit hostname via `Service.withHostname` by [@​vito](https://redirect.github.com/vito) in [https://github.com/dagger/dagger/pull/8641](https://redirect.github.com/dagger/dagger/pull/8641) \ Previously, you could only express a DAG of services, because each service hostname was derived from the service's configuration, and changing a service to point to another service would inherently change that service's configuration. Now you can set your own hostnames ahead of time, tell your services about each other's hostnames, and start they manually. Services with custom hostnames are namespaced to the module that starts them, to prevent conflicts. - Allow expanding environment variables in more `Container` functions by [@​rajatjindal](https://redirect.github.com/rajatjindal) in [https://github.com/dagger/dagger/pull/8427](https://redirect.github.com/dagger/dagger/pull/8427) - Apply `ignore` function parameter metadata on Directory passed from the CLI by [@​TomChv](https://redirect.github.com/TomChv) in [https://github.com/dagger/dagger/pull/8436](https://redirect.github.com/dagger/dagger/pull/8436) \ This extends the usage of `ignore` to not only dir loaded with `defaultPath` but directory passed as function's param from the CLI. Note: ignore patterns are not applied for module to module calls. - Enabled `Container.withMountedTemp` size configuration by [@​cwlbraa](https://redirect.github.com/cwlbraa) in [https://github.com/dagger/dagger/pull/8652](https://redirect.github.com/dagger/dagger/pull/8652) - Add `noInit` option to `Container.withExec` to support disabling automatic init process by [@​sipsma](https://redirect.github.com/sipsma) in [https://github.com/dagger/dagger/pull/8656](https://redirect.github.com/dagger/dagger/pull/8656) \ Use cases that strictly require the user exec is PID 1 of the container are now supported by setting `noInit` to true. ##### Fixed - Include container annotations on `Export` and `AsTarball` by [@​jedevc](https://redirect.github.com/jedevc) in [https://github.com/dagger/dagger/pull/8543](https://redirect.github.com/dagger/dagger/pull/8543) - Correctly resolve relative path for modules fetched from git by [@​TomChv](https://redirect.github.com/TomChv) in [https://github.com/dagger/dagger/pull/8565](https://redirect.github.com/dagger/dagger/pull/8565) - Fix include/exclude patterns from a dependency incorrectly affecting a parent module by [@​helderco](https://redirect.github.com/helderco) in [https://github.com/dagger/dagger/pull/8575](https://redirect.github.com/dagger/dagger/pull/8575) ##### What to do next? - Read the [documentation](https://docs.dagger.io) - Join our [Discord server](https://discord.gg/dagger-io) - Follow us on [Twitter](https://twitter.com/dagger_io)

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.