Skip to content

Commit

Permalink
Update docker tag of ledr sensor to current version 1.6.0-21823 (#6)
Browse files Browse the repository at this point in the history
* Update docker tag of ledr sensor to current version 1.6.0-21823

Signed-off-by: Vince Bundage <[email protected]>

* Bump chart-testing action to 2.6.1

Signed-off-by: Vince Bundage <[email protected]>

* Add to changelog

Signed-off-by: Vince Bundage <[email protected]>

---------

Signed-off-by: Vince Bundage <[email protected]>
  • Loading branch information
rc-vbundage authored Nov 14, 2023
1 parent 3dfcff9 commit b53a163
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
run: ct install --target-branch ${{ github.event.repository.default_branch }}
6 changes: 6 additions & 0 deletions charts/linux-edr-sensor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/linux-edr-sensor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b53a163

Please sign in to comment.