Traefik Mesh Version Support?
leecalcote opened this issue · 1 comments
leecalcote commented
Current Behavior
When running this adapter (make run
), log output says that components for version 2.5.6 is completed. However, this version doesn't appear to be valid.
Screenshots/Logs
Adapter Output
➜ meshery-traefik-mesh git:(master) ✗ make run
DEBUG=true go run main.go
INFO[2022-01-24T20:08:12-06:00] Adaptor Listening at port: 10006 app=traefik-mesh-adapter
INFO[2022-01-24T20:08:12-06:00] Components available statically for version 2.5.6. Skipping dynamic component registeration app=traefik-mesh-adapter
Traefik Mesh Releases:
$ curl https://api.github.com/repos/traefik/mesh/releases\?per_page | grep tag_name
"tag_name": "v1.4.5",
"tag_name": "v1.4.4",
"tag_name": "v1.4.1",
"tag_name": "v1.4.0",
"tag_name": "v1.4.0-rc1",
"tag_name": "v1.3.2",
"tag_name": "v1.3.1",
"tag_name": "v1.3.0",
"tag_name": "v1.2.0",
"tag_name": "v1.1.0",
"tag_name": "v1.1.0-rc2",
"tag_name": "v1.1.0-rc1",
"tag_name": "v1.0.0",
"tag_name": "v0.8.0",
"tag_name": "v0.7.0",
"tag_name": "v0.6.0",
"tag_name": "v0.5.0",
"tag_name": "v0.4.0",
"tag_name": "v0.3.0",
"tag_name": "v0.2.1",
"tag_name": "v0.2.0",
"tag_name": "v0.1.0",
Contributor Guides and Resources
- 🛠 Meshery Build & Release Strategy
- 📚 Instructions for contributing to documentation
- 🎨 Wireframes and designs for Meshery UI in Figma
- 🙋🏾🙋🏼 Questions: Layer5 Discussion Forum and Layer5 Community Slack
leecalcote commented
@Revolyssup or @Aisuko something that you can investigate?