Releases: sdcio/data-server
Releases · sdcio/data-server
v0.0.67
What's Changed
- Fixing delete branch by @steiler in #369
- Bump actions/checkout from 5 to 6 in the github-actions group by @dependabot[bot] in #367
- Reorg sync by @steiler in #355
- Dependabot seperate group for controller-runtime by @steiler in #374
- fix issue #363 mismatch xml values while deleting multiple key config by @francoisdeturenne in #364
- Bump the go-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #378
- migrate conversion functions by @alexandernorth in #370
- Adding Severin as code owner by @CsatariGergely in #380
- fix running plus default canDelete() function by @steiler in #386
- Bump github.com/olekukonko/tablewriter from 1.1.2 to 1.1.3 in the go-dependencies group by @dependabot[bot] in #381
- Fix Mandatory Attribute Validation by @markafarrell in #393
- Handle deviations (revertive) solely within DS by @steiler in #379
- implement the target path prefix by @steiler in #392
- remove the unused mutex from sharedEntryAttributes by @steiler in #398
- Changing to a team based codeowner management by @CsatariGergely in #399
New Contributors
- @francoisdeturenne made their first contribution in #364
- @markafarrell made their first contribution in #393
Full Changelog: v0.0.66...v0.0.67
v0.0.66
Changelog
- f3cbbe5: Merge pull request #360 from sdcio/updatenilpointer (@hansthienpondt)
- 705ae8c: Merge pull request #361 from sdcio/feature/logging-levels (@hansthienpondt)
- 362c1ef: Merge remote-tracking branch 'origin/main' into updatenilpointer (@steiler)
- 155f885: add @alexandernorth comment (@hansthienpondt)
- b3a5c39: fix another nil pointer (@steiler)
- 8e0440c: fix update.path nil pointer (@steiler)
- f9cbd0a: normalise timestamps, respect logging level cli flags, bump logger dependency, restore go version to 1.24 (@alexandernorth)
- 976e76b: print log level at boostrap (@alexandernorth)
- 808b73d: remove deviation logging per element (@steiler)
v0.0.65
What's Changed
- Validation: StatType remove StatTypeMinElements by @steiler in #345
- update CI/CD to run from github actions public runners by @hansthienpondt in #351
- fix don's skip parent by @faebr in #354
- Fix mixed key / value pairs in sdcpb.Path by @steiler in #352
- Add code of conduct, documentation license and repo description by @CsatariGergely in #356
- Migrate logging implementation by @alexandernorth in #298
- Add @alexandernorth as code owner by @alexandernorth in #357
- Remove the Path per (tree)types.Update but store a ref to the parent … by @steiler in #353
- fix entry tests by @steiler in #358
New Contributors
- @CsatariGergely made their first contribution in #356
Full Changelog: v0.0.64...v0.0.65
v0.0.64
What's Changed
- BlameConfig: Fix excluding the Deviation Intents by @steiler in #329
- Bump actions/setup-go from 5 to 6 in the github-actions group by @dependabot[bot] in #327
- Deviations: Skip reporting overruled values that are equal with highest by @steiler in #334
- TypedValue: Move ToString and Equal to sdc-protos by @steiler in #331
- Remove PathSlice by @steiler in #332
- Validation: Implement MinMaxElements by @steiler in #335
- update modules by @steiler in #339
- Performance Optimize validation stats by @steiler in #341
- Expose the default Deviation calc Frequency by @steiler in #342
Full Changelog: v0.0.63...v0.0.64
v0.0.63
Changelog
- 0579c86: Add includeExplicitDelete in GetHighestPrecedence() (@steiler)
- 5275027: BlameConfig and MarkOwnerDelete visitors (@steiler)
- 03754e4: Bump actions/checkout from 4 to 5 (@dependabot[bot])
- 2214d8d: Deviantions: deadlock... fix the fix (@steiler)
- f0de3f9: Deviations: Improve reporting ruling out additional possible race (@steiler)
- 8c8c956: Deviations: fix reporting of existing intents (@steiler)
- 0b10876: Fix GetDeviation presence containers issue (@steiler)
- 110d9ad: Merge pull request #314 from sdcio/Visitors-1 (@steiler)
- 84f2c15: Merge pull request #318 from sdcio/explicitDelete (@hansthienpondt)
- 314464f: Merge pull request #319 from sdcio/dependabot/github_actions/actions/checkout-5 (@hansthienpondt)
- 1036b6a: Merge pull request #320 from sdcio/feature/dependabot-groups (@alexandernorth)
- 04a3997: Merge remote-tracking branch 'origin/main' into explicitDelete (@steiler)
- 3283232: add explicitDeltest to the transaction for rollback (@steiler)
- d5d86e5: add groups for dependabot (@alexandernorth)
- 336e5be: add missing link to process explicit deletes via grpc (@steiler)
- af72e2f: adjust comment (@steiler)
- 189bd39: adjust visitor config (@steiler)
- ff673fb: adjustments after merge (@steiler)
- 71fc574: cleanup old explicit Deletes (@steiler)
- 4e8612a: explicitDelete calculation (@steiler)
- 7036511: fix equal and use SetDeviationValue on BlameTreeElement (@steiler)
- 244db92: fix mock accessability to package level struct (sharedEntryAttributes) (@steiler)
- e819787: fix nil pointer (@steiler)
- 381ea56: fix nil pointer on DeletePathSet (@steiler)
- 79c9108: fix unittests (@steiler)
- 713ca31: go.mod update and clean (@steiler)
- b014a23: intermediate fix (@steiler)
- c181e00: intermediate fix (@steiler)
- 2096524: introduce ExplicitDeleteVisitor (@steiler)
- d459a9c: make sure visitors satisfy the EntryVisitor interface (@steiler)
- b56d9c3: make szre deletes are not added altough there is updates in that intent (@steiler)
- 36b1fe1: ongoing (@steiler)
- 21a44ae: re-add interface functions (@steiler)
- 58353a9: remove EntryImpl (@steiler)
- 9f3d3a4: save explicitDeletes also in tree_export (@steiler)
- 15a1425: update (@steiler)
- 23d03b1: update (@steiler)
- 70e6cb7: update (@steiler)
- 9fff7ee: update (@steiler)
- 9944cd8: update (@steiler)
- c4d5d7e: update dependencies (@steiler)
v0.0.62
What's Changed
- Fixes for NETCONF key ordering and leaflists by @alexandernorth in #308
- Config diff adjustments by @steiler in #309
- Bump github.com/olekukonko/tablewriter from 1.0.7 to 1.0.9 by @dependabot[bot] in #311
- Bump github.com/prometheus/client_golang from 1.22.0 to 1.23.0 by @dependabot[bot] in #312
- Intent: introduce deviation flag by @steiler in #307
Full Changelog: v0.0.61...v0.0.62
v0.0.61
Changelog
- f878819: Bump github.com/jellydator/ttlcache/v3 from 3.3.0 to 3.4.0 (@dependabot[bot])
- cd38f87: Bump github.com/olekukonko/tablewriter from 1.0.6 to 1.0.7 (@dependabot[bot])
- 777f9de: Bump github.com/sdcio/cache from 0.0.36 to 0.0.37 (@dependabot[bot])
- 62ed699: Fixing the deletion of keys (@steiler)
- 9e517cf: Merge pull request #291 from sdcio/dependabot/go_modules/github.com/olekukonko/tablewriter-1.0.7 (@hansthienpondt)
- c1998d4: Merge pull request #295 from sdcio/dependabot/go_modules/github.com/sdcio/cache-0.0.37 (@hansthienpondt)
- 9dac47e: Merge pull request #299 from sdcio/dependabot/go_modules/github.com/jellydator/ttlcache/v3-3.4.0 (@hansthienpondt)
- b277a08: Merge pull request #300 from sdcio/FixKeyDeletionIssue (@hansthienpondt)
- 2385800: Merge pull request #301 from alexandernorth/fix/patterns-including-metacharacters (@hansthienpondt)
- ce0d52b: Merge pull request #302 from alexandernorth/feature/implement-bits (@hansthienpondt)
- e4c4dfd: add tests for ConvertBits (@alexandernorth)
- 2465d30: bump sdc modules (@alexandernorth)
- fb1b41d: escape non-metacharacters (XML spec) (@alexandernorth)
- 8f609b6: handle caret properly and add test cases (@alexandernorth)
- f75e1a0: implement conversion of bit type (@alexandernorth)
v0.0.60
Changelog
- eccdae9: BlameConfig add DeviationValue (@steiler)
- 830e789: Fix Validator Config (@steiler)
- d60d91d: Implements BlameConfig(...) (@steiler)
- 1e6f457: Merge pull request #280 from sdcio/StreamlineDeleteEntyImpl (@hansthienpondt)
- 1dc332e: Merge pull request #281 from sdcio/cleanupGnmi (@steiler)
- ddf40a0: Merge pull request #283 from sdcio/dropOutdatedCmdJsons (@steiler)
- 4d3b6b5: Merge pull request #284 from sdcio/blameConfig (@hansthienpondt)
- 4fd1fdf: Merge pull request #290 from sdcio/remoteSchemaChangeToInterface (@steiler)
- be2f35f: Merge pull request #294 from sdcio/fixValidatorConfig (@hansthienpondt)
- 9fa8e33: Merge pull request #296 from sdcio/fix-ci-gomod (@steiler)
- cf6a601: Merge pull request #297 from alexandernorth/fix/logging-and-getconfig-convert (@steiler)
- 90804f3: Remote Schema Client change grpc connection to interface type (@steiler)
- 3de2e53: Remove duplication: GNMI deletes (@steiler)
- ce950fc: add NewValidationConfig() func, initiate DisabledValidators when not defined -- as discussed by @steiler (@hansthienpondt)
- 2ca706b: add info to log message (@alexandernorth)
- cd6abb7: add more info to log message (@alexandernorth)
- 6d428c2: add more info to log message (@alexandernorth)
- ff42827: add type info to mocked schema (@alexandernorth)
- ae075e5: blame - add support for json format to datactl (@steiler)
- c0e99e5: deepcopy validation struct for inital datastore (@alexandernorth)
- 2aae368: detail log message (@alexandernorth)
- 61a7ee1: drop outdated cmd config resources (@steiler)
- 3a44c38: fix error report of type conversion (@alexandernorth)
- e738225: fix identityref conversion (@alexandernorth)
- 5f1e193: fix sorting of keys, implement better handling of identityref (@alexandernorth)
- 87a396f: glisten to validation configuration, fix uint conversion (@alexandernorth)
- a924725: merge main (@hansthienpondt)
- bd10260: remove additionsl pathslice attribute, calculate it from sdcpb.path (@steiler)
- 4de1c5a: sort schemaKeys to match tree internal representation (@alexandernorth)
- cb4c2b8: take go version from go.mod instead of ENV variable (@hansthienpondt)
- b0b9bed: typos (@alexandernorth)
- 78245de: update field name (@steiler)
- 9c8f645: update sdc-proto reference (@steiler)
- 3c5a47f: use .ToString() (@alexandernorth)
v0.0.59
v0.0.58
What's Changed
- Bump webfactory/ssh-agent from 0.9.0 to 0.9.1 by @dependabot in #260
- Bump github.com/prometheus/client_golang from 1.20.5 to 1.22.0 by @dependabot in #267
- Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #251
- Bump golang.org/x/sync from 0.10.0 to 0.13.0 by @dependabot in #264
- Bump sigs.k8s.io/controller-runtime from 0.20.1 to 0.20.4 by @dependabot in #261
- Bump github.com/openconfig/gnmic/pkg/api from 0.1.8 to 0.1.9 by @dependabot in #248
- Bump go.uber.org/mock from 0.5.0 to 0.5.2 by @dependabot in #279
- Bump github.com/beevik/etree from 1.5.0 to 1.5.1 by @dependabot in #276
- Bump google.golang.org/grpc from 1.71.1 to 1.72.1 by @dependabot in #278
- Bump github.com/olekukonko/tablewriter from 0.0.5 to 1.0.6 by @dependabot in #277
- Fixing breaking changes introduced by tabewriter by @steiler in #282
- Additional Unittests by @steiler in #274
- bump goyang to v1.6.2-1 by @steiler in #288
Full Changelog: v0.0.57...v0.0.58