Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2025

Bumps the dependencies group with 1 update in the /exporters-inventory directory: github.com/prometheus/common.
Bumps the dependencies group with 4 updates in the /inventory directory: ariga.io/atlas, github.com/eko/gocache/store/go_cache/v4, github.com/mennanov/fmutils and github.com/open-policy-agent/opa.

Updates github.com/prometheus/common from 0.67.1 to 0.67.2

Release notes

Sourced from github.com/prometheus/common's releases.

v0.67.2 / 2025-10-28

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.67.1...v0.67.2

Changelog

Sourced from github.com/prometheus/common's changelog.

v0.67.2 / 2025-10-28

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.67.1...v0.67.2

Commits

Updates ariga.io/atlas from 0.37.0 to 0.38.0

Release notes

Sourced from ariga.io/atlas's releases.

v0.38.0

We are excited to announce the release of Atlas v0.38 🎊

We're excited to announce the release of Atlas v0.38 with a comprehensive set of new features and improvements that further strengthen Atlas as your go-to database schema management tool:

  • Oracle Triggers and Views - We've expanded the support for Oracle schemas to include triggers and views.
  • Snowflake Additions - Our library of supported resources for Snowflake has also expanded with the additions of stages, external tables, hybrid tables, and dynamic tables.
  • Google Spanner Additions - Spanner users can now manage geo-partitioning placements, locality groups, sequences, and change streams with Atlas.
  • Expanded Analyzer Detection - Our linting analyzers now detect SQL injections in SQL schema and migration files, and incorrect usage of transactions in migration files.
  • HTTP Data Source - Users can now use HTTP endpoints as data sources in the Atlas configuration file.
  • PII Detection - Objects containing potentially sensitive or PII data can now be automatically or manually tagged in the Atlas Registry.
  • Pre/Post-migration Hooks - Pre- and post-migration hooks enable teams to run custom logic before and after applying migrations.
  • Atlas Monitoring - The Atlas Agent can now automatically discover and monitor RDS instances across multiple AWS accounts using IAM role assumption.
  • Azure DevOps Repos CI/CD Integration - Atlas now provides native integration with Azure DevOps Pipelines and Azure Repos, including a dedicated Azure DevOps extension for seamless database schema CI/CD workflows.

Read the full announcement in our blogpost.

Change in v0.38: atlas migrate lint

As announced in v0.37, starting with v0.38, the, the atlas migrate lint command will no longer be included in the Starter (free) plan of Atlas. The code remains open-source (Apache 2 license) and available in Atlas Community Edition. If you need the command without using Atlas Pro, you can still build Atlas from source or use the community binary.

Quick installation

macOS + Linux:

curl -sSf https://atlasgo.sh | sh

Homebrew:

brew install ariga/tap/atlas

Docker:

docker pull arigaio/atlas

Windows

Download

Legal

The default binaries in this release are distributed released under Atlas EULA, and the community binaries are released under the Apache 2.0 license.

