Skip to content

Commit

Permalink
Update the foundation-sdk maturity statement to "public preview"
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phoen committed Jun 25, 2024
1 parent 4cafe2d commit 2b6dde9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 54 deletions.
24 changes: 6 additions & 18 deletions package_templates/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,24 +362,12 @@ func main() {

## Maturity

> [!WARNING]
> The code in this repository should be considered experimental. Documentation is only
available alongside the code. It comes with no support, but we are keen to receive
feedback and suggestions on how to improve it, though we cannot commit
to resolution of any particular issue.

Grafana Labs defines experimental features as follows:

> Projects and features in the Experimental stage are supported only by the Engineering
teams; on-call support is not available. Documentation is either limited or not provided
outside of code comments. No SLA is provided.
>
> Experimental projects or features are primarily intended for open source engineers who
want to participate in ensuring systems stability, and to gain consensus and approval
for open source governance projects.
>
> Projects and features in the Experimental phase are not meant to be used in production
environments, and the risks are unknown/high.
The code in this repository should be considered as "public preview" and is actively developed and maintained by Engineering teams at Grafana.

While this repository is stable enough to be used in production environments, occasional breaking changes can be expected.

> [!NOTE]
> Bugs and issues are handled solely by Engineering teams. On-call support or SLAs are not available.
## License

Expand Down
24 changes: 6 additions & 18 deletions package_templates/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,24 +294,12 @@ if __name__ == '__main__':

## Maturity

> [!WARNING]
> The code in this repository should be considered experimental. Documentation is only
available alongside the code. It comes with no support, but we are keen to receive
feedback and suggestions on how to improve it, though we cannot commit
to resolution of any particular issue.

Grafana Labs defines experimental features as follows:

> Projects and features in the Experimental stage are supported only by the Engineering
teams; on-call support is not available. Documentation is either limited or not provided
outside of code comments. No SLA is provided.
>
> Experimental projects or features are primarily intended for open source engineers who
want to participate in ensuring systems stability, and to gain consensus and approval
for open source governance projects.
>
> Projects and features in the Experimental phase are not meant to be used in production
environments, and the risks are unknown/high.
The code in this repository should be considered as "public preview" and is actively developed and maintained by Engineering teams at Grafana.

While this repository is stable enough to be used in production environments, occasional breaking changes can be expected.

> [!NOTE]
> Bugs and issues are handled solely by Engineering teams. On-call support or SLAs are not available.
## License

Expand Down
24 changes: 6 additions & 18 deletions package_templates/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,24 +185,12 @@ console.log(JSON.stringify(builder.build(), null, 2));

## Maturity

> [!WARNING]
> The code in this repository should be considered experimental. Documentation is only
available alongside the code. It comes with no support, but we are keen to receive
feedback and suggestions on how to improve it, though we cannot commit
to resolution of any particular issue.

Grafana Labs defines experimental features as follows:

> Projects and features in the Experimental stage are supported only by the Engineering
teams; on-call support is not available. Documentation is either limited or not provided
outside of code comments. No SLA is provided.
>
> Experimental projects or features are primarily intended for open source engineers who
want to participate in ensuring systems stability, and to gain consensus and approval
for open source governance projects.
>
> Projects and features in the Experimental phase are not meant to be used in production
environments, and the risks are unknown/high.
The code in this repository should be considered as "public preview" and is actively developed and maintained by Engineering teams at Grafana.

While this repository is stable enough to be used in production environments, occasional breaking changes can be expected.

> [!NOTE]
> Bugs and issues are handled solely by Engineering teams. On-call support or SLAs are not available.
## License

Expand Down

0 comments on commit 2b6dde9

Please sign in to comment.