Skip to content

Commit e73eaf7

Browse files
committed
chore(manifest): fix merge conflicts, update version to 0.5.0
Signed-off-by: Frederico Araujo <[email protected]>
2 parents 18c9c11 + f4451b0 commit e73eaf7

File tree

5 files changed

+49
-8
lines changed

5 files changed

+49
-8
lines changed

CHANGELOG.md

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

18-
## [0.5.0] - 2022-07-31
18+
## [0.5.0] - 2022-10-17
1919

2020
### Added
2121

2222
- Add k8s pod and event object support to sysflow spec and APIs
2323
- Add enumeration of sysflow types in C++ API.
2424

25+
### Changed
26+
27+
- Bump UBI to 8.6-941
28+
29+
## [0.4.4] - 2022-08-01
30+
31+
### Changed
32+
33+
- Bump UBI to 8.6-855
34+
35+
## [0.4.3] - 2022-08-01
36+
37+
### Changed
38+
39+
- Bumped SysFlow version to 0.4.4
40+
2541
## [0.4.3] - 2022-06-21
2642

2743
### Changed
@@ -180,8 +196,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
180196

181197
- First release candidate with basic set of SysFlow APIs (C++ and Python).
182198

183-
[Unreleased]: https://github.com/sysflow-telemetry/sf-apis/compare/0.5.0-rc1...HEAD
184-
[0.5.0]: https://github.com/sysflow-telemetry/sf-apis/compare/0.4.3...0.5.0-rc1
199+
[Unreleased]: https://github.com/sysflow-telemetry/sf-apis/compare/0.5.0...HEAD
200+
[0.5.0]: https://github.com/sysflow-telemetry/sf-apis/compare/0.4.4...0.5.0
201+
[0.4.4]: https://github.com/sysflow-telemetry/sf-apis/compare/0.4.3...0.4.4
185202
[0.4.3]: https://github.com/sysflow-telemetry/sf-apis/compare/0.4.2...0.4.3
186203
[0.4.2]: https://github.com/sysflow-telemetry/sf-apis/compare/0.4.1...0.4.2
187204
[0.4.1]: https://github.com/sysflow-telemetry/sf-apis/compare/0.4.0...0.4.1

Dockerfile.sysprint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1717
# See the License for the specific language governing permissions and
1818
# limitations under the License.
19-
ARG UBI_VER=8.6-751
19+
ARG UBI_VER=8.6-941
2020
FROM registry.access.redhat.com/ubi8/ubi-minimal:${UBI_VER}
2121

2222
# Build args

LICENSE.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
```
1+
22
Apache License
33
Version 2.0, January 2004
44
http://www.apache.org/licenses/
@@ -175,4 +175,28 @@
175175
of your accepting any such warranty or additional liability.
176176

177177
END OF TERMS AND CONDITIONS
178-
```
178+
179+
APPENDIX: How to apply the Apache License to your work.
180+
181+
To apply the Apache License to your work, attach the following
182+
boilerplate notice, with the fields enclosed by brackets "[]"
183+
replaced with your own identifying information. (Don't include
184+
the brackets!) The text should be enclosed in the appropriate
185+
comment syntax for the file format. We also recommend that a
186+
file or class name and description of purpose be included on the
187+
same "printed page" as the copyright notice for easier
188+
identification within third-party archives.
189+
190+
Copyright 2019 The Falco Authors
191+
192+
Licensed under the Apache License, Version 2.0 (the "License");
193+
you may not use this file except in compliance with the License.
194+
You may obtain a copy of the License at
195+
196+
http://www.apache.org/licenses/LICENSE-2.0
197+
198+
Unless required by applicable law or agreed to in writing, software
199+
distributed under the License is distributed on an "AS IS" BASIS,
200+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201+
See the License for the specific language governing permissions and
202+
limitations under the License.

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.3`, `latest`](https://github.com/sysflow-telemetry/sf-apis/blob/0.4.3/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-apis/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-apis/blob/dev/Dockerfile)
9+
- [`0.5.0`, `latest`](https://github.com/sysflow-telemetry/sf-apis/blob/0.5.0/Dockerfile), [`edge`](https://github.com/sysflow-telemetry/sf-apis/blob/master/Dockerfile), [`dev`](https://github.com/sysflow-telemetry/sf-apis/blob/dev/Dockerfile)
1010

1111
# Quick reference
1212

py3/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sysflow-tools
3-
version = 0.5.0-rc1
3+
version = 0.5.0
44
description = SysFlow APIs and utilities
55
long_description = file:README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)