Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/xmidt-org/ancla from 0.3.12 to 0.4.0.

Release notes

Sourced from github.com/xmidt-org/ancla's releases.

v0.4.0

Changelog

New Features

  • 3e2d082fd4d6ea24b5f55468224c41202cce7db0: feat: add options pattern (@​denopink)
  • 9d2bbe52255cc1b8c4ccbd2aecbb88537311fce0: feat: integrate uber fx (@​denopink)
  • cc9b4088e53908fff715bb12c938c39f98f6131c: feat: introducing the auth package (removing bascule, spf13 and jwt dependency) (@​denopink)
  • 1b0d81f92ba7c6ebee5dec6130e567ed2b780e76: feat: upgrade to new webhook-schema (@​denopink)

Dependency Updates

  • 316d3ecd033b0f92f8b12cae5c88ae64e4664c87: feat(deps): bump github.com/prometheus/client_golang (#185) (@​dependabot[bot])
  • 02f1d9fb1300013623c9344e15bae688b91c0ad7: feat(deps): bump github.com/spf13/cast from 1.5.1 to 1.6.0 (#184) (@​dependabot[bot])

Other Work

  • d79b1535ab60675a4244c41c58ff5d02573a5598: Refactor: replace webhook naming scheme with a sink agnostic naming scheme (@​denopink)
  • f329ed269275fd91afde17e93ea4621087fde32f: --- (#205) (@​dependabot[bot])
  • 2ba8a8db24a32d39231adc30868efd098913c0c3: Add auto patch releaser. (@​schmidtw)
  • 999cf3c2e78dc49355a817beff10cca59115633a: Enable yaml linting. (@​schmidtw)
  • f32f0cc4f21df9788ce4cc7db12f91bd06212c3e: Remove auto-releaser due to release problems discovered. (@​schmidtw)
  • e1ae5b17f891e4d5ce96136a9bc390d887c26d32: Update the dependabot messages. (@​schmidtw)
  • 35d2c97c1e8354d7b268f5a63abc519c670cc299: added in the Register interface and registry structs (@​maurafortino)
  • ef6d5f9dd04996d05d9128ed3fbba5b64ecc1146: automation(deps): bump xmidt-org/shared-go from 4.2.1 to 4.2.2 (#189) (@​dependabot[bot])
  • 6c6febd1b0d00835c38b1f1342fe6963f42d382b: automation(deps): bump xmidt-org/shared-go from 4.2.2 to 4.3.0 (#197) (@​dependabot[bot])
  • 538b43618e999baa8ea1e434f4fedd78ab4a62af: automation(deps): bump xmidt-org/shared-go from 4.3.0 to 4.3.1 (#198) (@​dependabot[bot])
  • fbe451a451d679f9cac2a87c601aae891eda1968: automation(deps): bump xmidt-org/shared-go from 4.3.1 to 4.3.2 (#200) (@​dependabot[bot])
  • 85fb013ffb27ddd3b206a0aeff6ae281a87947a6: automation(deps): bump xmidt-org/shared-go from 4.3.3 to 4.4.0 (#206) (@​dependabot[bot])
  • d41a044e42cdaf3a6263843e9f7df03ea178da9b: refactor: best practice to use any instead of interface{} when possible (@​denopink)
  • 8512a14b5294ac08ba5193af9bab303741f3cc5f: refactor: introduce the idea of ancla handling manifests of schema (@​denopink)
  • 4d78051817bbd44586fc4404ed9ebc3a706f4f66: refactor: move argus client code to ancla (@​denopink)
  • 6edbd7e68b418aecb7a4cd6c83669b111d9e25f3: refactor: remove sallust dependency (@​denopink)
Commits
  • 30c3ff3 Merge pull request #267 from xmidt-org/dependabot/github_actions/xmidt-org/sh...
  • 2adb890 Merge branch 'main' into dependabot/github_actions/xmidt-org/shared-go-4.4.28
  • 4408e6b Merge pull request #279: refactor: best practice to use any instead of inte...
  • d41a044 refactor: best practice to use any instead of interface{} when possible
  • 553ef0b Merge pull request #278: refactor: introduce the idea of ancla handling manif...
  • 8512a14 refactor: introduce the idea of ancla handling manifests of schema
  • 45ca1f9 chore: remove unused webhook-schema related code
  • d79b153 Refactor: replace webhook naming scheme with a sink agnostic naming scheme
  • 6cd445b Merge pull request #277 from xmidt-org/denopink/feat/integrate-webhook-schema
  • 1b0d81f feat: upgrade to new webhook-schema
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 20, 2025
@github-actions github-actions bot enabled auto-merge (squash) November 20, 2025 23:03
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/xmidt-org/ancla-0.4.0 branch from 98e800b to 62aa7d1 Compare November 20, 2025 23:07
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/xmidt-org/ancla-0.4.0 branch from 62aa7d1 to 20d9ca0 Compare November 20, 2025 23:10
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/xmidt-org/ancla-0.4.0 branch from 20d9ca0 to be5375f Compare November 20, 2025 23:14
Bumps [github.com/xmidt-org/ancla](https://github.com/xmidt-org/ancla) from 0.3.12 to 0.4.0.
- [Release notes](https://github.com/xmidt-org/ancla/releases)
- [Changelog](https://github.com/xmidt-org/ancla/blob/main/CHANGELOG.md)
- [Commits](xmidt-org/ancla@v0.3.12...v0.4.0)

---
updated-dependencies:
- dependency-name: github.com/xmidt-org/ancla
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/xmidt-org/ancla-0.4.0 branch from be5375f to 152d19d Compare November 20, 2025 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants