Skip to content

build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 in the go_modules group across 1 directory - #2

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-a978bc362c
Open

build(deps): bump github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4 in the go_modules group across 1 directory#2
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go_modules-a978bc362c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 3, 2026

Copy link
Copy Markdown

Bumps the go_modules group with 1 update in the / directory: github.com/go-jose/go-jose/v4.

Updates github.com/go-jose/go-jose/v4 from 4.1.3 to 4.1.4

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the go_modules group with 1 update in the / directory: [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose).


Updates `github.com/go-jose/go-jose/v4` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Commits](go-jose/go-jose@v4.1.3...v4.1.4)

---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v4
  dependency-version: 4.1.4
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 3, 2026
cassio-paesleme pushed a commit that referenced this pull request Aug 28, 2026
…atalog (apache#1268)

Next step for apache#1096 

This PR allows clients to opt in to use the hadoop catalog with
arbitrary schemes. However, they have to explicitly set
`allow-unsafe-commits`. I followed the guidance on this as specified
here:
apache#1096 (comment)
Note that this allows any arbitrary scheme. It is unclear if this should
be expand to just add support for blob stores?

Note, I was going to add an integration test for minio with hadoop but
as far as I can tell, I can't get the integration test runner to work
for me. Unclear if I am doing something wrong or if we maybe need to
make a change to this to use relative paths or something analogous? (I
see the Dockerfile is there)

Note that this is the current integration test file without any changes
to the runner.
```
> make integration-hadoop
go test -tags=integration -v -run="^TestHadoopIntegration" ./catalog/hadoop/...
=== RUN   TestHadoopIntegration
2026/06/23 12:18:27 github.com/testcontainers/testcontainers-go - Connected to docker: 
  Server Version: 29.1.3
  API Version: 1.52
  Operating System: Docker Desktop
  Total Memory: 7836 MB
  Labels:
    com.docker.desktop.address=unix:///Users/cloftus/Library/Containers/com.docker.docker/Data/docker-cli.sock
  Testcontainers for Go Version: v0.42.0
  Resolved Docker Host: unix:///var/run/docker.sock
  Resolved Docker Socket Path: /var/run/docker.sock
  Test SessionID: b94c401c54d8169c5101c563021f3b088636ea1765586a79ac332f17f6fff9fc
  Test ProcessID: 7e1b2a5e-9f59-4ff3-a4bf-7b3afef90979
#1 [internal] load local bake definitions
#1 reading from stdin 642B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 2B done
#2 DONE 0.0s
    hadoop_integration_test.go:58: 
                Error Trace:    /Users/cloftus/github/iceberg-go/catalog/hadoop/hadoop_integration_test.go:58
                                                        /Users/cloftus/go/pkg/mod/github.com/stretchr/testify@v1.11.1/suite/suite.go:211
                                                        /Users/cloftus/github/iceberg-go/catalog/hadoop/hadoop_integration_test.go:315
                Error:          Received unexpected error:
                                fail to up compose: compose up: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
                            
                            
                            
                                View build details: docker-desktop://dashboard/build/default/default/n0tmfi552z84ltchd6clbeftd
                Test:           TestHadoopIntegration
--- FAIL: TestHadoopIntegration (0.99s)
FAIL
FAIL    github.com/apache/iceberg-go/catalog/hadoop     2.042s
FAIL
make: *** [integration-hadoop] Error 1
```
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants