Releases: Azure/fleet-networking
Releases · Azure/fleet-networking
v0.3.6
What's Changed
- chore: bump docker/login-action from 3.3.0 to 3.4.0 by @dependabot in #278
- fix: bump golang.org/x/net from 0.33.0 to 0.36.0 by @zhiying-lin in #277
- fix: bump go version to fix cve by @zhiying-lin in #279
- fix: update the go version in member agent by @zhiying-lin in #280
- fix: fix the export condition by @zhiying-lin in #274
- fix: build the azure profile request based on the current one by @zhiying-lin in #273
- docs: add concept doc by @zhiying-lin in #282
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- test: add the follow up tests and minor fix by @ryanzhang-oss in #270
- feat: populate the resourceID of profile status by @zhiying-lin in #260
- refactor: expose the export annotation util by @zhiying-lin in #271
- chore: upgrade fleet version by @zhiying-lin in #272
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- fix: fix the broken it by @zhiying-lin in #266
- docs: update atm docs by @zhiying-lin in #268
- docs: use the v1beta1 ATM APIs by @zhiying-lin in #269
- test: fix the timeout for tests by @zhiying-lin in #267
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- feat: support weight 0 serviceExport by @zhiying-lin in #261
- fix: retry when getting 4xx error by @zhiying-lin in #263
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- fix: turn on the atm feature by default in member agent by @zhiying-lin in #265
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- feat: move atm to v1beta1 by @zhiying-lin in #244
- chore: use the mcr image to avoid too many requests error by @zhiying-lin in #245
- feat: support weight 0 for the trafficManagerBackend by @zhiying-lin in #246
- interface: use the annotation to support serviceExport weight by @zhiying-lin in #247
- interface: fix the internalServiceExport field name by @zhiying-lin in #248
- interface: add a weight field to internalServiceExport by @zhiying-lin in #249
- feat: add the resource group name to the TrafficManagerProfile spec by @ryanzhang-oss in #252
- feat: compute backend weight from serviceExport annotation by @ryanzhang-oss in #253
- feat: support resource group in the trafficManagerProfile by @zhiying-lin in #257
- fix: bump go version to fix CVEs by @britaniar in #259
- feat: turn on the traffic manager feature by default by @zhiying-lin in #258
- fix: fix the mcr push pipeline by @zhiying-lin in #264
New Contributors
- @britaniar made their first contribution in #259
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat: add atm feature flag by @zhiying-lin in #204
- feat: add traffic manager backend controller to handle delete by @zhiying-lin in #203
- fix: check the right error when deleting endpoint by @zhiying-lin in #206
- feat: handle invalid profile when handling backend update by @zhiying-lin in #207
- feat: add cloud config support in hub-net-controller-manager by @jwtty in #205
- feat: validate atm profile when handling backend update by @zhiying-lin in #208
- feat: add cloudconfig helm chart change to member-net-controller-manager by @jwtty in #209
- feat: validate service import when handling backend update by @zhiying-lin in #210
- feat: validate exported services when handling backend update by @zhiying-lin in #211
- chore: fix trivy pipeline by pulling trivy image from mcr by @jwtty in #213
- docs: add trafficManagerProfile and trafficManagerBackend examples by @jwtty in #214
- feat: Add profilesClient, EndpointClient, and pipClient by @jwtty in #212
- fix: fix the serviceExport integrationt test by @zhiying-lin in #217
- feat: update atm endpoints when handling trafficmanagerbackend by @zhiying-lin in #216
- chore: bump codecov/codecov-action from 4 to 5 by @dependabot in #219
- fix: fix the atm feature related bugs by @zhiying-lin in #220
- docs: add application migration tutorials by @zhiying-lin in #222
- fix: requeue the request when the dns is not assigned by @zhiying-lin in #225
- chore: bump thehanimo/pr-title-checker from 1.4.2 to 1.4.3 by @dependabot in #224
- docs: add tutorial to build a multi-cluster application by @zhiying-lin in #223
- test: setup e2e tests env for atm feature by @zhiying-lin in #227
- docs: fix typos by @zhiying-lin in #228
- docs: update the applicationMigration doc using override delete feature by @zhiying-lin in #229
- test: add atm e2e tests by @zhiying-lin in #231
- chore: bump golang.org/x/crypto from 0.28.0 to 0.31.0 by @dependabot in #232
- fix: bump golang.org/x/net to v0.33.0 to mitigate CVE-2024-45338 by @zhiying-lin in #234
- fix: set the default ttl to 60s by @zhiying-lin in #235
- test: add more traffic manager e2e tests by @zhiying-lin in #239
- interface: update traffic manager APIs to support splitting weight behind serviceImport by @zhiying-lin in #233
- fix: fix the main branch by @zhiying-lin in #242
- feat: add kubebuilders validations for name length to be <= 63 by @jamyct in #218
- style: rename v1alpha1 to fleetnetv1alpha1 for better readability by @jamyct in #243
- test: add more atm e2e tests by @zhiying-lin in #240
New Contributors
Full Changelog: v0.2.12...v0.3.0
v0.2.12
What's Changed
- chore: Update README.md by @sjwaight in #201
- feat: update export controller by @zhiying-lin in #199
- fix: remove error log for non-deleting MC and add v1beta1 API flag by @Arvindthiru in #202
New Contributors
Full Changelog: v0.2.11...v0.2.12
v0.2.11
What's Changed
- feat: add trafficManagerProfile controller by @zhiying-lin in #193
- fix: Enable v1beta1 MC controller when v1beta1 API exists by @Arvindthiru in #200
Full Changelog: v0.2.10...v0.2.11
v0.2.10
What's Changed
- fix: minor chart changes to install agent in upstream cluster by @Arvindthiru in #186
- docs: add script to allow users to join upstream clusters to fleet hub by @Arvindthiru in #187
- test: update the e2e test to use v1beta1 imc by @zhiying-lin in #188
- docs: add validation to join script by @Arvindthiru in #189
- docs: fix image tag validation in script by @Arvindthiru in #190
- interface: define traffic manager apis by @zhiying-lin in #191
- interface: add the default value for profile api by @zhiying-lin in #194
- chore: bump go version to 1.22.7 to fix cve by @zhiying-lin in #195
- chore: bump codecov/codecov-action from 3 to 4 by @dependabot in #178
- chore: bump azure/login from 1 to 2 by @dependabot in #173
- chore: bump docker/login-action from 3.1.0 to 3.3.0 by @dependabot in #185
- feat: create defaulter func for trafficManagerProfile by @zhiying-lin in #196
- fix: fix the crd and defaulter by @zhiying-lin in #197
- feat: handle MC force delete by @Arvindthiru in #192
New Contributors
- @Arvindthiru made their first contribution in #186
Full Changelog: v0.2.9...v0.2.10