docs: Update FAQ around release dates (#13751)

This commit is contained in:
Joshua Powers 2023-08-14 02:41:04 -06:00 committed by GitHub
parent 7e6b98226e
commit f02cd3c94a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 2 deletions

View File

@ -1,13 +1,22 @@
# Frequently Asked Questions # Frequently Asked Questions
## When will my PR or fix get released? ## When is the next release? When will my PR or fix get released?
Telegraf has four minor releases a year in March, June, September, and Telegraf has four minor releases a year in March, June, September, and
December. In between each of those minor releases, there are 2-4 bug fix December. In between each of those minor releases, there are 2-4 bug fix
releases that happen every 3 weeks. releases that happen every 3 weeks.
This [Google Calendar][] is kept up to date for upcoming releases dates.
Additionally, users can look at the [GitHub milestones][] for the next minor
and bug fix release.
PRs that resolves issues are released in the next release. PRs that introduce PRs that resolves issues are released in the next release. PRs that introduce
new features are held for the next minor release. new features are held for the next minor release. Users can view what
[GitHub milestones][] a PR belongs to to determine the release it will go out
with.
[Google Calendar]: https://calendar.google.com/calendar/embed?src=c_1ikq7u4f5c4o6mh9ep4duo3avk%40group.calendar.google.com
[GitHub milestones]: https://github.com/influxdata/telegraf/milestones
## How can I filter or select specific metrics? ## How can I filter or select specific metrics?