Skip to content

Update go dependencies - #1689

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-dependencies
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-dependencies

Conversation

@renovate

@renovate renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/go-openapi/loads v0.25.2v0.25.3 age confidence
github.com/go-openapi/runtime v0.33.1v0.33.2 age confidence
github.com/go-openapi/strfmt v0.27.0v0.27.2 age confidence
github.com/go-openapi/swag/conv v0.29.1v0.29.2 age confidence
github.com/go-openapi/swag/jsonutils v0.29.1v0.29.2 age confidence
github.com/go-openapi/swag/typeutils v0.29.1v0.29.2 age confidence
github.com/go-openapi/validate v0.26.3v0.26.5 age confidence
github.com/jackc/pgx/v5 v5.10.0v5.11.0 age confidence
github.com/pressly/goose/v3 v3.27.3v3.28.0 age confidence
golang.org/x/net v0.58.0v0.59.0 age confidence
golang.org/x/sync v0.22.0v0.23.0 age confidence

Release Notes

go-openapi/loads (github.com/go-openapi/loads)

v0.25.3

Compare Source

0.25.3 - 2026-09-04

Full Changelog: go-openapi/loads@v0.25.2...v0.25.3

4 commits in this release.


Documentation
Miscellaneous tasks
Updates

People who contributed to this release

loads license terms

License

go-openapi/runtime (github.com/go-openapi/runtime)

v0.33.2

Compare Source

0.33.2 - 2026-09-03

Full Changelog: go-openapi/runtime@v0.33.1...v0.33.2

11 commits in this release.


Documentation
Miscellaneous tasks
Updates
Other (technical)

People who contributed to this release

runtime license terms

License

Per-module changes


client-middleware/opentracing (0.33.2)

Miscellaneous tasks
Updates
Other (technical)

docs/examples (0.33.2)

Miscellaneous tasks
Updates
Other (technical)

server-middleware (0.33.2)

Miscellaneous tasks
Updates
go-openapi/strfmt (github.com/go-openapi/strfmt)

v0.27.2

Compare Source

0.27.2 - 2026-09-03

Full Changelog: go-openapi/strfmt@v0.27.1...v0.27.2

2 commits in this release.


Miscellaneous tasks

People who contributed to this release

strfmt license terms

License

Per-module changes


enable/mongodb (0.27.2)

Miscellaneous tasks

internal/testintegration (0.27.2)

Miscellaneous tasks

v0.27.1

Compare Source

0.27.1 - 2026-09-03

Full Changelog: go-openapi/strfmt@v0.27.0...v0.27.1

18 commits in this release.


Fixed bugs
  • fix(hostname): go1.27 idna valid label no longer tolerates trailing d… by @​fredbi in #​297 ...
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

strfmt license terms

License

Per-module changes


enable/mongodb (0.27.1)

Miscellaneous tasks
Updates

internal/testintegration (0.27.1)

Miscellaneous tasks
Updates
go-openapi/swag (github.com/go-openapi/swag/conv)

v0.29.2

Compare Source

0.29.2 - 2026-09-04

Full Changelog: go-openapi/swag@v0.29.1...v0.29.2

8 commits in this release.


Documentation
Miscellaneous tasks
Updates

People who contributed to this release

swag license terms

License

Per-module changes


cmdutils (0.29.2)

Miscellaneous tasks

conv (0.29.2)

Miscellaneous tasks
Updates

fileutils (0.29.2)

Miscellaneous tasks
Updates

jsonname (0.29.2)

Miscellaneous tasks
Updates

jsonutils/adapters/easyjson (0.29.2)

Miscellaneous tasks
Updates

jsonutils/adapters/testintegration/benchmarks (0.29.2)

Miscellaneous tasks
Updates

jsonutils/adapters/testintegration (0.29.2)

Miscellaneous tasks
Updates

jsonutils/fixtures_test (0.29.2)

Miscellaneous tasks
Updates

jsonutils (0.29.2)

Miscellaneous tasks
Updates

loading (0.29.2)

Miscellaneous tasks
Updates

mangling (0.29.2)

Miscellaneous tasks
Updates

netutils (0.29.2)

Miscellaneous tasks
Updates

