Skip to content

chore: bump dependencies via gobump#4846

Closed
schutzbot wants to merge 1 commit intomainfrom
gobump-deps-17358953241
Closed

chore: bump dependencies via gobump#4846
schutzbot wants to merge 1 commit intomainfrom
gobump-deps-17358953241

Conversation

@schutzbot
Copy link
Collaborator

Pinned Go version dependency update

Summary

Module A Version
cloud.google.com/go/compute U v1.43.0 > v1.44.0
github.com/BurntSushi/toml - v1.5.1-0.20250403130103-3d3abc24416a > v1.5.1-0.20250403130103-3d3abc24416a
github.com/aws/aws-sdk-go-v2 U v1.38.0 > v1.38.3
github.com/aws/aws-sdk-go-v2/config U v1.31.0 > v1.31.6
github.com/aws/aws-sdk-go-v2/credentials U v1.18.4 > v1.18.10
github.com/aws/aws-sdk-go-v2/feature/ec2/imds U v1.18.3 > v1.18.6
github.com/aws/aws-sdk-go-v2/service/autoscaling U v1.56.0 > v1.58.2
github.com/aws/aws-sdk-go-v2/service/ec2 U v1.244.0 > v1.249.0
github.com/aws/smithy-go U v1.22.5 > v1.23.0
github.com/coreos/go-systemd/v22 U v22.5.0 > v22.6.0
github.com/getkin/kin-openapi U v0.132.0 > v0.133.0
github.com/getsentry/sentry-go U v0.35.0 > v0.35.1
github.com/getsentry/sentry-go/echo U v0.35.0 > v0.35.1
github.com/getsentry/sentry-go/logrus U v0.35.0 > v0.35.1
github.com/gobwas/glob - v0.2.3 > v0.2.3
github.com/golang-jwt/jwt/v4 - v4.5.2 > v4.5.2
github.com/google/go-cmp - v0.7.0 > v0.7.0
github.com/google/uuid - v1.6.0 > v1.6.0
github.com/hashicorp/go-retryablehttp - v0.7.8 > v0.7.8
github.com/jackc/pgconn - v1.14.3 > v1.14.3
github.com/jackc/pgtype - v1.14.4 > v1.14.4
github.com/jackc/pgx/v4 - v4.18.3 > v4.18.3
github.com/julienschmidt/httprouter - v1.3.0 > v1.3.0
github.com/labstack/echo/v4 - v4.13.4 > v4.13.4
github.com/labstack/gommon - v0.4.2 > v0.4.2
github.com/oapi-codegen/oapi-codegen/v2 - v2.5.0 > v2.5.0
github.com/oapi-codegen/runtime - v1.1.2 > v1.1.2
github.com/openshift-online/ocm-sdk-go U v0.1.473 > v0.1.477
github.com/osbuild/blueprint - v1.13.0 > v1.13.0
github.com/osbuild/images U v0.178.0 > v0.182.0
github.com/osbuild/osbuild-composer/pkg/splunk_logger - v0.0.0-20240814102216-0239db53236d > v0.0.0-20240814102216-0239db53236d
github.com/prometheus/client_golang - v1.23.0 > v1.23.0
github.com/segmentio/ksuid - v1.0.4 > v1.0.4
github.com/sirupsen/logrus - v1.9.3 > v1.9.3
github.com/stretchr/testify U v1.10.0 > v1.11.1
golang.org/x/exp - v0.0.0-20250103183323-7d7fa50e5329 > v0.0.0-20250103183323-7d7fa50e5329
golang.org/x/sync - v0.16.0 > v0.16.0
google.golang.org/api U v0.247.0 > v0.248.0

🥨 Created with gobump (HEAD) 🥨

@schutzbot schutzbot requested a review from a team as a code owner August 31, 2025 15:19
@schutzbot schutzbot requested review from croissanne, mvo5 and thozza and removed request for a team August 31, 2025 15:19
lzap
lzap previously approved these changes Sep 1, 2025
thozza
thozza previously approved these changes Sep 2, 2025
@lzap
Copy link
Contributor

lzap commented Sep 2, 2025

Many fedora tests failed but I am unable to find common problem, any ideas?

@lzap lzap enabled auto-merge (rebase) September 2, 2025 08:47
@thozza
Copy link
Member

thozza commented Sep 2, 2025

Many fedora tests failed but I am unable to find common problem, any ideas?

The common problem is that the images version has some issues, which need to be debugged and fixed. I can see basically the same error printed in multiple job logs:

[
    {
        "method": "POST",
        "path": "/api/v1/compose",
        "status": 400,
        "body": {
            "errors": [
                {
                    "id": "ManifestCreationFailed",
                    "msg": "failed to initialize osbuild manifest: blueprint validation failed for image type \"server-qcow2\": enabled_modules: not supported"
                }
            ],
            "status": false
        }
    }
]

@lzap lzap dismissed stale reviews from thozza and themself via 3bbc45c September 2, 2025 11:31
@lzap lzap force-pushed the gobump-deps-17358953241 branch from fcf6a8f to 3bbc45c Compare September 2, 2025 11:31
@lzap
Copy link
Contributor

lzap commented Sep 2, 2025

Ah of course, I missed the github.com/osbuild/images | U | v0.178.0 > v0.182.0 line. I dropped this update from the patch and pushed.

I believe the one who breaks the API should be doing the upgrade as this would probably take me a lot more time to figure it out. I will bring the topic on our scrum today.

@achilleas-k
Copy link
Member

Opening a PR now for osbuild/images.

@lzap
Copy link
Contributor

lzap commented Sep 4, 2025

Thanks I already implemented changelog & include/exclude features in gobump this morning, so next week we will have a nicer update.

Excluded `images` from the patch.
@lzap lzap force-pushed the gobump-deps-17358953241 branch from 3bbc45c to b4229cf Compare September 4, 2025 15:20
@lzap
Copy link
Contributor

lzap commented Sep 4, 2025

Rebased, hopefully tests will pass since packer has been fixed.

@lzap
Copy link
Contributor

lzap commented Sep 4, 2025

This will conflict with #4849 so I guess I will just close this in favor of @achilleas-k PR.

@lzap lzap closed this Sep 4, 2025
auto-merge was automatically disabled September 4, 2025 15:23

Pull request was closed

@achilleas-k achilleas-k deleted the gobump-deps-17358953241 branch September 11, 2025 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants