Releases: aeraki-mesh/aeraki
Releases Β· aeraki-mesh/aeraki
1.4.1
What's Changed
- replace io/ioutil to os/io in golang 1.19 by @tanjunchen in #357
- Bump golang.org/x/net from 0.0.0-20211020060615-d418f374d309 to 0.7.0 by @dependabot in #358
- Bump github.com/lestrrat-go/jwx from 1.2.0 to 1.2.26 by @dependabot in #361
- Bump github.com/opencontainers/runc from 1.0.2 to 1.1.5 by @dependabot in #360
- replace map[string]string with sync.Map by @xichengliudui in #363
- Remove dubbo and thrift e2e tests by @zhaohuabing in #367
- fix: tests run twice when submitting a PR by @zhaohuabing in #368
- Refactory: move api and client-go to standalone repos by @zhaohuabing in #366
- remove unused file by @tanjunchen in #370
- add Steering Committee definition to project governace by @zhaohuabing in #374
- Governance:request to join steering committee - alauda.io by @huanghuangzym in #375
- Governance:request to join steering committee - www.zhipin.com by @Sad-polar-bear in #376
- clean go package import by @tanjunchen in #379
- Remove mediator with CNCF Code of Conduct Committee by @zhaohuabing in #380
- Upgrade istio dependencies to 1.18.1 by @zhaohuabing in #385
New Contributors
- @dependabot made their first contribution in #358
- @xichengliudui made their first contribution in #363
Full Changelog: 1.3.0...1.4.1
1.4.0
What's Changed
- replace io/ioutil to os/io in golang 1.19 by @tanjunchen in #357
- Bump golang.org/x/net from 0.0.0-20211020060615-d418f374d309 to 0.7.0 by @dependabot in #358
- Bump github.com/lestrrat-go/jwx from 1.2.0 to 1.2.26 by @dependabot in #361
- Bump github.com/opencontainers/runc from 1.0.2 to 1.1.5 by @dependabot in #360
- replace map[string]string with sync.Map by @xichengliudui in #363
- Remove dubbo and thrift e2e tests by @zhaohuabing in #367
- fix: tests run twice when submitting a PR by @zhaohuabing in #368
- Refactory: move api and client-go to standalone repos by @zhaohuabing in #366
- remove unused file by @tanjunchen in #370
- add Steering Committee definition to project governace by @zhaohuabing in #374
- Governance:request to join steering committee - alauda.io by @huanghuangzym in #375
- Governance:request to join steering committee - www.zhipin.com by @Sad-polar-bear in #376
- clean go package import by @tanjunchen in #379
- Remove mediator with CNCF Code of Conduct Committee by @zhaohuabing in #380
- Upgrade Istio to 1.18.2 by @zhaohuabing in #369
New Contributors
- @dependabot made their first contribution in #358
- @xichengliudui made their first contribution in #363
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- Add gateways filed in crd and proto filed by @panniyuyu in #302
- support metaprotocol at gateway by @zhaohuabing in #304
- support application-level routing for dubbo #306 by @zhaohuabing in #307
- Update k8s registry references by @asa3311 in #312
- add uninstall aeraki script Signed-off-by: mark [email protected] by @mark8s in #324
- switch to github image hub by @zhaohuabing in #317
- update annotation Signed-off-by: mark [email protected] by @mark8s in #325
- Feat: Let the ingress-gateway uses the same port as the business service as a proxy for layer 7 traffic. by @panniyuyu in #318
- aeraki support specified namespace by @tanjunchen in #326
- make aeraki address configurable by @tanjunchen in #327
- Add license scan report and status by @fossabot in #329
- optimize code for aeraki by @tanjunchen in #331
- support multi-arch images by @tanjunchen in #332
- Aeraki support for multi-architecture image by @tanjunchen in #333
- remove aeraki configmap in namepace if we uninstall aeraki by @tanjunchen in #334
- use metaprotocol-generator generatorLog by @tanjunchen in #337
- fix #343 by @zhaohuabing in #344
- Feat: Automatically create vs when Aeraki is used as a gateway. by @panniyuyu in #341
- clean: go modules by @Xunzhuo in #346
- Redis demo by @zhaohuabing in #347
- add aeraki health check by @tanjunchen in #352
- fix bug for AERAKI_IS_MASTER env by @tanjunchen in #354
- upgrade aeraki to support istio 1.16.5 by @tanjunchen in #355
New Contributors
Full Changelog: 1.2.3...1.3.0
1.2.1
What's Changed
- fix docs Signed-off-by: mark [email protected] by @mark8s in #277
- mcp client should not validate the service by @panniyuyu in #279
- fix issue #266 by @panniyuyu in #281
- update istio to 1.14.5 by @zhaohuabing in #282
- add request limit by @zhaohuabing in #283
- expose pprof debug port by @zhaohuabing in #284
- fix nil pointer by @zhaohuabing in #286
- Support trpc header muation by @zhaohuabing in #287
- trpc distributed tracing by @zhaohuabing in #288
- add tracing config for tcm by @zhaohuabing in #289
- Fix validatingwebhookconfiguration by @zhaohuabing in #292
- access log by @zhaohuabing in #294
New Contributors
Full Changelog: 1.2.0...1.2.1
1.2.0
1.1.3
What's Changed
- dubbo header mutation by @zhaohuabing in #269
- fix: empty ServiceEntry WorkloadSelector cause panic by @panniyuyu in #272
- support distributed tracing by @zhaohuabing in #273
Full Changelog: 1.1.2...1.1.3
1.1.2
What's Changed
- Ensure the CNCF Code of Conduct referenced by the READEME.md by @whitefirer in #260
- fix: add .md to pass ci failed by @Xunzhuo in #262
- Fix a typo in maintainer.md by @Xunzhuo in #261
- fix code format check by @zhaohuabing in #265
- finish up traffic mirroring by @zhaohuabing in #268
New Contributors
- @whitefirer made their first contribution in #260
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- Add ValidationWebhook for MetaRouter
- Remove redundant errors on Aeraki startup
Pull requests
- Refactor serviceentry controller by @Xunzhuo in #232
- fix: mirror validation by @panniyuyu in #233
- feat: add validation webhook by @Xunzhuo in #236
- feat: create bootstrap configmap by @Xunzhuo in #237
- Consistent hash load balancing settings prioritizes dependent subsets. by @panniyuyu in #235
- refactory by @Sad-polar-bear in #238
- fix: mirror validation by @Xunzhuo in #239
- feat: add validation for global rate limit and local rate limit by @Xunzhuo in #240
- fix: Fix the bug on shell script by @pinxiong in #245
- feat(test): e2e test for rate limit by @Xunzhuo in #243
- feat(test): e2e test for rate limit (#243) by @Xunzhuo in #250
- fix for workload selector by dubbo2istio by @huanghuangzym in #248
- update brpc demo scripts by @smwyzi in #251
- Add consistent hash load balancing e2e testing by @panniyuyu in #242
- add consist hash lb e2e test to workflow by @Sad-polar-bear in #252
- update prometheus and grafana to release 1.12 by @smwyzi in #254
- ci: add golangci linter by @Xunzhuo in #255
- ci: golangci lint gocritic by @Xunzhuo in #256
- fix rate limit test by @Sad-polar-bear in #257
- fix: golangci complexity by @Xunzhuo in #258
New Contributors
- @panniyuyu made their first contribution in #233
- @pinxiong made their first contribution in #245
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- feat: upgrade istio to 1.12.7 by @Xunzhuo in #211
- Update helm chart by @nevermosby in #209
- for demo install support if istio use revision install by @huanghuangzym in #213
- Add multi-version routing test configuration: by @wen73 in #215
- remove lazyxds by @Sad-polar-bear in #216
- update README.zh-CN.md by @weixiao619 in #217
- add brpc demo by @smwyzi in #218
- feat: traffic mirroring api by @Xunzhuo in #219
- feat: traffic mirroing control plane impl by @Xunzhuo in #220
- fix: demo install script reports error #224 by @Xunzhuo in #225
- feat: support metarouter scope by @Xunzhuo in #226
- chore: update metaprotocol proxy to 1.1.0 by @Xunzhuo in #227
- change ApplicationProtocol CRD to cluster scope by @Sad-polar-bear in #230
New Contributors
- @huanghuangzym made their first contribution in #213
- @wen73 made their first contribution in #215
- @weixiao619 made their first contribution in #217
- @smwyzi made their first contribution in #218
Full Changelog: 1.0.5...1.1.0
1.0.5
What's Changed
- header mutation by @zhaohuabing in #177
- add test file for outlier detection by @zhaohuabing in #181
- Session affinity by @zhaohuabing in #185
- publish 1.0.4 by @zhaohuabing in #186
- Support short service name by @zhaohuabing in #187
- support streaming rpc by @zhaohuabing in #189
- fix helm repo by @zhaohuabing in #190
- Add Aeraki Mesh Info in Landscape by @Xunzhuo in #195
- Fix some typo by @IZUMI-Zu in #201
- Fix README typo by @nevermosby in #202
- Add Chinese README by @nevermosby in #203
- ADD Chinese version of README by @IZUMI-Zu in #204
- move lazyxds into a standalone repo by @Sad-polar-bear in #206
- docs: optimize README contents by @Xunzhuo in #207
- fix misspelling and improve README by @Sad-polar-bear in #208
New Contributors
- @IZUMI-Zu made their first contribution in #201
- @Sad-polar-bear made their first contribution in #206
Full Changelog: 1.0.3...1.0.5