pools (0.29.2)

Miscellaneous tasks
Updates

stringutils (0.29.2)

Miscellaneous tasks
Updates

typeutils (0.29.2)

Miscellaneous tasks
Updates

yamlutils (0.29.2)

Miscellaneous tasks
Updates
go-openapi/validate (github.com/go-openapi/validate)

v0.26.5

Compare Source

0.26.5 - 2026-08-25

Full Changelog: go-openapi/validate@v0.26.4...v0.26.5

7 commits in this release.


Fixed bugs
Testing
  • test(messages): add TestGenExpectations to rebuild the expectations file by @​fredbi ...
  • test(messages): halt on the first failing fixture only in dev mode by @​fredbi ...
Miscellaneous tasks
  • ci: re-instate error message stability test in ci by @​fredbi ...
  • test(messages): refresh expected_messages.yaml from the validators by @​fredbi ...
Other (technical)

People who contributed to this release

validate license terms

License

v0.26.4

Compare Source

0.26.4 - 2026-08-24

Full Changelog: go-openapi/validate@v0.26.3...v0.26.4

19 commits in this release.


Implemented enhancements
  • feat(spec): warn when collectionFormat cannot apply by @​fredbi ...
  • feat(spec): check a discriminator is defined and required by @​fredbi ...
Fixed bugs
  • fix: upgrade spec and analysis to get expand fixes by @​fredbi ...
  • fix(validate): clone schemata through JSON instead of gob by @​fredbi ...
Documentation
  • doc: mark the discriminator value check as out of scope by @​fredbi ...
Code quality
Testing
Miscellaneous tasks
Security
  • feat(spec): check security requirements against securityDefinitions by @​fredbi ...
Updates
Other (technical)

People who contributed to this release

validate license terms

License

jackc/pgx (github.com/jackc/pgx/v5)

v5.11.0

Compare Source

This release adds direct PostgreSQL type scanning through database/sql on Go 1.27, improves compatibility with
libpq connection strings and PostgreSQL date/time values, and includes further decoder hardening. See Changes for
connection-string and date/time behavior changes that may affect existing applications.

Features

  • stdlib: support Go 1.27's driver.RowsColumnScanner, allowing PostgreSQL types such as arrays and ranges to be
    scanned directly into Go values without pgtype.Map.SQLScanner. Existing database/sql scalar conversions and
    sql.Scanner behavior are preserved. The minimum supported Go version remains 1.25.
  • Add Rows.TypeMap to expose the type map used to decode rows, including rows created by RowsFromResultReader
    that have no underlying Conn. Custom implementations of Rows, including mocks, must add this method.
  • pgconn: add Config.MaxProtocolMessageBodyLen to configure the maximum incoming protocol message body size
    (carter-ya)
  • pgconn: add ErrReadOnlyConnection, ErrReadWriteConnection, ErrPrimaryConnection, and ErrStandbyConnection
    sentinel errors for target_session_attrs validation, allowing callers to use errors.Is (Adrian-Stefan Mares)
  • pgxpool: accept pool_ping_timeout in connection strings to configure Config.PingTimeout. The default is zero;
    zero and negative durations mean no timeout (1991santhu)

