Source Plugins
Official
Documentation, configuration and available tables for every plugin are available in the relevant GitHub repository.
Official source plugins follow release stages.
Name | Latest Version | Changelog | Tables | Stage |
---|---|---|---|---|
AWS | v9.0.1 | Changelog | Tables | GA |
Azure | v3.0.0 | Changelog | Tables | GA |
Cloudflare | v2.3.3 | Changelog | Tables | Preview |
Datadog | v1.0.4 | Changelog | Tables | Preview |
DigitalOcean | v4.0.1 | Changelog | Tables | GA |
Fastly | v1.0.0 | Changelog | Tables | Preview |
Gandi | v1.1.3 | Changelog | Tables | Preview |
GCP | v5.3.1 | Changelog | Tables | GA |
GitHub | v1.4.2 | Changelog | Tables | GA |
GitLab | v1.0.1 | Changelog | Tables | Preview |
Heroku | v3.1.3 | Changelog | Tables | Preview |
k8s | v2.5.3 | Changelog | Tables | Preview |
Okta | v2.0.1 | Changelog | Tables | Preview |
PagerDuty | v1.1.1 | Changelog | Tables | Preview |
Salesforce | v1.0.0 | Changelog | Tables | Preview |
Slack | v1.0.1 | Changelog | Tables | Preview |
Snyk | v1.0.0 | Changelog | Tables | Preview |
Tailscale | v1.0.2 | Changelog | Tables | Preview |
Terraform | v1.3.3 | Changelog | Tables | Preview |
Vercel | v1.0.2 | Changelog | Tables | Preview |
Community
Name |
---|
Yandex |
Source Plugin Release Stages
Official source plugins go through two release stages: Preview, and GA.
Both Preview and GA plugins follow semantic versioning. The main differences between the two stages are:
- Preview plugins are still experimental and may have frequent breaking changes.
- Preview plugins might get deprecated due to lack of usage.
- Long Term Support with community Discord and bug fixes is only guaranteed for GA plugins.
Semantic Versioning
For version Major.Minor.Patch
:
Major
is incremented when there are breaking changes (e.g. breaking configuration spec structure, column type changes).Minor
is incremented when we add features in a backwards compatible way.Patch
is incremented when we fix bugs in a backwards compatible way.