-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update module github.com/nats-io/nats-server/v2 to v2.10.22 #1162
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-nats-io-nats-server-v2-2.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
dependencies
Pull requests that update a dependency file
renovate
PR created by RenovateBot
labels
Jun 28, 2024
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
bot
force-pushed
the
renovate/github.com-nats-io-nats-server-v2-2.x
branch
from
July 14, 2024 09:11
6f65df4
to
de9f9b5
Compare
renovate
bot
changed the title
Update module github.com/nats-io/nats-server/v2 to v2.10.17
Update module github.com/nats-io/nats-server/v2 to v2.10.18
Jul 17, 2024
renovate
bot
force-pushed
the
renovate/github.com-nats-io-nats-server-v2-2.x
branch
4 times, most recently
from
July 18, 2024 11:18
6adb6c2
to
7c1beab
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-nats-server-v2-2.x
branch
from
August 7, 2024 14:19
7c1beab
to
3461762
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-nats-server-v2-2.x
branch
3 times, most recently
from
August 28, 2024 01:20
e3c1b45
to
9f63abf
Compare
renovate
bot
changed the title
Update module github.com/nats-io/nats-server/v2 to v2.10.18
Update module github.com/nats-io/nats-server/v2 to v2.10.19
Aug 28, 2024
renovate
bot
force-pushed
the
renovate/github.com-nats-io-nats-server-v2-2.x
branch
from
August 29, 2024 22:37
9f63abf
to
6ebbd34
Compare
renovate
bot
changed the title
Update module github.com/nats-io/nats-server/v2 to v2.10.19
Update module github.com/nats-io/nats-server/v2 to v2.10.20
Aug 29, 2024
renovate
bot
force-pushed
the
renovate/github.com-nats-io-nats-server-v2-2.x
branch
from
September 11, 2024 15:20
6ebbd34
to
00d2a3e
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-nats-server-v2-2.x
branch
2 times, most recently
from
September 20, 2024 09:21
62ed68b
to
483f9b1
Compare
marians
requested changes
Sep 20, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
golangci-lint has complaints:
WARN [runner/nolint] Found unknown linters in //nolint directives: logcheck
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/runtime/time.go:174:17: cannot range over 3 (untyped int constant) (typecheck)
for i := range 3 {
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:168:31: e.Bytes undefined (type *encodeState has no field or method Bytes) (typecheck)
buf := append([]byte(nil), e.Bytes()...)
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:428:4: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString("null")
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:433:5: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString("null")
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:438:5: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString("null")
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:443:5: e.Grow undefined (type *encodeState has no field or method Grow) (typecheck)
e.Grow(len(b))
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:444:12: e.AvailableBuffer undefined (type *encodeState has no field or method AvailableBuffer) (typecheck)
out := e.AvailableBuffer()
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:456:5: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString("null")
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:462:5: e.Grow undefined (type *encodeState has no field or method Grow) (typecheck)
e.Grow(len(b))
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:463:12: e.AvailableBuffer undefined (type *encodeState has no field or method AvailableBuffer) (typecheck)
out := e.AvailableBuffer()
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:474:5: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString("null")
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:479:5: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString("null")
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:486:4: e.Write undefined (type *encodeState has no field or method Write) (typecheck)
e.Write(appendString(e.AvailableBuffer(), b, opts.escapeHTML))
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:492:5: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString("null")
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:500:4: e.Write undefined (type *encodeState has no field or method Write) (typecheck)
e.Write(appendString(e.AvailableBuffer(), b, opts.escapeHTML))
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:504:9: e.AvailableBuffer undefined (type *encodeState has no field or method AvailableBuffer) (typecheck)
b := e.AvailableBuffer()
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:508:4: e.Write undefined (type *encodeState has no field or method Write) (typecheck)
e.Write(b)
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:512:9: e.AvailableBuffer undefined (type *encodeState has no field or method AvailableBuffer) (typecheck)
b := e.AvailableBuffer()
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:516:4: e.Write undefined (type *encodeState has no field or method Write) (typecheck)
e.Write(b)
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:520:9: e.AvailableBuffer undefined (type *encodeState has no field or method AvailableBuffer) (typecheck)
b := e.AvailableBuffer()
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:524:4: e.Write undefined (type *encodeState has no field or method Write) (typecheck)
e.Write(b)
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:540:9: e.AvailableBuffer undefined (type *encodeState has no field or method AvailableBuffer) (typecheck)
b := e.AvailableBuffer()
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:560:4: e.Write undefined (type *encodeState has no field or method Write) (typecheck)
e.Write(b)
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:579:10: e.AvailableBuffer undefined (type *encodeState has no field or method AvailableBuffer) (typecheck)
b := e.AvailableBuffer()
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:583:5: e.Write undefined (type *encodeState has no field or method Write) (typecheck)
e.Write(b)
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:587:8: cannot infer Bytes (/go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:967:19) (typecheck)
b := appendString(nil, v.String(), opts.escapeHTML)
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:588:5: e.Write undefined (type *encodeState has no field or method Write) (typecheck)
e.Write(appendString(e.AvailableBuffer(), b, false)) // no need to escape again since it is already escaped
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:590:5: e.Write undefined (type *encodeState has no field or method Write) (typecheck)
e.Write(appendString(e.AvailableBuffer(), v.String(), opts.escapeHTML))
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:666:5: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString("null")
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:707:5: e.WriteByte undefined (type *encodeState has no field or method WriteByte) (typecheck)
e.WriteByte(next)
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:710:6: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString(f.nameEscHTML)
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:712:6: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString(f.nameNonEsc)
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:718:5: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString("{}")
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:720:5: e.WriteByte undefined (type *encodeState has no field or method WriteByte) (typecheck)
e.WriteByte('}')
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:735:5: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString("null")
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:748:4: e.WriteByte undefined (type *encodeState has no field or method WriteByte) (typecheck)
e.WriteByte('{')
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:768:6: e.WriteByte undefined (type *encodeState has no field or method WriteByte) (typecheck)
e.WriteByte(',')
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:770:5: e.Write undefined (type *encodeState has no field or method Write) (typecheck)
e.Write(appendString(e.AvailableBuffer(), kv.ks, opts.escapeHTML))
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:771:5: e.WriteByte undefined (type *encodeState has no field or method WriteByte) (typecheck)
e.WriteByte(':')
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:774:4: e.WriteByte undefined (type *encodeState has no field or method WriteByte) (typecheck)
e.WriteByte('}')
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:794:5: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString("null")
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:799:9: e.AvailableBuffer undefined (type *encodeState has no field or method AvailableBuffer) (typecheck)
b := e.AvailableBuffer()
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:803:4: e.Write undefined (type *encodeState has no field or method Write) (typecheck)
e.Write(b)
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:813:5: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString("null")
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:852:4: e.WriteByte undefined (type *encodeState has no field or method WriteByte) (typecheck)
e.WriteByte('[')
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:856:6: e.WriteByte undefined (type *encodeState has no field or method WriteByte) (typecheck)
e.WriteByte(',')
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:860:4: e.WriteByte undefined (type *encodeState has no field or method WriteByte) (typecheck)
e.WriteByte(']')
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/encode.go:874:5: e.WriteString undefined (type *encodeState has no field or method WriteString) (typecheck)
e.WriteString("null")
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/stream.go:221:4: e.WriteByte undefined (type *encodeState has no field or method WriteByte) (typecheck)
e.WriteByte('\n')
^
../../go/pkg/mod/golang.org/toolchain@v0.0.1-go1.23.1.linux-amd64/src/encoding/json/stream.go:223:9: e.Bytes undefined (type *encodeState has no field or method Bytes) (typecheck)
b := e.Bytes()
renovate
bot
force-pushed
the
renovate/github.com-nats-io-nats-server-v2-2.x
branch
2 times, most recently
from
September 26, 2024 16:48
682eea9
to
e57d7e5
Compare
renovate
bot
changed the title
Update module github.com/nats-io/nats-server/v2 to v2.10.20
Update module github.com/nats-io/nats-server/v2 to v2.10.21
Sep 26, 2024
renovate
bot
force-pushed
the
renovate/github.com-nats-io-nats-server-v2-2.x
branch
2 times, most recently
from
October 8, 2024 10:28
2fc9851
to
25ba2e3
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-nats-server-v2-2.x
branch
2 times, most recently
from
October 17, 2024 19:48
38a3d2c
to
3a7b0a9
Compare
renovate
bot
changed the title
Update module github.com/nats-io/nats-server/v2 to v2.10.21
Update module github.com/nats-io/nats-server/v2 to v2.10.22
Oct 17, 2024
renovate
bot
force-pushed
the
renovate/github.com-nats-io-nats-server-v2-2.x
branch
2 times, most recently
from
November 6, 2024 16:49
6febc24
to
840a27e
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-nats-server-v2-2.x
branch
from
November 7, 2024 12:05
840a27e
to
eb1d9a5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.10.16
->v2.10.22
Release Notes
nats-io/nats-server (github.com/nats-io/nats-server/v2)
v2.10.22
Compare Source
Changelog
Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.
Go Version
Dependencies
Added
Config
Improved
General
JetStream
Fixed
JetStream
Leafnodes
Complete Changes
v2.10.21
Compare Source
Changelog
Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.
Go Version
Dependencies
Added
Config
min_version
option for configuring the minimum supported TLS version (#5904)Improved
JetStream
Monitoring
statsz
messages are now sent every 10 seconds instead of every 30 seconds (#5925)statsz
messages andjsz
responses for monitoring (#5923, #5926)Fixed
JetStream
index.db
(#5893, #5901, #5907)Monitoring
accountsz
(#5886)OCSP
Config
Complete Changes
v2.10.20
Compare Source
Changelog
Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.
Go Version
Fixed
JetStream
Complete Changes
v2.10.19
Compare Source
Changelog
Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.
Go Version
Dependencies
Improved
General
statsz
andprofilez
system events (#5816)Clustering
JetStream
sync
/sync_interval
is set toalways
, metadata files for streams and consumers are now written usingO_SYNC
to guarantee flushes to disk (#5729)Monitoring
profilez
API endpoint in the system account can now acquire and return CPU profiles (#5743)Miscellaneous
Fixed
General
ClientURL()
function now returns correctly formatted IPv6 host literals (#5725)JetStream
raftz
endpoint during shutdown (#5672)maximum messages per subject exceeded
unexpected error on streams using a max messages per subject limit of 1 and discard new retention policy (#5761)Leafnodes
Complete Changes
v2.10.18
Compare Source
Changelog
Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.
Go Version
Dependencies
Improved
Embedded
JetStream
Fixed
JetStream
Complete Changes
v2.10.17
Compare Source
Changelog
Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.
Go Version
Dependencies
Added
Monitoring
/raftz
monitoring endpoint for retrieving internal Raft group state for diagnostic purposes (#5530)Improved
Core
JetStream
Monitoring
Changed
MQTT
Fixed
Accounts
Core
JetStream
LoadNextMsg
with very sparse or no messages (#5475)mset.mirror
was nil when calculating the last loaded message (#5522)$JS.>
,$JS.API.>
,$JSC.>
and$SYS.>
subjects are now only allowed ifNoAck
is set, avoiding potential misconfiguration that could affect the JetStream API, with the exception of the more specific$JS.EVENT.>
and$SYS.ACCOUNT.>
as these were allowed before (#5548, #5556)/healthz
after a failed restore (#5549)Leafnodes
Monitoring
/jsz
filtered consumer reporting (#5528)Chores
Config
Options
type for embedded mode (#5472) Thanks to @robinkb for the report and contribution!JetStream
Complete Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.