Skip to content

Commit 404762b

Browse files
committed
feat(release): Updating notes according to PR
Signed-off-by: Kris Nóva <kris@nivenly.com>
1 parent 20f5e5d commit 404762b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Released on 2020-24-09
66

77
### Major Changes
88

9-
* new: Address several sources of FPs, primarily from GKE environments. [[#1372](https://github.com/falcosecurity/falco/pull/1372)]
109
* new: driver updated to 2aa88dcf6243982697811df4c1b484bcbe9488a2 [[#1410](https://github.com/falcosecurity/falco/pull/1410)]
1110
* new(scripts/falco-driver-loader): detect and try to build the Falco kernel module driver using different GCC versions available in the current environment. [[#1408](https://github.com/falcosecurity/falco/pull/1408)]
1211
* new: tgz (tarball) containing the statically-linked (musl) binary of Falco is now automatically built and published on bintray [[#1377](https://github.com/falcosecurity/falco/pull/1377)]
@@ -24,6 +23,7 @@ Released on 2020-24-09
2423

2524
### Rule Changes
2625

26+
* rule: Address several sources of FPs, primarily from GKE environments. [[#1372](https://github.com/falcosecurity/falco/pull/1372)]
2727
* rule(macro inbound_outbound): add brackets to disambiguate operator precedence [[#1373](https://github.com/falcosecurity/falco/pull/1373)]
2828
* rule(macro redis_writing_conf): add brackets to disambiguate operator precedence [[#1373](https://github.com/falcosecurity/falco/pull/1373)]
2929
* rule(macro run_by_foreman): add brackets to disambiguate operator precedence [[#1373](https://github.com/falcosecurity/falco/pull/1373)]

RELEASE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ Before cutting a release we need to do some homework in the Falco repository. Th
2626

2727
### 3. Release PR
2828

29-
- From the `master` branch checkout a new branch titled the release number such as `git checkout -b 0.26.0`
3029
- Double-check if any hard-coded version number is present in the code, it should be not present anywhere:
3130
- If any, manually correct it then open an issue to automate version number bumping later
3231
- Versions table in the `README.md` update itself automatically

0 commit comments

Comments
 (0)