Skip to content

Commit dee9faa

Browse files
committed
chore(manifest): bumped version to 0.5.0; bumped UBI version to 8.6-943.1665521450
Signed-off-by: Frederico Araujo <[email protected]>
1 parent 2f12688 commit dee9faa

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1515
1616
## [Unreleased]
1717

18+
## [0.5.0] - 2022-10-17
19+
20+
### Changed
21+
22+
- Bump UBI to 8.6-943.1665521450
23+
1824
## [0.4.4] - 2022-08-01
1925

2026
### Changed
@@ -151,8 +157,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
151157

152158
- First release candidate.
153159

154-
[Unreleased]: https://github.com/sysflow-telemetry/sf-exporter/compare/0.4.4...HEAD
155-
[0.4.4]: https://github.com/sysflow-telemetry/sf-exporter/compare/0.4.2...0.4.4
160+
[Unreleased]: https://github.com/sysflow-telemetry/sf-exporter/compare/0.5.0...HEAD
161+
[0.5.0]: https://github.com/sysflow-telemetry/sf-exporter/compare/0.4.4...0.5.0
162+
[0.4.4]: https://github.com/sysflow-telemetry/sf-exporter/compare/0.4.3...0.4.4
156163
[0.4.3]: https://github.com/sysflow-telemetry/sf-exporter/compare/0.4.2...0.4.3
157164
[0.4.2]: https://github.com/sysflow-telemetry/sf-exporter/compare/0.4.1...0.4.2
158165
[0.4.1]: https://github.com/sysflow-telemetry/sf-exporter/compare/0.4.0...0.4.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Supported tags and respective `Dockerfile` links
88

9-
- [`0.4.4`, `latest`](https://github.com/sysflow-telemetry/sf-exporter/blob/0.4.4/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-exporter/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-exporter/blob/dev/Dockerfile)
9+
- [`0.5.0`, `latest`](https://github.com/sysflow-telemetry/sf-exporter/blob/0.5.0/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-exporter/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-exporter/blob/dev/Dockerfile)
1010

1111
# Quick reference
1212

makefile.manifest.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
# Teryl Taylor <[email protected]>
77
#
88

9-
SYSFLOW_VERSION?=0.4.4
9+
SYSFLOW_VERSION?=0.5.0
1010
SYSFLOW_BUILD_NUMBER?=1
11-
UBI_VERSION=8.6-855
11+
UBI_VERSION=8.6-943.1665521450

0 commit comments

Comments
 (0)