diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 55c0319..06f9d87 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -22,11 +22,11 @@ jobs: - uses: actions/setup-python@v4 with: - python-version: '3.9' + python-version: "3.9" check-latest: true - name: Set up chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.1 - name: Run chart-testing (list-changed) id: list-changed @@ -46,4 +46,4 @@ jobs: - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true' - run: ct install --target-branch ${{ github.event.repository.default_branch }} \ No newline at end of file + run: ct install --target-branch ${{ github.event.repository.default_branch }} diff --git a/charts/linux-edr-sensor/CHANGELOG.md b/charts/linux-edr-sensor/CHANGELOG.md index 3b686c4..eb3a1ff 100644 --- a/charts/linux-edr-sensor/CHANGELOG.md +++ b/charts/linux-edr-sensor/CHANGELOG.md @@ -4,6 +4,12 @@ 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.3] - 2023-11-13 + +### Changed +- Updated `appVersion` to the `1.6.0-21823` docker tag for the sensor image +- Updated the chart-testing action to `2.6.1` + ## [0.1.2] - 2023-09-06 ### Changed diff --git a/charts/linux-edr-sensor/Chart.yaml b/charts/linux-edr-sensor/Chart.yaml index a736215..50c57ac 100644 --- a/charts/linux-edr-sensor/Chart.yaml +++ b/charts/linux-edr-sensor/Chart.yaml @@ -7,10 +7,10 @@ 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.2 +version: 0.1.3 # This is the version number of the sensor being deployed by the chart. -appVersion: "1.5.4-21043" +appVersion: "1.6.0-21823" keywords: - redcanary