Skip to content

Commit

Permalink
[LE-1088] Remove pre-release disclaimer from README (#8)
Browse files Browse the repository at this point in the history
* helmREADME-GA

remove pre-release disclaimer from top of README

* Update README.md.gotmpl

* Update Chart.yaml

incrementing version for GA update

* Update CHANGELOG.md

changelog update
  • Loading branch information
RC-AllieBarnes authored Mar 14, 2024
1 parent d344943 commit 1b28905
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 31 deletions.
3 changes: 3 additions & 0 deletions charts/linux-edr-sensor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.

The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.5] - 2024-03-14
- Updated README to remove pre-release disclaimer.

## [0.1.4] - 2024-02-12

### Changed
Expand Down
2 changes: 1 addition & 1 deletion charts/linux-edr-sensor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.4
version: 0.1.5

# This is the version number of the sensor being deployed by the chart.
appVersion: "1.7.2-22699"
Expand Down
16 changes: 1 addition & 15 deletions charts/linux-edr-sensor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@

A Helm chart for deploying the Red Canary Linux EDR Sensor to Kubernetes

<table><td><h3>Disclaimer: Pre-release Helm Chart</h3>

Please be advised that the Helm chart provided here is currently in a pre-release state and has not yet reached general availability (GA). While we have taken great care to ensure its functionality and reliability, it may still undergo changes and improvements before the final GA version is released.

We encourage you to use this pre-release version for testing and evaluation purposes. However, it is not recommended for production environments or critical workloads at this stage. Keep in mind that features, configuration options, and other aspects of the chart may evolve before the GA release.

Your feedback and insights are invaluable to us as we work towards refining and enhancing the Helm chart. Feel free to report any issues, suggestions, or observations you encounter during your testing. We greatly appreciate your understanding and support as we strive to deliver a robust and feature-rich chart for your use.

Thank you for your interest in our project and for participating in its development journey.

Sincerely,<br>
The Red Canary Team
</td></table><br>

Our unique lightweight agent was designed to silently collect telemetry data while minimizing any possible performance impact. Red Canary [Linux EDR](https://redcanary.com/products/linux-edr/) and MDR extends Managed Detection and Response to your entire on-prem and cloud Linux infrastructure with deep Linux threat detection expertise and experience.

## System requirements for the Linux EDR sensor
Expand Down Expand Up @@ -167,4 +153,4 @@ Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/
To regenerate this document, from the root of this chart directory run:
```shell
docker run --rm --volume "$(pwd):/helm-docs" -u "$(id -u)" jnorwood/helm-docs:v1.11.0
```
```
16 changes: 1 addition & 15 deletions charts/linux-edr-sensor/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@

{{ template "chart.description" . }}

<table><td><h3>Disclaimer: Pre-release Helm Chart</h3>

Please be advised that the Helm chart provided here is currently in a pre-release state and has not yet reached general availability (GA). While we have taken great care to ensure its functionality and reliability, it may still undergo changes and improvements before the final GA version is released.

We encourage you to use this pre-release version for testing and evaluation purposes. However, it is not recommended for production environments or critical workloads at this stage. Keep in mind that features, configuration options, and other aspects of the chart may evolve before the GA release.

Your feedback and insights are invaluable to us as we work towards refining and enhancing the Helm chart. Feel free to report any issues, suggestions, or observations you encounter during your testing. We greatly appreciate your understanding and support as we strive to deliver a robust and feature-rich chart for your use.

Thank you for your interest in our project and for participating in its development journey.

Sincerely,<br>
The Red Canary Team
</td></table><br>

Our unique lightweight agent was designed to silently collect telemetry data while minimizing any possible performance impact. Red Canary [Linux EDR](https://redcanary.com/products/linux-edr/) and MDR extends Managed Detection and Response to your entire on-prem and cloud Linux infrastructure with deep Linux threat detection expertise and experience.

## System requirements for the Linux EDR sensor
Expand Down Expand Up @@ -152,4 +138,4 @@ Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/
To regenerate this document, from the root of this chart directory run:
```shell
docker run --rm --volume "$(pwd):/helm-docs" -u "$(id -u)" jnorwood/helm-docs:v1.11.0
```
```

0 comments on commit 1b28905

Please sign in to comment.