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

chore(all): update all #64

Merged
merged 1 commit into from
Jul 30, 2024
Merged

chore(all): update all #64

merged 1 commit into from
Jul 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v4.1.1 -> v4.1.7 age adoption passing confidence
actions/setup-go action patch v5.0.0 -> v5.0.2 age adoption passing confidence
github.com/99designs/gqlgen require patch v0.17.45 -> v0.17.49 age adoption passing confidence
github.com/go-redis/redis/v9 replace minor v9.5.1 -> v9.6.1 age adoption passing confidence
github.com/gorilla/websocket require patch v1.5.1 -> v1.5.3 age adoption passing confidence
github.com/labstack/echo/v4 require minor v4.11.4 -> v4.12.0 age adoption passing confidence
github.com/redis/go-redis/v9 replace minor v9.5.1 -> v9.6.1 age adoption passing confidence
github.com/redis/go-redis/v9 require minor v9.5.1 -> v9.6.1 age adoption passing confidence
github.com/vektah/gqlparser/v2 require patch v2.5.11 -> v2.5.16 age adoption passing confidence
nginxinc/nginx-unprivileged final minor 1.26 -> 1.27 age adoption passing confidence
redis minor 7.2.4 -> 7.4.0 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

actions/setup-go (actions/setup-go)

v5.0.2

Compare Source

v5.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5.0.0...v5.0.1

99designs/gqlgen (github.com/99designs/gqlgen)

v0.17.49

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.48...v0.17.49

v0.17.48

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.47...v0.17.48

v0.17.47

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.46...v0.17.47

v0.17.46

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.45...v0.17.46

go-redis/redis (github.com/go-redis/redis/v9)

v9.6.1: 9.6.1

Compare Source

Changes

9.6

This release contains all new features from version 9.6.

🚀 New Features
  • Support Hash-field expiration commands (#​2991)
  • Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#​3038)
  • Support NOVALUES parameter for HSCAN (#​2925)
  • Added test case for CLIENT KILL with MAXAGE option (#​2971)
  • Add support for XREAD last entry (#​3005)
  • Reduce the type assertion of CheckConn (#​3066)

9.6.1

In addition minor changes were performed to retract version 9.5.3 and 9.5.4 that were released accidentally.

🧰 Maintenance
🎁 Package Distribution
  • Retract versions 9.5.3 and 9.5.4 (#​3069)

Contributors

We'd like to thank all the contributors who worked on this release!

@​LINKIWI, @​b1ron, @​gerzse, @​haines, @​immersedin, @​naiqianz, @​ofekshenawa, @​srikar-jilugu, @​tzongw, @​vladvildanov, @​vmihailenco and @​monkey92t

v9.6.0: 9.6.0

Compare Source

Changes

🚀 New Features

  • Support Hash-field expiration commands (#​2991)
  • Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#​3038)
  • Support NOVALUES parameter for HSCAN (#​2925)
  • Added test case for CLIENT KILL with MAXAGE option (#​2971)
  • Add support for XREAD last entry (#​3005)
  • Reduce the type assertion of CheckConn (#​3066)

🛠️ Improvements

This release includes support for Redis Community Edition (CE) 7.4.0, ensuring compatibility with the latest features and improvements introduced in Redis CE 7.4.0.

🧰 Maintenance

  • chore(deps): bump golangci/golangci-lint-action from 4 to 6 (#​2993)
  • Avoid unnecessary retry delay in cluster client following MOVED and ASK redirection (#​3048)
  • add test for tls connCheck #​3025 (#​3047)
  • fix node routing in slotClosestNode (#​3043)
  • Update pubsub.go (#​3042)
  • Change monitor test to run manually (#​3041)
  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.36.0 to 0.38.0 (#​3028)
  • Add (*StatusCmd).Bytes() method (#​3030)
  • chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in /example/otel (#​3000)

Contributors

We'd like to thank all the contributors who worked on this release!

@​LINKIWI, @​b1ron, @​dependabot, @​dependabot[bot], @​gerzse, @​haines, @​immersedin, @​naiqianz, @​ofekshenawa, @​srikar-jilugu, @​tzongw, @​vladvildanov and @​vmihailenco @​monkey92t

v9.5.4

Compare Source

v9.5.3

Compare Source

v9.5.2: 9.5.2

Compare Source

Changes

  • fix: fix #​2681 (#​2998)
  • Remove skipping span creation by checking parent spans (#​2980)
  • Handle IPv6 in isMovedError (#​2981)
  • Fix XGroup first pos key (#​2983)
  • Adding BitfieldRo in BitMapCmdable interface (#​2962)
  • Optimize docs useless imports and typo (#​2970)
  • chore: fix some comments (#​2967)
  • Fix for issues #​2959 and #​2960 (#​2961)
  • fix: #​2956 (#​2957)
  • fix misuses of a vs an (#​2936)
  • add server address and port span attributes to redis otel trace instrumentation (#​2826)
  • chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /example/otel (#​2944)
  • Remove secrets from Redis Enterprise CI (#​2938)
  • Fix monitor on go 1.19 (#​2908)
  • chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /extra/redisprometheus (#​2942)
  • Change RE image to public RE image (#​2935)

Contributors

We'd like to thank all the contributors who worked on this release!

@​XSAM, @​akash14darshan, @​daviddzxy, @​dependabot, @​dependabot[bot], @​esara, @​hakusai22, @​hishope, @​kindknow, @​monkey92t, @​ofekshenawa, @​singular-seal and deferdeter

gorilla/websocket (github.com/gorilla/websocket)

v1.5.3

Compare Source

Important change

This reverts the websockets package back to gorilla/websocket@931041c

What's Changed

New Contributors

Full Changelog: gorilla/websocket@v1.5.1...v1.5.3

v1.5.2

Compare Source

What's Changed

Configuration

📅 Schedule: Branch creation - "before 4am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

Copy link
Contributor Author

renovate bot commented Apr 16, 2024

⚠ 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: go.sum
Command failed: install-tool golang 1.21.10

@renovate renovate bot changed the title chore(all): update module github.com/labstack/echo/v4 to v4.12.0 chore(all): update all Apr 16, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from c1f43fe to 457cf49 Compare April 22, 2024 14:52
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from d76d92f to 42bdf9f Compare April 25, 2024 12:57
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 7a9f066 to f8ef989 Compare May 8, 2024 22:45
Copy link
Contributor Author

renovate bot commented May 14, 2024

⚠️ 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: go.sum
Command failed: install-tool golang 1.21.12

@renovate renovate bot force-pushed the renovate/all branch 8 times, most recently from d65a3b9 to b87faec Compare May 20, 2024 22:18
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from e78053c to c31e2d9 Compare June 7, 2024 03:08
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from fb313f5 to 1d69f1c Compare June 8, 2024 19:18
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from f636da8 to bd2fa42 Compare June 14, 2024 05:18
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 9f307bf to 94a8570 Compare July 15, 2024 17:11
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 709dccf to 0352c08 Compare July 25, 2024 10:23
@AndriyKalashnykov AndriyKalashnykov merged commit 839b975 into main Jul 30, 2024
2 of 3 checks passed
@renovate renovate bot deleted the renovate/all branch July 30, 2024 04:49
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.

1 participant