Skip to content

Commit

Permalink
chore(manifest): bumped version to 0.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <[email protected]>
  • Loading branch information
araujof committed Jun 13, 2022
1 parent a207dd5 commit 06ecbb8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [Unreleased]

## [0.4.2] - 2022-06-13

### Changed

- Bumped SysFlow version to 0.4.2

## [0.4.1] - 2022-05-26

### Changed
Expand Down Expand Up @@ -182,7 +188,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

- First release candidate of SysFlow Collector.

[Unreleased]: https://github.com/sysflow-telemetry/sf-collector/compare/0.4.1...HEAD
[Unreleased]: https://github.com/sysflow-telemetry/sf-collector/compare/0.4.2...HEAD
[0.4.2]: https://github.com/sysflow-telemetry/sf-collector/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/sysflow-telemetry/sf-collector/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sysflow-telemetry/sf-collector/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/sysflow-telemetry/sf-collector/compare/0.3.0...0.3.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Supported tags and respective `Dockerfile` links

- [`0.4.1`, `latest`](https://github.com/sysflow-telemetry/sf-collector/blob/0.4.1/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-collector/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-collector/blob/dev/Dockerfile)
- [`0.4.2`, `latest`](https://github.com/sysflow-telemetry/sf-collector/blob/0.4.2/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-collector/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-collector/blob/dev/Dockerfile)

# Quick reference

Expand All @@ -26,7 +26,7 @@
[docker hub](https://hub.docker.com/u/sysflowtelemetry) | [GHCR](https://github.com/orgs/sysflow-telemetry/packages)

- **Binary packages**:
[deb](https://github.com/sysflow-telemetry/sf-collector/releases/tag/0.4.1/sfcollector-0.4.1-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-collector/releases/tag/0.4.1/sfcollector-0.4.1-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-collector/releases/tag/0.4.1/sfcollector-0.4.1-x86_64.tar.gz)
[deb](https://github.com/sysflow-telemetry/sf-collector/releases/tag/0.4.2/sfcollector-0.4.2-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-collector/releases/tag/0.4.2/sfcollector-0.4.2-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-collector/releases/tag/0.4.2/sfcollector-0.4.2-x86_64.tar.gz)

# What is SysFlow?

Expand Down
2 changes: 1 addition & 1 deletion makefile.manifest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

SYSFLOW_VERSION?=0.4.1
SYSFLOW_VERSION?=0.4.2
SYSFLOW_BUILD_NUMBER?=1
FALCO_VERSION=7750b6f
FALCO_LIBS_VERSION=319368f1ad778691164d33d59945e00c5752cd27
Expand Down

0 comments on commit 06ecbb8

Please sign in to comment.