Skip to content

Commit 01b37cb

Browse files
committed
chore: update manifest and bump UBI version
Signed-off-by: Frederico Araujo <frederico.araujo@ibm.com>
1 parent 8f15a61 commit 01b37cb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1515
1616
## [Unreleased]
1717

18-
## [0.7.0] - 2024-08-04
18+
## [0.7.0] - 2024-12-18
1919

2020
### Added
2121

@@ -24,7 +24,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2424

2525
### Changed
2626

27-
- Bump UBI to 9.4-1123.1719560047
27+
- Bump UBI to 9.4-1214.1729773476
2828

2929
## [0.6.3] - 2024-04-22
3030

@@ -234,8 +234,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
234234

235235
- First release of SysFlow Processor.
236236

237-
[Unreleased]: https://github.com/sysflow-telemetry/sf-processor/compare/0.7.0-rc4...HEAD
238-
[0.7.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.3...0.7.0-rc4
237+
[Unreleased]: https://github.com/sysflow-telemetry/sf-processor/compare/0.7.0...HEAD
238+
[0.7.0]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.3...0.7.0
239239
[0.6.3]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.2...0.6.3
240240
[0.6.2]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.1...0.6.2
241241
[0.6.1]: https://github.com/sysflow-telemetry/sf-processor/compare/0.6.0...0.6.1

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Supported tags and respective `Dockerfile` links
88

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

1111
# Quick reference
1212

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

2828
- **Binary packages**:
29-
[deb](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0-rc4/sfprocessor-0.7.0-rc4-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0-rc4/sfprocessor-0.7.0-rc4-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0-rc4/sfprocessor-0.7.0-rc4-x86_64.tar.gz)
29+
[deb](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0/sfprocessor-0.7.0-x86_64.deb) | [rpm](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0/sfprocessor-0.7.0-x86_64.rpm) | [tgz](https://github.com/sysflow-telemetry/sf-processor/releases/tag/0.7.0/sfprocessor-0.7.0-x86_64.tar.gz)
3030

3131
# What is SysFlow?
3232

makefile.manifest.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Teryl Taylor <terylt@ibm.com>
77
#
88

9-
SYSFLOW_VERSION?=0.7.0-rc4
9+
SYSFLOW_VERSION?=0.7.0
1010
SYSFLOW_BUILD_NUMBER?=1
1111
SYSFLOW_JSON_SCHEMA_VERSION=5
1212
SYSFLOW_ECS_VERSION=8.2
13-
UBI_VERSION=9.4-1123.1719560047
13+
UBI_VERSION=9.4-1214.1729773476

0 commit comments

Comments
 (0)