Changes

  • Name-based row-to-struct mapping now matches explicit db tags case-insensitively, with exact matches taking
    precedence so tags can still distinguish quoted column names that differ only by case (AlisinaDevelo)

  • pgconn: resolve the OS user account only when no user is supplied by the connection string, environment, or service
    file, avoiding unnecessary account lookups and crashes in some restricted container environments. Home-directory
    defaults for password, service, and TLS files remain available independently of the account lookup. On Unix these
    now use $HOME rather than the OS account's home directory (Mohamed MAACHE)

  • pgtype: date, timestamp and timestamptz text values are now parsed and written by a hand-written parser and
    encoder for PostgreSQL's ISO date/time format instead of time.Parse and time.Format. Go's layout language cannot
    express a variable-width year or the BC era, which is the root of the bugs below. The text scan path is roughly 2.5x
    faster for timestamp and timestamptz. Bug fixes:

    • timestamp and timestamptz no longer silently move February 29 of a BC leap year to March 1 when encoding.
      time.Date(-4712, 2, 29, ...) was written as 4713-03-01 BC and is now written as 4713-02-29 BC. This
      affected ordinary four-digit BC years, not only extended-range ones. date was never affected.
    • timestamp and timestamptz can now scan BC leap days. 4713-02-29 BC previously failed with
      day out of range. date could already scan them.
    • Years past 9999 can now be scanned. 10000-01-02 03:04:05 previously failed to parse, so timestamp and
      timestamptz values at the high end of PostgreSQL's range were unreadable over the simple protocol and in any
      other text-format result.
    • time.Time arguments in the simple protocol now encode BC dates correctly, using the same timestamp encoder.
    • Fractional seconds beyond microsecond precision are rounded the way the server rounds them (round half to even,
      carrying into the rest of the value) instead of being kept at full precision. PostgreSQL never sends more than six
      fractional digits, so this only affects values from other sources.

    Behavior changes:

    • date now rejects impossible dates instead of normalizing them. 2024-02-30 returned 2024-03-01 and
      2024-13-01 returned 2025-01-01; both are now errors. timestamp and timestamptz already rejected them.
    • All three types now reject values outside PostgreSQL's range for that type, in the binary format as well as the
      text format. PostgreSQL never sends out-of-range dates, so this only affects corrupt or hand-built input; the range
      is checked in both formats so that whether a value is accepted does not depend on QueryExecMode.
      timestamptz also rejects time zone displacements outside PostgreSQL's signed 32-bit seconds range, while accepting
      the wider

Important

✂ PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 4am every 2 weeks on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Sep 7, 2026
@renovate

renovate Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: console/service/go.sum
go: downloading github.com/go-openapi/spec v1.0.1
go: downloading github.com/go-openapi/swag/cmdutils v0.29.2
go: downloading github.com/go-openapi/swag/conv v0.29.2
go: downloading github.com/go-openapi/swag/jsonutils v0.29.2
go: downloading github.com/go-openapi/swag/netutils v0.29.2
go: downloading github.com/go-openapi/swag/typeutils v0.29.2
go: downloading github.com/go-openapi/validate v1.0.0
go: downloading github.com/rs/zerolog v1.35.1
go: downloading golang.org/x/net v0.59.0
go: downloading github.com/kelseyhightower/envconfig v1.4.0
go: downloading github.com/go-openapi/runtime v0.33.2
go: downloading github.com/segmentio/asm v1.2.1
go: downloading go.openly.dev/pointy v1.3.0
go: downloading github.com/go-openapi/strfmt v0.27.2
go: downloading github.com/gdex-lab/go-render v1.0.1
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/jackc/pgx/v5 v5.11.0
go: downloading github.com/go-openapi/loads v0.25.3
go: downloading github.com/jessevdk/go-flags v1.6.1
go: downloading gotest.tools/v3 v3.5.2
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading golang.org/x/sync v0.23.0
go: downloading github.com/docker/docker v28.5.2+incompatible
go: downloading github.com/docker/go-connections v0.8.1
go: downloading github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
go: downloading github.com/pressly/goose/v3 v3.28.0
go: downloading github.com/go-openapi/errors v0.22.8
go: downloading github.com/go-openapi/jsonpointer v1.0.1
go: downloading github.com/go-openapi/jsonreference v1.0.2
go: downloading github.com/go-openapi/swag/loading v0.29.1
go: downloading github.com/go-openapi/swag/stringutils v0.29.1
go: downloading github.com/go-openapi/analysis v1.0.0
go: downloading github.com/go-openapi/swag/fileutils v0.29.1
go: downloading github.com/go-openapi/swag/pools v0.29.2
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/go-openapi/runtime/server-middleware v0.33.2
go: downloading github.com/go-viper/mapstructure/v2 v2.5.0
go: downloading github.com/oklog/ulid/v2 v2.1.2
go: downloading golang.org/x/text v0.42.0
go: downloading github.com/jackc/puddle/v2 v2.2.2
go: downloading github.com/go-openapi/swag/yamlutils v0.29.1
go: downloading golang.org/x/sys v0.48.0
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/opencontainers/image-spec v1.1.1
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/containerd/errdefs v1.0.0
go: downloading github.com/containerd/errdefs/pkg v0.3.0
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.71.0
go: downloading go.opentelemetry.io/otel/trace v1.46.0
go: downloading go.opentelemetry.io/otel v1.46.0
go: downloading github.com/sethvargo/go-retry v0.4.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/go-openapi/swag/mangling v0.29.1
go: downloading github.com/mattn/go-isatty v0.0.24
go: downloading github.com/jackc/pgpassfile v1.0.0
go: downloading github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761
go: downloading go.yaml.in/yaml/v3 v3.0.5
go: downloading github.com/felixge/httpsnoop v1.1.0
go: downloading go.opentelemetry.io/otel/metric v1.46.0
go: downloading github.com/mfridman/interpolate v0.0.2
go: downloading github.com/go-logr/logr v1.4.4
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.2.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: postgresql-cluster-console/internal/controllers imports
	postgresql-cluster-console/models: package postgresql-cluster-console/models is not in std (/opt/containerbase/tools/golang/1.26.8/src/postgresql-cluster-console/models)