Commits
  • 37e76e6 atlasexec: add --foramt flag to `schema stats inspect (#3606)
  • 649bc35 atlasexec: add schema stats inspect to SDK client (#3605)
  • cf13fef cmd/atlas/docker: fix hostname for unix protocol (#3603)
  • 3f69215 atlasexec: add LockName to migration + schema apply commands (#3597)
  • a9006e9 sql/sqlite: update driver name from sqlite3 to sqlite (#3598)
  • See full diff in compare view

Updates github.com/eko/gocache/store/go_cache/v4 from 4.2.2 to 4.2.3

Release notes

Sourced from github.com/eko/gocache/store/go_cache/v4's releases.

store/memcache/v4.2.3

What's Changed

Full Changelog: eko/gocache@lib/v4.2.1...store/memcache/v4.2.3

store/bigcache/v4.2.3

What's Changed

New Contributors

Full Changelog: eko/gocache@store/memcache/v4.2.3...store/bigcache/v4.2.3

store/freecache/v4.2.3

What's Changed

New Contributors

Full Changelog: eko/gocache@store/memcache/v4.2.3...store/freecache/v4.2.3

store/go_cache/v4.2.3

What's Changed

New Contributors

Full Changelog: eko/gocache@store/memcache/v4.2.3...store/go_cache/v4.2.3

Commits
  • 3f3df7c fix: improve error handling in ChainCache.Set method
  • d7f4471 Add GetWithTTL() support to Bigcache store
  • 2c3a5f4 Merge pull request #276 from dxtym/ft/tags-ttl
  • d7bbad0 Merge pull request #277 from eko/dependabot/go_modules/store/pegasus/golang.o...
  • 84a4a4f Bump golang.org/x/net from 0.33.0 to 0.36.0 in /store/pegasus
  • 8265ef4 feat: add ttl for tags
  • See full diff in compare view

Updates github.com/mennanov/fmutils from 0.3.3 to 0.3.4

Release notes

Sourced from github.com/mennanov/fmutils's releases.

v0.3.4

What's Changed

New Contributors

Full Changelog: mennanov/fmutils@v0.3.3...v0.3.4

Commits

Updates github.com/open-policy-agent/opa from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/open-policy-agent/opa's releases.

v1.10.0

This release contains a mix of new features, performance improvements, and bugfixes. Notably:

  • Non-static arm64 executables for linux and darwin, supporting Wasm evaluation
  • Performance improvements to the formatter, compiler, and runtime
  • A new --fail-on-empty flag for opa test
  • Support for IS NOT NULL query statements in the Compile API

Non-static OPA binaries for linux/arm64 and darwin/arm64

Starting with this release, OPA will ship non-static arm64 executables for linux and darwin. These binaries have support for Wasm evaluation. Furthermore, the openpolicyagent/opa:latest docker image is a multi-platform image with arm64 support.

Runtime, Tooling

Compiler, Topdown and Rego

Docs, Website, Ecosystem

... (truncated)

Changelog

Sourced from github.com/open-policy-agent/opa's changelog.

1.10.0

This release contains a mix of new features, performance improvements, and bugfixes. Notably:

  • Non-static arm64 executables for linux and darwin
  • Performance improvements to the formatter, compiler, and runtime
  • A new --fail-on-empty flag for opa test
  • Support for IS NOT NULL query statements in the Compile API

Non-static OPA binaries for linux/arm64 and darwin/arm64

Starting with this release, OPA will ship non-static arm64 executables for linux and darwin. Furthermore, the openpolicyagent/opa:latest docker image is a multi-platform image with arm64 support.

Runtime, Tooling

Compiler, Topdown and Rego

Docs, Website, Ecosystem

... (truncated)

Commits
  • e6865c4 Prepare v1.10.0 release (#8002)
  • 9b1e774 Makefile: include linux/arm64 in DOCKER_PLATFORMS
  • fb4b7d9 docs: Moving CLI Reference to Operations in TOC (#8001)
  • c7746a0 docs: Address some broken anchors (#8000)
  • 4aa4554 website: Fix build issues (#7999)
  • 9a864c6 compile: add support for "any value at all", as IS NOT NULL (#7998)
  • 882b287 website: Show latest release rather than edge (#7988)
  • 087f942 docs: Update based on slack feedback (#7990)
  • 39044ba server/failtracer: don't assume only being fed two-elem calls
  • f5eeb07 Refactor hash key equality function (#7969)
  • 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 dependencies group with 1 update in the /exporters-inventory directory: [github.com/prometheus/common](https://github.com/prometheus/common).
Bumps the dependencies group with 4 updates in the /inventory directory: [ariga.io/atlas](https://github.com/ariga/atlas), [github.com/eko/gocache/store/go_cache/v4](https://github.com/eko/gocache), [github.com/mennanov/fmutils](https://github.com/mennanov/fmutils) and [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa).


Updates `github.com/prometheus/common` from 0.67.1 to 0.67.2
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md)
- [Commits](prometheus/common@v0.67.1...v0.67.2)

Updates `ariga.io/atlas` from 0.37.0 to 0.38.0
- [Release notes](https://github.com/ariga/atlas/releases)
- [Commits](ariga/atlas@v0.37.0...v0.38.0)

Updates `github.com/eko/gocache/store/go_cache/v4` from 4.2.2 to 4.2.3
- [Release notes](https://github.com/eko/gocache/releases)
- [Commits](eko/gocache@lib/v4.2.2...store/redis/v4.2.3)

Updates `github.com/mennanov/fmutils` from 0.3.3 to 0.3.4
- [Release notes](https://github.com/mennanov/fmutils/releases)
- [Commits](mennanov/fmutils@v0.3.3...v0.3.4)

Updates `github.com/open-policy-agent/opa` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/open-policy-agent/opa/releases)
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md)
- [Commits](open-policy-agent/opa@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-version: 0.67.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ariga.io/atlas
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/eko/gocache/store/go_cache/v4
  dependency-version: 4.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/mennanov/fmutils
  dependency-version: 0.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/open-policy-agent/opa
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Oct 31, 2025
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 31, 2025
@dependabot dependabot bot added the go Pull requests that update go code label Oct 31, 2025
Ram-srini
Ram-srini previously approved these changes Nov 10, 2025
@rranjan3 rranjan3 enabled auto-merge (squash) November 10, 2025 15:15
@rranjan3 rranjan3 merged commit 0b1842c into main Nov 10, 2025
79 of 81 checks passed
@rranjan3 rranjan3 deleted the dependabot/go_modules/api/dependencies-16782cdefc branch November 10, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api dependencies Pull requests that update a dependency file exporters-inventory go Pull requests that update go code inventory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants