Releases: telekom/das-schiff-network-operator
Releases · telekom/das-schiff-network-operator
v0.2.1
This is mostly a compatibility release for Ubuntu 22.04 with HWE Kernel.
What's Changed
- Fix #73 and initialize the missing logging when frr-exporter is called by @Cellebyte in #74
- Generate Bridge MAC from Underlay RMAC by @chdxD1 in #75
- Use BPF_FIB_LOOKUP_DIRECT for bpf router by @chdxD1 in #81
- Fixed matchExpressions node selector for Layer2NetworkConfiguration by @p-strusiewiczsurmacki-mobica in #78
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Added golangci-lint config and updated version by @p-strusiewiczsurmacki-mobica in #36
- Fix issues found by linter by @p-strusiewiczsurmacki-mobica in #37
- FRR Manager hotfix by @p-strusiewiczsurmacki-mobica in #44
- 🌱 Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #38
- Implement network healthcheck by @p-strusiewiczsurmacki-mobica in #35
- Fixed logging of healthcheck.go file by @Cellebyte in #48
- [feature/monitoring] Implement /metrics for the operator. by @Cellebyte in #4
- Fix Community Type to be string by @chdxD1 in #53
- Added VRFRouteConfiguration duplicate and CIDR validation by @p-strusiewiczsurmacki-mobica in #47
- Improved logging by @p-strusiewiczsurmacki-mobica in #43
- Fix neighbor route-map for IPv6 unicast by @chdxD1 in #51
- Fix Re-export of IPv6 routes in certain situations by @chdxD1 in #54
- Fix partly created L3VNIs & Reload before Reconcile by @chdxD1 in #52
- Revert "Improved logging" by @chdxD1 in #55
- 🌱 Bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in #58
- 🌱 Bump docker/build-push-action from 4.1.1 to 5.0.0 by @dependabot in #59
- 🌱 Bump actions/checkout from 3 to 4 by @dependabot in #50
- 🌱 Bump docker/metadata-action from 4.6.0 to 5.0.0 by @dependabot in #60
- Upgraded controller-runtime to v0.15.1 by @p-strusiewiczsurmacki-mobica in #40
- Fixed logging issues by @p-strusiewiczsurmacki-mobica in #56
- Wait for FRR reload to complete, restart if failed by @chdxD1 in #65
- Added separate go entrypoints for frr-monitoring and the manager by @Cellebyte in #63
- Template aggregates into MGMT VRF (aka skip template VRFs) by @chdxD1 in #67
- Actually pass Community into RouteMap for configuration by @chdxD1 in #68
- Fix Template for Community by @chdxD1 in #69
- Add Printer Columns for Layer2 and VRFs by @chdxD1 in #71
- Re-Attach/Update BPF program on existing VRF interfaces and Fix Monitoring by @chdxD1 in #70
New Contributors
- @p-strusiewiczsurmacki-mobica made their first contribution in #36
- @Cellebyte made their first contribution in #48
Full Changelog: v0.1.13...v0.2.0
v0.2.0-alpha.0
What's Changed
- Fix Community Type to be string by @chdxD1 in #53
- Added VRFRouteConfiguration duplicate and CIDR validation by @p-strusiewiczsurmacki-mobica in #47
- Improved logging by @p-strusiewiczsurmacki-mobica in #43
- Fix neighbor route-map for IPv6 unicast by @chdxD1 in #51
- Fix Re-export of IPv6 routes in certain situations by @chdxD1 in #54
- Fix partly created L3VNIs & Reload before Reconcile by @chdxD1 in #52
Full Changelog: v0.2.0-test.0...v0.2.0-alpha.0
v0.2.0-test.0 Healthcheck and Monitoring Release
What's Changed
- Added golangci-lint config and updated version by @p-strusiewiczsurmacki-mobica in #36
- Fix issues found by linter by @p-strusiewiczsurmacki-mobica in #37
- FRR Manager hotfix by @p-strusiewiczsurmacki-mobica in #44
- 🌱 Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by @dependabot in #38
- Implement network healthcheck by @p-strusiewiczsurmacki-mobica in #35
- Fixed logging of healthcheck.go file by @Cellebyte in #48
- [feature/monitoring] Implement /metrics for the operator. by @Cellebyte in #4
New Contributors
- @p-strusiewiczsurmacki-mobica made their first contribution in #36
- @Cellebyte made their first contribution in #48
Full Changelog: v0.1.13...v0.2.0-test.0
v0.1.13
What's Changed
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- Raise Linting timeout to 10 minutes by @chdxD1 in #25
- Fix L2VNI nodeSelector by @chdxD1 in #24
- Introduce periodic requeue by @chdxD1 in #23
- NOTRACK of UDP 4789 packets to VTEP IP by @chdxD1 in #26
- Introduce Central Reconciler by @chdxD1 in #27
- Re-execute debounce when called during execution by @chdxD1 in #28
- Add addresses with delay due to FRR bug by @chdxD1 in #29
Full Changelog: v0.1.11...v0.1.12
v0.1.12-rc.2
Merge pull request #29 from telekom/fix-frr-delay Add addresses with delay due to FRR bug
v0.1.12-rc.1
Merge pull request #28 from telekom/fix-debounce Re-execute debounce when called during execution
v0.1.12-rc.0
Merge pull request #27 from telekom/feature/central-reconciler Introduce Central Reconciler
v0.1.11: First GH Actions Release 🥳
What's Changed
- L2VNIs and various L3VNI fixes from version 0.1.x by @chdxD1 in #8
- Add GitHub actions by @chdxD1 in #9
- Fix GH Actions, Bump Prometheus by @chdxD1 in #18
- Add missing packages to GH Actions by @chdxD1 in #19
- Fix missing apt-get update by @chdxD1 in #20
- Fix missing sudoo by @chdxD1 in #21
- Add PR Workflow by @chdxD1 in #22
- 🌱 Bump docker/login-action from 2.0.0 to 2.2.0 by @dependabot in #12
- 🌱 Bump docker/metadata-action from 4.4.0 to 4.6.0 by @dependabot in #10
- 🌱 Bump docker/build-push-action from 4.0.0 to 4.1.1 by @dependabot in #11
Full Changelog: https://github.com/telekom/das-schiff-network-operator/commits/v0.1.11