Releases: sdcio/schema-server
Releases · sdcio/schema-server
v0.0.34
What's Changed
- Adding Code of Conduct and documentation license by @CsatariGergely in #208
- Add @alexandernorth as a CODEOWNER by @alexandernorth in #209
- update CI/CD to run from github actions public runners by @hansthienpondt in #207
- add dependabot groups by @steiler in #216
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #212
- exclude controller-runtime from go dependency group by @steiler in #218
- Bump the go-dependencies group with 7 updates by @dependabot[bot] in #219
New Contributors
- @CsatariGergely made their first contribution in #208
Full Changelog: v0.0.33...v0.0.34
v0.0.33
v0.0.32
What's Changed
- Upgrade tablewrite from 0.0.5 to 1.0.7 by @faebr in #183
- Bump github.com/jellydator/ttlcache/v3 from 3.3.0 to 3.4.0 by @dependabot[bot] in #180
- Badgerdb with readonly and proper close by @steiler in #198
- Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #196
- Bump github.com/spf13/pflag from 1.0.6 to 1.0.10 by @dependabot[bot] in #195
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #190
- Bump github.com/dgraph-io/badger/v4 from 4.7.0 to 4.8.0 by @dependabot[bot] in #186
- Bump github.com/olekukonko/tablewriter from 1.0.7 to 1.1.0 by @dependabot[bot] in #199
- Bump github.com/sdcio/sdc-protos from 0.0.42 to 0.0.46 by @dependabot[bot] in #201
- Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #200
- Bump github.com/prometheus/client_golang from 1.22.0 to 1.23.2 by @dependabot[bot] in #202
New Contributors
Full Changelog: v0.0.31...v0.0.32
v0.0.31
Changelog
- 69a875d: Bump github.com/dgraph-io/badger/v4 from 4.5.0 to 4.5.1 (@dependabot[bot])
- 3ca5422: Bump github.com/dgraph-io/badger/v4 from 4.5.1 to 4.7.0 (@dependabot[bot])
- 6cfcb64: Bump github.com/prometheus/client_golang from 1.20.5 to 1.22.0 (@dependabot[bot])
- 0a23806: Bump google.golang.org/grpc from 1.69.2 to 1.70.0 (@dependabot[bot])
- e1ca464: Bump google.golang.org/grpc from 1.70.0 to 1.72.1 (@dependabot[bot])
- 3ab4831: Bump sigs.k8s.io/controller-runtime from 0.20.1 to 0.20.2 (@dependabot[bot])
- 92e64a7: Bump sigs.k8s.io/controller-runtime from 0.20.2 to 0.20.4 (@dependabot[bot])
- 1cb9d12: Bump webfactory/ssh-agent from 0.9.0 to 0.9.1 (@dependabot[bot])
- 57acad2: Merge pull request #156 from sdcio/dependabot/go_modules/google.golang.org/grpc-1.70.0 (@hansthienpondt)
- ac05403: Merge pull request #158 from sdcio/dependabot/go_modules/github.com/dgraph-io/badger/v4-4.5.1 (@hansthienpondt)
- d16dea5: Merge pull request #162 from sdcio/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.2 (@hansthienpondt)
- 546b477: Merge pull request #169 from sdcio/dependabot/github_actions/webfactory/ssh-agent-0.9.1 (@steiler)
- b98f658: Merge pull request #170 from sdcio/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.20.4 (@steiler)
- 6b318d1: Merge pull request #173 from sdcio/dependabot/go_modules/github.com/prometheus/client_golang-1.22.0 (@steiler)
- eb35c4d: Merge pull request #174 from sdcio/dependabot/go_modules/github.com/dgraph-io/badger/v4-4.7.0 (@hansthienpondt)
- 98904ee: Merge pull request #176 from sdcio/dependabot/go_modules/google.golang.org/grpc-1.72.1 (@steiler)
- 0d7da54: Merge pull request #177 from sdcio/fix-ci-gomod (@steiler)
- 181ddad: Merge pull request #178 from baysl/bugfix/update-goyang-librairy (@steiler)
- a548d18: Merge pull request #179 from alexandernorth/feature/implement-bits (@steiler)
- f51a90f: add bit information to schema (@alexandernorth)
- c4c5ec0: bugfix: bump up goyang version to v1.6.2-2 ( <>)
- 629715c: bump sdc-protos version (@alexandernorth)
- 96d7914: take go version from go.mod instead of ENV variable (@hansthienpondt)
v0.0.30
What's Changed
- Bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.19.4 by @dependabot in #151
- Bump google.golang.org/protobuf from 1.36.2 to 1.36.5 by @dependabot in #160
- Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 by @dependabot in #159
- Bump sigs.k8s.io/controller-runtime from 0.19.4 to 0.20.1 by @dependabot in #157
- Feature: Childs With Defaults by @steiler in #161
Full Changelog: v0.0.29...v0.0.30
v0.0.29
What's Changed
- update goreleaser nightlies and remove registry by @hansthienpondt in #144
- Bump google.golang.org/grpc from 1.68.1 to 1.69.0 by @dependabot in #143
- remove schemac -- favor sdctl from dockerfile by @hansthienpondt in #145
- Dedup SortModules with deprioritization by @steiler in #146
- Bump google.golang.org/grpc from 1.69.0 to 1.69.2 by @dependabot in #148
- LeafRef populate new OptionalInstance field by @steiler in #150
Full Changelog: v0.0.28...v0.0.29
v0.0.28
Changelog
- 7564db4: Bump github.com/dgraph-io/badger/v4 from 4.4.0 to 4.5.0 (@dependabot[bot])
- eee3bf2: Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 (@dependabot[bot])
- d660d8d: Bump golang.org/x/sync from 0.8.0 to 0.10.0 (@dependabot[bot])
- 736aa26: Bump google.golang.org/grpc from 1.68.0 to 1.68.1 (@dependabot[bot])
- a294d40: Bump sigs.k8s.io/controller-runtime from 0.19.1 to 0.19.3 (@dependabot[bot])
- 8d1cce0: Merge pull request #125 from sdcio/dependabot/go_modules/github.com/prometheus/client_golang-1.20.5 (@hansthienpondt)
- 453b100: Merge pull request #134 from alexandernorth/fix/refactor-getentry-and-naming (@hansthienpondt)
- d96c7f7: Merge pull request #138 from sdcio/dependabot/go_modules/github.com/dgraph-io/badger/v4-4.5.0 (@hansthienpondt)
- 91ae7e2: Merge pull request #139 from sdcio/dependabot/go_modules/sigs.k8s.io/controller-runtime-0.19.3 (@hansthienpondt)
- 765958c: Merge pull request #140 from sdcio/dependabot/go_modules/google.golang.org/grpc-1.68.1 (@hansthienpondt)
- 206e647: Merge pull request #141 from sdcio/dependabot/go_modules/golang.org/x/sync-0.10.0 (@hansthienpondt)
- ffa1807: Merge pull request #142 from sdcio/fix/modules-ordering (@hansthienpondt)
- 1983d34: add fix for GetEntry getting module (@alexandernorth)
- 3e88014: fix Module Lookup function (@alexandernorth)
- ae13333: fix error when cases do not share the name of the children and therefore fail to be looked up (@alexandernorth)
- 17ebdfa: fixing list ordering to de-prioritize conflicing paths in imported modules such as iana,ietf (@hansthienpondt)
- 34001be: get parent before performing choicecase ignores (@alexandernorth)
- c6d9237: go mod tidy (@hansthienpondt)
- f0ad41b: go mod tidy (@hansthienpondt)
- 12a0584: introduced function to lookup modules, refactored Schema.GetEntry, fix comparision logic (@alexandernorth)
- eac47f5: retain order of keys for containers (@alexandernorth)
v0.0.27
What's Changed
- Mandatory State/Config indication by @steiler in #135
- Bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in #130
- Bump github.com/dgraph-io/badger/v4 from 4.3.1 to 4.4.0 by @dependabot in #133
Full Changelog: v0.0.26...v0.0.27
v0.0.26
What's Changed
- Leafref Panic Fix by @alexandernorth in #128
- GetEntry() fix log by @steiler in #129
Full Changelog: v0.0.25...v0.0.26
v0.0.25
What's Changed
- Add Leafref target type by @steiler in #127
- Bump sigs.k8s.io/controller-runtime from 0.19.0 to 0.19.1 by @dependabot in #126
- Bump github.com/dgraph-io/badger/v4 from 4.3.0 to 4.3.1 by @dependabot in #121
Full Changelog: v0.0.24...v0.0.25