Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NO-ISSUE: Bump github.com/jackc/pgtype from 1.11.0 to 1.14.0 #5647

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/jackc/pgtype from 1.11.0 to 1.14.0.

Changelog

Sourced from github.com/jackc/pgtype's changelog.

1.14.0 (February 11, 2023)

  • Fix: BC timestamp text format support (jozeflami)
  • Add Scanner and Valuer interfaces to CIDR (Yurii Popivniak)
  • Fix crash when nilifying pointer to sql.Scanner

1.13.0 (December 1, 2022)

  • Fix: Reset jsonb before unmarshal (Tomas Odinas)
  • Fix: return correct zero value when UUID conversion fails (ndrpnt)
  • Fix: EncodeText for Lseg includes [ and ]
  • Support sql Value and Scan for custom date type (Hubert Krauze)
  • Support Ltree binary encoding (AmineChikhaoui)
  • Fix: dates with "BC" (jozeflami)

1.12.0 (August 6, 2022)

  • Add JSONArray (Jakob Ackermann)
  • Support Inet from fmt.Stringer and encoding.TextMarshaler (Ville Skyttä)
  • Support UUID from fmt.Stringer interface (Lasse Hyldahl Jensen)
  • Fix: shopspring-numeric extension does not panic on NaN
  • Numeric can be assigned to string
  • Fix: Do not send IPv4 networks as IPv4-mapped IPv6 (William Storey)
  • Fix: PlanScan for interface{}(nil) (James Hartig)
  • Fix: *sql.Scanner for NULL handling (James Hartig)
  • Timestamp[tz].Set() supports string (Harmen)
  • Fix: Hstore AssignTo with map of *string (Diego Becciolini)
Commits
  • 6765276 Release v1.14.0
  • 4baa50c Fix crash when nilifying pointer to sql.Scanner
  • 683aabd Add Scanner and Valuer interfaces to CIDR
  • 69882d2 fix: BC for timestamp
  • 9f958ba Release v1.13.0
  • 472e3ae Support postgres dates with "BC"
  • e19b507 ci: create ltree extension
  • fcee893 ltree: fix DecodeBinary by correctly checking the 1st byte
  • 0f1512e Adding support for Ltree binary encoding
  • 7294846 support sql Value and Scan for custom date type
  • 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 <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 [github.com/jackc/pgtype](https://github.com/jackc/pgtype) from 1.11.0 to 1.14.0.
- [Changelog](https://github.com/jackc/pgtype/blob/master/CHANGELOG.md)
- [Commits](jackc/pgtype@v1.11.0...v1.14.0)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgtype
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. go lgtm Indicates that a PR is ready to be merged. labels Oct 31, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 31, 2023

The following labels could not be found: dependabot.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Oct 31, 2023
@openshift-ci-robot
Copy link

@dependabot[bot]: This pull request explicitly references no jira issue.

In response to this:

Bumps github.com/jackc/pgtype from 1.11.0 to 1.14.0.

Changelog

Sourced from github.com/jackc/pgtype's changelog.

1.14.0 (February 11, 2023)

  • Fix: BC timestamp text format support (jozeflami)
  • Add Scanner and Valuer interfaces to CIDR (Yurii Popivniak)
  • Fix crash when nilifying pointer to sql.Scanner

1.13.0 (December 1, 2022)

  • Fix: Reset jsonb before unmarshal (Tomas Odinas)
  • Fix: return correct zero value when UUID conversion fails (ndrpnt)
  • Fix: EncodeText for Lseg includes [ and ]
  • Support sql Value and Scan for custom date type (Hubert Krauze)
  • Support Ltree binary encoding (AmineChikhaoui)
  • Fix: dates with "BC" (jozeflami)

1.12.0 (August 6, 2022)

  • Add JSONArray (Jakob Ackermann)
  • Support Inet from fmt.Stringer and encoding.TextMarshaler (Ville Skyttä)
  • Support UUID from fmt.Stringer interface (Lasse Hyldahl Jensen)
  • Fix: shopspring-numeric extension does not panic on NaN
  • Numeric can be assigned to string
  • Fix: Do not send IPv4 networks as IPv4-mapped IPv6 (William Storey)
  • Fix: PlanScan for interface{}(nil) (James Hartig)
  • Fix: *sql.Scanner for NULL handling (James Hartig)
  • Timestamp[tz].Set() supports string (Harmen)
  • Fix: Hstore AssignTo with map of *string (Diego Becciolini)
Commits
  • 6765276 Release v1.14.0
  • 4baa50c Fix crash when nilifying pointer to sql.Scanner
  • 683aabd Add Scanner and Valuer interfaces to CIDR
  • 69882d2 fix: BC for timestamp
  • 9f958ba Release v1.13.0
  • 472e3ae Support postgres dates with "BC"
  • e19b507 ci: create ltree extension
  • fcee893 ltree: fix DecodeBinary by correctly checking the 1st byte
  • 0f1512e Adding support for Ltree binary encoding
  • 7294846 support sql Value and Scan for custom date type
  • 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 <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

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci openshift-ci bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 31, 2023
Copy link

openshift-ci bot commented Oct 31, 2023

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

1 similar comment
Copy link

openshift-ci bot commented Oct 31, 2023

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

codecov bot commented Oct 31, 2023

Codecov Report

Merging #5647 (010f52b) into master (1e0e0d9) will decrease coverage by 0.03%.
Report is 1 commits behind head on master.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5647      +/-   ##
==========================================
- Coverage   67.75%   67.73%   -0.03%     
==========================================
  Files         233      233              
  Lines       34219    34219              
==========================================
- Hits        23184    23177       -7     
- Misses       8976     8979       +3     
- Partials     2059     2063       +4     

see 3 files with indirect coverage changes

Copy link

openshift-ci bot commented Oct 31, 2023

@dependabot[bot]: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-ci openshift-ci bot merged commit 1f7ab0e into master Oct 31, 2023
14 checks passed
@openshift-ci openshift-ci bot deleted the dependabot/go_modules/github.com/jackc/pgtype-1.14.0 branch October 31, 2023 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. go jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant