Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 3, 2025

Bumps the go group with 4 updates: github.com/fluxcd/pkg/runtime, github.com/fluxcd/pkg/ssa, github.com/open-component-model/ocm-controller and ocm.software/ocm.

Updates github.com/fluxcd/pkg/runtime from 0.75.0 to 0.78.0

Commits
  • 04d916d Merge pull request #997 from cappyzawa/feat/tls-config-from-secret-ref-options
  • 4642dab Prepare for release
  • 27b414e runtime/secrets: add TLSConfigOption support to TLSConfigFromSecretRef
  • dbf1d22 Merge pull request #995 from cappyzawa/feat/tls-config-options
  • cb022f7 Prepare for release
  • 488ca09 runtime/secrets: add WithSystemCertPool for CA handling
  • 1c8c7bb Merge pull request #993 from cappyzawa/feat/remove-insecure-parameter
  • e98aecf Prepare for release
  • b59d18d runtime/secrets: remove insecure parameter from TLS funcs
  • 44b53bd Merge pull request #992 from fluxcd/ssa-manager-exact-match
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/ssa from 0.51.0 to 0.52.0

Commits
  • 44b53bd Merge pull request #992 from fluxcd/ssa-manager-exact-match
  • ff888a4 ssa: Add exact match option to field manager removal
  • 95760a7 Merge pull request #991 from cappyzawa/feat/runtime-secrets-targeturl-insecure
  • 60b1dea Prepare for release
  • 7930b7b runtime/secrets: add targetURL and insecure to TLS functions
  • ea0856d Merge pull request #990 from ymettier/bug-nested-map-slice-slice
  • 5257983 chartutil: Fix sort not recursing for slices
  • 4f64822 Merge pull request #989 from cappyzawa/feat/runtime-secrets-token-auth-support
  • a75690c Prepare for release
  • 4478046 runtime/secrets: add TokenAuth detection support
  • Additional commits viewable in compare view

Updates github.com/open-component-model/ocm-controller from 0.26.5 to 0.26.6

Release notes

Sourced from github.com/open-component-model/ocm-controller's releases.

v0.26.6

Release v0.26.6

  • chore(deps): fix issues with yaml dependencies (#703)
  • Add an option to generate tls cert during helm install (#700)
Commits
  • b6b8da0 chore: release docs for v0.26.6 (#706)
  • 6377aa1 chore(deps): fix issues with yaml dependencies (#703)
  • 4d02894 Add an option to generate tls cert during helm install (#700)
  • b62e05a chore(deps): bump github/codeql-action from 3.29.3 to 3.29.4 in the ci group ...
  • 7fe7e61 chore(deps): bump anchore/sbom-action from 0.20.2 to 0.20.4 in the ci group (...
  • c0ecefa chore(deps): bump github/codeql-action from 3.29.2 to 3.29.3 in the ci group ...
  • See full diff in compare view

Updates ocm.software/ocm from 0.26.0 to 0.27.0

Release notes

Sourced from ocm.software/ocm's releases.

v0.27.0

What's Changed

⬆️ Dependencies

🧰 Maintenance

Full Changelog: open-component-model/ocm@v0.26...v0.27.0

v0.27.0-rc.1

What's Changed

⬆️ Dependencies

🧰 Maintenance

Full Changelog: open-component-model/ocm@v0.26...v0.27.0

Commits
  • 3ff8ed0 chore(deps): bump github/codeql-action from 3.29.1 to 3.29.2 in the ci group ...
  • 1da7ef2 chore: update 'flake.nix' (#1529)
  • 2b06ef5 chore(deps): bump the go group with 7 updates (#1527)
  • c3fa9d5 chore: update 'flake.nix' (#1526)
  • 6d26cc2 chore(deps): bump the ci group with 2 updates (#1528)
  • b1b3dc8 chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 in ...
  • 8f6bd2a chore(deps): bump sigstore/cosign-installer from 3.9.0 to 3.9.1 in the ci gro...
  • b0ba88b chore(deps): bump rojopolis/spellcheck-github-actions from 0.50.0 to 0.51.0 i...
  • 7b3aaee chore: update 'flake.nix' (#1522)
  • 249f68c chore(deps): bump the go group with 14 updates (#1521)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 4 updates: [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg), [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg), [github.com/open-component-model/ocm-controller](https://github.com/open-component-model/ocm-controller) and [ocm.software/ocm](https://github.com/open-component-model/ocm).


Updates `github.com/fluxcd/pkg/runtime` from 0.75.0 to 0.78.0
- [Commits](fluxcd/pkg@runtime/v0.75.0...runtime/v0.78.0)

Updates `github.com/fluxcd/pkg/ssa` from 0.51.0 to 0.52.0
- [Commits](fluxcd/pkg@oci/v0.51.0...ssa/v0.52.0)

Updates `github.com/open-component-model/ocm-controller` from 0.26.5 to 0.26.6
- [Release notes](https://github.com/open-component-model/ocm-controller/releases)
- [Changelog](https://github.com/open-component-model/ocm-controller/blob/main/.goreleaser.yaml)
- [Commits](open-component-model/ocm-controller@v0.26.5...v0.26.6)

Updates `ocm.software/ocm` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/open-component-model/ocm/releases)
- [Changelog](https://github.com/open-component-model/ocm/blob/main/RELEASE_PROCESS.md)
- [Commits](open-component-model/ocm@v0.26...v0.27)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/pkg/runtime
  dependency-version: 0.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/ssa
  dependency-version: 0.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/open-component-model/ocm-controller
  dependency-version: 0.26.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: ocm.software/ocm
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Aug 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 3, 2025 06:47
@dependabot dependabot bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Aug 3, 2025
@Skarlso Skarlso closed this Aug 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 15, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/go_modules/go-e17e90d653 branch August 15, 2025 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/chore chore, maintenance, etc. kind/dependency dependency update, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants