-
Notifications
You must be signed in to change notification settings - Fork 2
chore(all): update deps #34
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
Conversation
|
bb1f658 to
dd50d7f
Compare
606dd30 to
b71f1e6
Compare
b71f1e6 to
c409527
Compare
gotests/patterncheck/patterncheck.go
Outdated
| log "github.com/golang/glog" | ||
|
|
||
| yangutil "github.com/openconfig/goyang/pkg/util" | ||
| yangentry "github.com/openconfig/goyang/pkg/yangentry" |
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.
don't need to rename the package since it's already called yangentry
|
it's hard to find this error but the go checks aren't running (see "checks" tab): I think the syntax is something like: |
This PR contains the following updates:
v1.2.4->v1.2.5v0.6.0->v0.7.0v0.2.4->v0.4.0v0.9.0->v0.34.01.24.2->1.25.1c2294c3->2dd20d5Release Notes
golang/glog (github.com/golang/glog)
v1.2.5Compare Source
What's Changed
Full Changelog: golang/glog@v1.2.4...v1.2.5
google/go-cmp (github.com/google/go-cmp)
v0.7.0Compare Source
New API:
Panic messaging:
openconfig/goyang (github.com/openconfig/goyang)
v0.4.0Compare Source
What's Changed
Full Changelog: openconfig/goyang@v0.3.2...v0.4.0
v0.3.2Compare Source
What's Changed
d *typeDictionaryas a parameter toinitTypes. by @wenovus in #204entryCacheandmergedSubmoduleintoModules. by @wenovus in #205identitiesintypeDictionary. by @wenovus in #206Full Changelog: openconfig/goyang@v0.3.1...v0.3.2
v0.3.1Compare Source
What's Changed
FindModuleByNamespacewith locks by @kimmidi in #216New Contributors
Full Changelog: openconfig/goyang@v0.3.0...v0.3.1
v0.3.0Compare Source
What's Changed
Entry.Extrain JSON, and exclude down the line theParentandSourceofExtraelements (@SeanCondon).Extraitem is a slice, add its elements individually (@SeanCondon).Modules.FindModuleByPrefixis removed since there is possibility for duplication. Use theFindModuleByPrefixfunction instead.deviate addanddeviate deleteon defaults statements.Entry.InstantiatingModulefails.Full Changelog: openconfig/goyang@v0.2.9...v0.3.0
v0.2.9Compare Source
Minor style and comment improvements.
v0.2.8Compare Source
Modules.module.v0.2.7Compare Source
v0.2.6Compare Source
*yang.Entryobjects.v0.2.5Compare Source
openconfig/ygot (github.com/openconfig/ygot)
v0.34.0Compare Source
What's Changed
New Contributors
Full Changelog: openconfig/ygot@v0.33.0...v0.34.0
v0.33.0Compare Source
What's Changed
New Contributors
Full Changelog: openconfig/ygot@v0.32.0...v0.33.0
v0.32.0Compare Source
What's Changed
New Contributors
Full Changelog: openconfig/ygot@v0.31.0...v0.32.0
v0.31.0Compare Source
What's Changed
New Contributors
Full Changelog: openconfig/ygot@v0.30.0...v0.31.0
v0.30.0Compare Source
What's Changed
New Contributors
Full Changelog: openconfig/ygot@v0.29.22...v0.30.0
v0.29.22Compare Source
What's Changed
New Contributors
Full Changelog: openconfig/ygot@v0.29.21...v0.29.22
v0.29.21Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.20...v0.29.21
v0.29.20Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.19...v0.29.20
v0.29.19Compare Source
What's Changed
go:generatefor gogen's integration test by @wenovus in #963GetOrCreate<ListName>Maphelper for lists. by @wenovus in #971Full Changelog: openconfig/ygot@v0.29.18...v0.29.19
v0.29.18Compare Source
What's Changed
Marshal7951for direct union leaf calls. by @wenovus in #947Full Changelog: openconfig/ygot@v0.29.17...v0.29.18
v0.29.17Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.16...v0.29.17
v0.29.16Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.15...v0.29.16
v0.29.15Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.14...v0.29.15
v0.29.14Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.13...v0.29.14
v0.29.13Compare Source
What's Changed
New Contributors
Full Changelog: openconfig/ygot@v0.29.12...v0.29.13
v0.29.12Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.11...v0.29.12
v0.29.11Compare Source
What's Changed
ΛEnumTypesfor shadow paths by @wenovus in #917Full Changelog: openconfig/ygot@v0.29.10...v0.29.11
v0.29.10Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.9...v0.29.10
v0.29.9Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.8...v0.29.9
v0.29.8Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.7...v0.29.8
v0.29.7Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.6...v0.29.7
v0.29.6Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.5...v0.29.6
v0.29.5Compare Source
Fixes
This release fixes a build error due to not pinning the experimental slices package. The Go team made a backwards-incompatible change to this package in the last 24 hours presumably in preparation for making it as part of the standard library in Go 1.21. The version has now been pinned in
go.modto avoid this issue.What's Changed
New Contributors
Full Changelog: openconfig/ygot@v0.29.4...v0.29.5
v0.29.4Compare Source
Compatibility Notice
ordered by userlists for Internal JSON format was generating non-backwards-compatible JSON.What's Changed
Full Changelog: openconfig/ygot@v0.29.3...v0.29.4
v0.29.3Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.2...v0.29.3
v0.29.2Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.1...v0.29.2
v0.29.1Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.29.0...v0.29.1
v0.29.0Compare Source
Backwards-incompatible Changes
ordered-by userlists via generating a custom Go struct satisfying theygot.GoOrderedMapinterface.GetOrCreatemethods are removed and must be replaced byAppendNewmethods, which now returns an error when there is an existing element. For a full set of methods see here, or here for an example generated code with ordered maps.cmp. You may consider changing these comparisons to useygot.Diff.-generate_ordered_maps=falsewhen calling the ygot generator. However, this means ygot will marshal such configuration in a random order, since the built-in Go map type does not preserve element ordering. Notably, this applies to OpenConfig BGP policy statements (see this for discussion on addingtelemetry-atomic).What's Changed
atomicgNMI notifications forTogNMINotificationsby @wenovus in #840DeleteNodefor ordered maps by @wenovus in #850Notificationfor ordered lists. by @wenovus in #851util.GetNodesin favour ofytypes.GetNodeby @wenovus in #852interface{}->anyfor render{_test}.go by @wenovus in #855ForEachFieldand dependent helpers support ordered maps by @wenovus in #854Construct[IETF|Internal]JSONto return the default Go types. by @wenovus in #856ForEachDataField,DeepCopy,Mergefor ordered maps. by @wenovus in #860ForEachDataField2by @wenovus in #862ygotpackage. by @wenovus in #872OrderedListtype to IR by @wenovus in #879New Contributors
Full Changelog: openconfig/ygot@v0.28.3...v0.29.0
v0.28.3Compare Source
What's Changed
New Contributors
Full Changelog: openconfig/ygot@v0.28.2...v0.28.3
v0.28.2Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.28.1...v0.28.2
v0.28.1Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.28.0...v0.28.1
v0.28.0Compare Source
Notable Changes
Other Changes
Full Changelog: openconfig/ygot@v0.27.0...v0.28.0
v0.27.0Compare Source
What's Changed
New Contributors
Full Changelog: openconfig/ygot@v0.26.2...v0.26.3
v0.26.2Compare Source
What's Changed
gofmtCI against new directories by default. by @robshakir in #793Full Changelog: openconfig/ygot@v0.26.1...v0.26.2
v0.26.1Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.26.0...v0.26.1
v0.26.0Compare Source
Summary
What's Changed
minimalSetRequestIntent(req *gpb.SetRequest)by @wenovus in #775DiffSetRequestIntentby @wenovus in #778DiffSetRequestToNotificationsby @wenovus in #777SetToNotifsDiffby @wenovus in #780gnmidiff set-to-notifs <setrequest> <subscribe responses>by @wenovus in #786Full Changelog: openconfig/ygot@v0.25.7...v0.26.0
v0.25.7Compare Source
What's Changed
flattenOCJSONin packagegnmidiffby @wenovus in #772New Contributors
Full Changelog: openconfig/ygot@v0.25.6...v0.25.7
v0.25.6Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.25.5...v0.25.6
v0.25.5Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.25.4...v0.25.5
v0.25.4Compare Source
What's Changed
ygot.GoKeyStructalongsideygot.GoStructby @wenovus in #741DeleteNodeImprovement by @wenovus in #742-keep_deviate_notsupportedby @wenovus in #753New Contributors
Full Changelog: openconfig/ygot@v0.25.3...v0.25.4
v0.25.3Compare Source
What's Changed
Validateinstead ofΛValidateby @wenovus in #738New Contributors
Full Changelog: openconfig/ygot@v0.25.2...v0.25.3
v0.25.2Compare Source
What's Changed
Full Changelog: openconfig/ygot@v0.25.1...v0.25.2
v0.25.1Compare Source
What's Changed
New Contributors
Full Changelog: openconfig/ygot@v0.25.0...v0.25.1
v0.25.0Compare Source
Breaking Changes
ytypes.UnmarshalSetRequestandytypes.UnmarshalNotificationshave altered function signatures. Validation is removed.ygot.ToGNMINotifications,ygot.Diff, as well as other marshalling functions now will marshal all float values as double_val per openconfig/reference#151What's Changed
IgnoreExtraFieldsas aSetNodeOptby @wenovus in #728Full Changelog: openconfig/ygot@v0.24.4...v0.25.0
[
v0.24.4](https://redirect.github.com/openconfig/ygot/releases/Configuration
📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.