go: postgresql-cluster-console/internal/controllers/cluster imports
	postgresql-cluster-console/restapi/operations/cluster: package postgresql-cluster-console/restapi/operations/cluster is not in std (/opt/containerbase/tools/golang/1.26.8/src/postgresql-cluster-console/restapi/operations/cluster)
go: postgresql-cluster-console/internal/controllers/dictionary imports
	postgresql-cluster-console/restapi/operations/dictionary: package postgresql-cluster-console/restapi/operations/dictionary is not in std (/opt/containerbase/tools/golang/1.26.8/src/postgresql-cluster-console/restapi/operations/dictionary)
go: postgresql-cluster-console/internal/controllers/environment imports
	postgresql-cluster-console/restapi/operations/environment: package postgresql-cluster-console/restapi/operations/environment is not in std (/opt/containerbase/tools/golang/1.26.8/src/postgresql-cluster-console/restapi/operations/environment)
go: postgresql-cluster-console/internal/controllers/operation imports
	postgresql-cluster-console/restapi/operations/operation: package postgresql-cluster-console/restapi/operations/operation is not in std (/opt/containerbase/tools/golang/1.26.8/src/postgresql-cluster-console/restapi/operations/operation)
go: postgresql-cluster-console/internal/controllers/project imports
	postgresql-cluster-console/restapi/operations/project: package postgresql-cluster-console/restapi/operations/project is not in std (/opt/containerbase/tools/golang/1.26.8/src/postgresql-cluster-console/restapi/operations/project)
go: postgresql-cluster-console/internal/controllers/secret imports
	postgresql-cluster-console/restapi/operations/secret: package postgresql-cluster-console/restapi/operations/secret is not in std (/opt/containerbase/tools/golang/1.26.8/src/postgresql-cluster-console/restapi/operations/secret)
go: postgresql-cluster-console/internal/controllers/setting imports
	postgresql-cluster-console/restapi/operations/setting: package postgresql-cluster-console/restapi/operations/setting is not in std (/opt/containerbase/tools/golang/1.26.8/src/postgresql-cluster-console/restapi/operations/setting)
go: postgresql-cluster-console/internal/service imports
	postgresql-cluster-console/restapi/operations: package postgresql-cluster-console/restapi/operations is not in std (/opt/containerbase/tools/golang/1.26.8/src/postgresql-cluster-console/restapi/operations)
go: postgresql-cluster-console/internal/service imports
	postgresql-cluster-console/restapi/operations/system: package postgresql-cluster-console/restapi/operations/system is not in std (/opt/containerbase/tools/golang/1.26.8/src/postgresql-cluster-console/restapi/operations/system)

@renovate
renovate Bot force-pushed the renovate/go-dependencies branch 5 times, most recently from f3b4268 to 24594aa Compare September 12, 2026 10:40
@renovate
renovate Bot force-pushed the renovate/go-dependencies branch 10 times, most recently from 2355913 to d6a6aae Compare September 19, 2026 15:43
@renovate
renovate Bot force-pushed the renovate/go-dependencies branch from d6a6aae to 41d5da5 Compare September 19, 2026 20:49
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