Releases: meshery/meshsync
MeshSync v1.0.0
What's New
General
- [performance] apply gemini suggestion for slice realocation @n2h9 (#530)
- [deps] ugrade dependencies to kubernetes v0.35.0, apply copilot code changes for incompatibility fix @n2h9 (#527)
- [golangci-lint] fix: 4 staticcheck errors @n2h9 (#529)
- fix: disable ST1005 from meshsync @YASHMAHAKAL (#525)
- Add integration test coverage where meshsync handles ReSync request a… @CodexRaunak (#493)
- Fix all linting issues @CodexRaunak (#517)
- Fix golangci-lint configuration schema validation errors @copilot-swe-agent[bot] (#509)
- [WIP] Fix k8s.io/client-go compatibility issue @copilot-swe-agent[bot] (#511)
- chore: go1.25 @ritzorama (#506)
- [CI] Add version field to golangci-lint configuration @copilot-swe-agent[bot] (#501)
- Reduce cyclomatic complexity by refactoring large functions into smaller ones @CodexRaunak (#497)
- Reduce cyclomatic complexity and clean up in integration tests @CodexRaunak (#487)
🧰 Maintenance
- build(deps): bump k8s.io/kubectl from 0.35.0 to 0.35.2 @dependabot[bot] (#536)
- build(deps): bump github.com/sirupsen/logrus from 1.9.4-0.20230606125235-dd1b4c2e81af to 1.9.4 @dependabot[bot] (#535)
- build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 @dependabot[bot] (#534)
- build(deps): bump github.com/meshery/meshkit from 0.8.59 to 0.8.64 @dependabot[bot] (#533)
- Added memory tool to meshsync code contributor agent @kishore08-07 (#532)
- Update Figma URL @Katotodan (#531)
- [ci] chore: run unit tests independently from linter @n2h9 (#528)
- chore: remove codecov integration @jeetburman (#526)
- build(deps): bump github.com/meshery/meshkit from 0.8.54 to 0.8.59 @dependabot[bot] (#522)
- Add Meshsync Code Contributing Agent @1012Charan (#515)
- Update Golang version to 1.25 @Kevindua26 (#513)
- fix: migrate to golangci-lint v2 and update actions to their latest versions @CodexRaunak (#516)
- Remove no-duplicate-categories setting @kishore08-07 (#504)
- Upgrade golangci-lint action to version 9 @leecalcote (#503)
- [CI] Upgrade to Go 1.25 @copilot-swe-agent[bot] (#499)
- no-duplicate-categories: true @hwpplayer1 (#495)
- build(deps): bump gorm.io/gorm from 1.31.0 to 1.31.1 @dependabot[bot] (#492)
- build(deps): bump github.com/meshery/meshkit from 0.8.44 to 0.8.52 @dependabot[bot] (#490)
- build(deps): bump k8s.io/kubectl from 0.34.1 to 0.34.2 @dependabot[bot] (#489)
- build(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.29 @dependabot[bot] (#484)
- build(deps): bump github.com/meshery/meshkit from 0.8.43 to 0.8.44 @dependabot[bot] (#483)
- build(deps): bump golang.org/x/net from 0.44.0 to 0.46.0 @dependabot[bot] (#482)
📖 Documentation
- Update Repository Overview link in README @CodexRaunak (#524)
- no-duplicate-categories: true @hwpplayer1 (#495)
Contributors
Thank you to our contributors for making this release possible:
@1012Charan, @CodexRaunak, @Copilot, @Katotodan, @Kevindua26, @YASHMAHAKAL, @alexquincy, @dependabot[bot], @hortison, @hwpplayer1, @jeetburman, @kishore08-07, @leecalcote, @n2h9, @ritzorama, @simihablo, copilot-swe-agent[bot] and dependabot[bot]
MeshSync v0.8.26
What's New
General
🧰 Maintenance
- build(deps): bump golang.org/x/net from 0.43.0 to 0.44.0 @dependabot (#480)
- build(deps): bump k8s.io/kubectl from 0.34.0 to 0.34.1 @dependabot (#479)
- build(deps): bump gorm.io/gorm from 1.30.2 to 1.31.0 @dependabot (#478)
- build(deps): bump github.com/spf13/viper from 1.20.1 to 1.21.0 @dependabot (#477)
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 @dependabot (#476)
- Update slack.yml @RanitMukherjee (#475)
- Update slack.yml @RanitMukherjee (#474)
Contributors
Thank you to our contributors for making this release possible:
@RanitMukherjee, @dependabot, @dependabot[bot], @n2h9 and @winkletinkle
MeshSync v0.8.25
What's Changed
- (ci): update actions to latest major versions (#423) w/signoff by @ritesh-karankal in #431
- build(deps): bump github.com/meshery/meshery-operator from 0.8.9 to 0.8.11 by @dependabot[bot] in #464
- build(deps): bump github.com/spf13/viper from 1.19.0 to 1.20.1 by @dependabot[bot] in #466
- build(deps): bump gorm.io/gorm from 1.30.1 to 1.30.2 by @dependabot[bot] in #467
- build(deps): bump k8s.io/kubectl from 0.33.3 to 0.34.0 by @dependabot[bot] in #468
- build(deps): bump github.com/meshery/meshkit from 0.8.38 to 0.8.41 by @dependabot[bot] in #465
- build(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 by @dependabot[bot] in #470
- [logs] chore: switch INFO to DEBUG, allow turn debug logs from env variable by @n2h9 in #469
- chore: enhance logs with caller info by @n2h9 in #471
- chore: update meshkit and one more log level by @n2h9 in #472
New Contributors
- @ritesh-karankal made their first contribution in #431
Full Changelog: v0.8.24...v0.8.25
MeshSync v0.8.24
What's New
General
- chore: resubscribe to watch crds if result channel of informer is closed @n2h9 (#461)
- feat: update references to use meshkit channel broker @HeerakKashyap (#452)
🧰 Maintenance
- Update slack.yml @RanitMukherjee (#451)
- chore: trigger integration tests on changes to go.mod go.sum, so that dependabot prs will be covered @n2h9 (#463)
- build(deps): bump helm.sh/helm/v3 from 3.18.4 to 3.18.5 @dependabot (#462)
- build(deps): bump gotest.tools/v3 from 3.4.0 to 3.5.2 @dependabot (#439)
- build(deps): bump golang.org/x/net from 0.40.0 to 0.42.0 @dependabot (#458)
- build(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.6.0 @dependabot (#457)
- build(deps): bump gorm.io/gorm from 1.25.12 to 1.30.1 @dependabot (#459)
- build(deps): bump github.com/meshery/meshery-operator from 0.8.7 to 0.8.9 @dependabot (#456)
Contributors
Thank you to our contributors for making this release possible:
@HeerakKashyap, @RanitMukherjee, @dependabot, @dependabot[bot], @n2h9, @simihablo and HeerakKashyap
MeshSync v0.8.23
What's Changed
Full Changelog: v0.8.22...v0.8.23
MeshSync v0.8.22
What's Changed
- fix: add mutex to in memory deduplicator to prevent race codition by @n2h9 in #455
- Chore simple output resources filtration by @n2h9 in #454
Full Changelog: v0.8.21...v0.8.22
MeshSync v0.8.21
What's Changed
Full Changelog: v0.8.20...v0.8.21
MeshSync v0.8.20
What's New
General
🧰 Maintenance
Contributors
Thank you to our contributors for making this release possible:
@leecalcote and @n2h9
MeshSync v0.8.19
What's New
General
- feature: meshsync as a library: allow stop execution of Run() goroutine when cancel context oassed from client code @n2h9 (#447)
Contributors
Thank you to our contributors for making this release possible:
@leecalcote and @n2h9
MeshSync v0.8.18
What's New
General
- update: Handler::WatchCRDs: update log level to Debug when event.Object is nil to prevent log pollution @n2h9 (#446)
- feature: meshsync as a library: perform crd watch only if they present in the cluster @n2h9 (#445)
- Rename design-spec.md to design-spec_meshsync-infrastructure-synchron… @leecalcote (#443)
🧰 Maintenance
- build(deps): bump helm.sh/helm/v3 from 3.17.3 to 3.18.4 @dependabot (#444)
Contributors
Thank you to our contributors for making this release possible:
@dependabot, @dependabot[bot], @leecalcote, @n2h9 and @ritzorama