Skip to content

Commit

Permalink
docs(plugins): generate changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <[email protected]>
  • Loading branch information
jasondellaluce authored and poiana committed Jun 28, 2022
1 parent b1706e8 commit 3092c79
Show file tree
Hide file tree
Showing 8 changed files with 302 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/changelog/changelog.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func formatCommitLine(c string) string {
message = message[:commitMsgMaxLen-3] + "..."
}
commitLink := fmt.Sprintf(commitLinkFmt, hash)
return fmt.Sprintf("[`%s`](%s) %s", hash[:commitHashMaxLen], commitLink, message)
return fmt.Sprintf("* [`%s`](%s) %s", hash[:commitHashMaxLen], commitLink, message)
}

func main() {
Expand Down
71 changes: 71 additions & 0 deletions plugins/cloudtrail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Changelog

## v0.5.0

* [`f32982d`](https://github.com/falcosecurity/plugins/commit/f32982d) update(plugins/cloudtrail): bump version to 0.5.0


## v0.4.0

* [`a497e73`](https://github.com/falcosecurity/plugins/commit/a497e73) fix(cloudtrail): update README with uncompressed file support on S3

* [`a2023d4`](https://github.com/falcosecurity/plugins/commit/a2023d4) fix(cloudtrail): allow plain text logs in S3

* [`e05d16e`](https://github.com/falcosecurity/plugins/commit/e05d16e) update(plugins/cloudtrail): adapt plugin for plugin-sdk-go v0.4.0


## v0.3.0

* [`2e136d5`](https://github.com/falcosecurity/plugins/commit/2e136d5) refactor(plugins/cloudtrail): create package directory

* [`3446a68`](https://github.com/falcosecurity/plugins/commit/3446a68) chore(cloudtrail): move ruleset to plugin folder

* [`cc7c279`](https://github.com/falcosecurity/plugins/commit/cc7c279) update(plugins/cloudtrail): Always fill in ct.info

* [`b47bb51`](https://github.com/falcosecurity/plugins/commit/b47bb51) update(plugins/cloudtrail): Add ct.managementevent


## v0.2.5

* [`2c27a3f`](https://github.com/falcosecurity/plugins/commit/2c27a3f) update(cloudtrail): bump version to 0.2.5


## v0.2.4

* [`2e7b0f9`](https://github.com/falcosecurity/plugins/commit/2e7b0f9) update(plugins/cloudtrail): bump version

* [`2ef9014`](https://github.com/falcosecurity/plugins/commit/2ef9014) fix(plugin/cloudtrail): manage cloudtrail empty file.


## v0.2.3

* [`323f902`](https://github.com/falcosecurity/plugins/commit/323f902) update(plugins/cloudtrail): bump plugin version to 0.2.3


## v0.2.2

* [`f6b32ee`](https://github.com/falcosecurity/plugins/commit/f6b32ee) update(cloudtrail): bump verstion to 0.2.2


## v0.2.1


## v0.2.0

* [`e5e605a`](https://github.com/falcosecurity/plugins/commit/e5e605a) update(cloudtrail): bump plugin version to 0.2.0

* [`840689d`](https://github.com/falcosecurity/plugins/commit/840689d) update(cloudtrail): support init config schema in cloudtrail plugin

* [`a4b8402`](https://github.com/falcosecurity/plugins/commit/a4b8402) fix(cloudtrail): properly read init config

* [`300551c`](https://github.com/falcosecurity/plugins/commit/300551c) refactor(cloudtrail): update cloudtrail to new SDK design

* [`01e46ac`](https://github.com/falcosecurity/plugins/commit/01e46ac) refactor(cloudtrail): split files and preserve history (2)

* [`992abcc`](https://github.com/falcosecurity/plugins/commit/992abcc) refactor(cloudtrail): split files and preserve history (1)

* [`de2c4ba`](https://github.com/falcosecurity/plugins/commit/de2c4ba) WIP(cloudtrail): remove unused import

* [`37e7c9d`](https://github.com/falcosecurity/plugins/commit/37e7c9d) WIP(cloudtrail): refactor using lib


34 changes: 34 additions & 0 deletions plugins/dummy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

## v0.5.0

* [`30f4fac`](https://github.com/falcosecurity/plugins/commit/30f4fac) update(plugins/dummy): bump version to 0.5.0


## v0.4.0

* [`41696f9`](https://github.com/falcosecurity/plugins/commit/41696f9) update(plugins/dummy): adapt plugin for plugin-sdk-go v0.4.0


## v0.3.0

* [`ab3491f`](https://github.com/falcosecurity/plugins/commit/ab3491f) refactor(plugins/dummy): create package directory


## v0.2.1


## v0.2.0

* [`c91c2cc`](https://github.com/falcosecurity/plugins/commit/c91c2cc) update(dummy): bump plugin version to 0.2.0

* [`e200fde`](https://github.com/falcosecurity/plugins/commit/e200fde) update(dummy): bump plugin version to 0.2.0

* [`50526ed`](https://github.com/falcosecurity/plugins/commit/50526ed) update(dummy): support init config schema in dummy plugin


## v0.1.0

* [`e507a7f`](https://github.com/falcosecurity/plugins/commit/e507a7f) refactor(dummy): update dummy to new SDK design


14 changes: 14 additions & 0 deletions plugins/dummy_c/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## v0.2.1

* [`b7c0677`](https://github.com/falcosecurity/plugins/commit/b7c0677) build(plugins/dummy_c): updated sdk and bump version


## v0.2.0

* [`c32a564`](https://github.com/falcosecurity/plugins/commit/c32a564) refactor(plugins/dummy_c): change source name of dummy_c to guarantee uniqueness

* [`0e31423`](https://github.com/falcosecurity/plugins/commit/0e31423) update(dummy_c): catch initialization errors in dummy_c


32 changes: 32 additions & 0 deletions plugins/github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

## v0.3.0

* [`c2412cf`](https://github.com/falcosecurity/plugins/commit/c2412cf) update(plugins/github): bump version to 0.3.0


## v0.2.0

* [`d9c1f08`](https://github.com/falcosecurity/plugins/commit/d9c1f08) update(plugins/github): adapt plugin for plugin-sdk-go v0.4.0

* [`71f653f`](https://github.com/falcosecurity/plugins/commit/71f653f) chore(plugins/github): address review suggestions

* [`32cccff`](https://github.com/falcosecurity/plugins/commit/32cccff) chore(plugins/github): use log instead of fmt prints

* [`dbf7459`](https://github.com/falcosecurity/plugins/commit/dbf7459) chore(plugins/github): reduce method visibility

* [`a1ef331`](https://github.com/falcosecurity/plugins/commit/a1ef331) chore(plugins/github): solve warnings

* [`c79c890`](https://github.com/falcosecurity/plugins/commit/c79c890) refactor(plugin/github): adhere to package design and init plugin main file

* [`79336d4`](https://github.com/falcosecurity/plugins/commit/79336d4) chore(plugins/github): insert copyright headers

* [`57caa6c`](https://github.com/falcosecurity/plugins/commit/57caa6c) update(plugins/github): bump dependencies version

* [`678787f`](https://github.com/falcosecurity/plugins/commit/678787f) update(plugins/github/rules): add version dependencies in ruleset

* [`982ac09`](https://github.com/falcosecurity/plugins/commit/982ac09) refactor(plugins/github): create package directory

* [`86b4bc3`](https://github.com/falcosecurity/plugins/commit/86b4bc3) chore(plugins/github): apply suggestions from review


40 changes: 40 additions & 0 deletions plugins/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Changelog

## v0.5.0

* [`d4f1a4c`](https://github.com/falcosecurity/plugins/commit/d4f1a4c) update(plugins/json): bump version to 0.5.0

* [`9026424`](https://github.com/falcosecurity/plugins/commit/9026424) update(plugins/json): add optional init configuration


## v0.4.0

* [`12443f3`](https://github.com/falcosecurity/plugins/commit/12443f3) chore(plugins/json): fix typo in readme

* [`6695589`](https://github.com/falcosecurity/plugins/commit/6695589) update(plugins/json): adapt plugin for plugin-sdk-go v0.4.0


## v0.3.0

* [`2f95c6b`](https://github.com/falcosecurity/plugins/commit/2f95c6b) refactor(plugins/json): create package directory

* [`6a2e542`](https://github.com/falcosecurity/plugins/commit/6a2e542) test(plugins/json): add unit tests for json plugin

* [`10cd992`](https://github.com/falcosecurity/plugins/commit/10cd992) fix(plugins/json): support json pointer escapes


## v0.2.2

* [`4802896`](https://github.com/falcosecurity/plugins/commit/4802896) update(plugins/json): bump json plugin version to 0.2.2

* [`ea1362f`](https://github.com/falcosecurity/plugins/commit/ea1362f) fix(plugins/json): fix quoting and escaping in string-based json.value


## v0.2.1


## v0.2.0

* [`a572534`](https://github.com/falcosecurity/plugins/commit/a572534) refactor(json): update json to new SDK design


86 changes: 86 additions & 0 deletions plugins/k8saudit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
# Changelog

## v0.3.0

* [`df79bbf`](https://github.com/falcosecurity/plugins/commit/df79bbf) update(plugins/k8saudit): bump version to 0.3.0

* [`37ca72b`](https://github.com/falcosecurity/plugins/commit/37ca72b) refactor(plugins/k8saudit): implement k8saudit event source using prebuilts f...


## v0.2.1

* [`6c920da`](https://github.com/falcosecurity/plugins/commit/6c920da) update(plugins/k8saudit): bump plugin version to 0.2.1

* [`a9b4988`](https://github.com/falcosecurity/plugins/commit/a9b4988) fix(plugins/k8saudit): return non-nil error from NextBatch with closed channel


## v0.2.0

* [`a30cfaa`](https://github.com/falcosecurity/plugins/commit/a30cfaa) update(plugins/k8saudit): adapt plugin for plugin-sdk-go v0.4.0

* [`4257d88`](https://github.com/falcosecurity/plugins/commit/4257d88) update(plugins/k8saudit): add new config entries to readme

* [`9384788`](https://github.com/falcosecurity/plugins/commit/9384788) update(plugins/k8saudit): adapt plugin for plugin-sdk-go v0.4.0

* [`43b7eb6`](https://github.com/falcosecurity/plugins/commit/43b7eb6) fix(plugins/k8saudit): drop events larger than max evt size

* [`b4b22f1`](https://github.com/falcosecurity/plugins/commit/b4b22f1) refactor(plugins/k8saudit): make evt size and batch size configurable with of...

* [`91cc17b`](https://github.com/falcosecurity/plugins/commit/91cc17b) refactor(plugins/k8saudit): bump sdk go version

* [`5fc7655`](https://github.com/falcosecurity/plugins/commit/5fc7655) chore(plugins/k8saudit): update maxEventBytes default value

* [`eb3e49d`](https://github.com/falcosecurity/plugins/commit/eb3e49d) chore(plugins/k8saudit): use logging for bad requests

* [`972ac41`](https://github.com/falcosecurity/plugins/commit/972ac41) fix(plugins/k8saudit): correctly parse and respond for http requests

* [`bf0cce1`](https://github.com/falcosecurity/plugins/commit/bf0cce1) fix(plugins/k8saudit): make corrupted jsons non-blocking

* [`fc2a956`](https://github.com/falcosecurity/plugins/commit/fc2a956) new(plugins/k8saudit): add internal plugin logger

* [`177b232`](https://github.com/falcosecurity/plugins/commit/177b232) chore(plugins/k8saudit): export plugin config field

* [`122bed3`](https://github.com/falcosecurity/plugins/commit/122bed3) new(plugins/k8saudit): make async extraction part of init config


## v0.1.0

* [`12a4c24`](https://github.com/falcosecurity/plugins/commit/12a4c24) refactor(plugins/k8saudit): properly handle open params prefix

* [`921535f`](https://github.com/falcosecurity/plugins/commit/921535f) fix(plugins/k8saudit): fix webserver host resolution

* [`ea894aa`](https://github.com/falcosecurity/plugins/commit/ea894aa) docs(plugins/k8saudit): add readme

* [`1084e52`](https://github.com/falcosecurity/plugins/commit/1084e52) fix(plugins/k8saudit): fix extraction of ka.req.pod.volumes.volume_type

* [`b0a7177`](https://github.com/falcosecurity/plugins/commit/b0a7177) update(plugins/k8saudit): change default config values

* [`a55436f`](https://github.com/falcosecurity/plugins/commit/a55436f) update(plugins/k8saudit): open filepath by default if prefix is unknown

* [`7386f82`](https://github.com/falcosecurity/plugins/commit/7386f82) refactor(plugins/k8saudit): create package directory

* [`bf61ca8`](https://github.com/falcosecurity/plugins/commit/bf61ca8) chore(k8saudit): move ruleset to plugin folder

* [`d2cfa30`](https://github.com/falcosecurity/plugins/commit/d2cfa30) refactor(plugins/k8saudit): do not return <NA> on missing field values

* [`e2ad7d1`](https://github.com/falcosecurity/plugins/commit/e2ad7d1) refactor(plugins/k8saudit): allow non-blocking null values and place <NA> lik...

* [`e759462`](https://github.com/falcosecurity/plugins/commit/e759462) refactor(plugins/k8saudit): implement recursive json exploration and simplify...

* [`d8f9194`](https://github.com/falcosecurity/plugins/commit/d8f9194) refactor(plugins/k8saudit): remove unused u64 extraction logic

* [`16a1955`](https://github.com/falcosecurity/plugins/commit/16a1955) test(plugins/k8saudit): add k8saudit extractor rough benchmark

* [`d709cd5`](https://github.com/falcosecurity/plugins/commit/d709cd5) fix(plugins/k8saudit): fix typo that caused null ptr error

* [`f205356`](https://github.com/falcosecurity/plugins/commit/f205356) update(plugins/k8saudit): reject unrelated JSON from extraction and add webse...

* [`5e9826c`](https://github.com/falcosecurity/plugins/commit/5e9826c) refactor(plugins/k8saudit): use a default event timeout

* [`41effdd`](https://github.com/falcosecurity/plugins/commit/41effdd) refactor(plugins/k8saudit): bump plugin sdk go version and adapt field arg de...

* [`b93d09e`](https://github.com/falcosecurity/plugins/commit/b93d09e) update(plugins/k8saudit): improve error handling and resource disposal

* [`059e0d0`](https://github.com/falcosecurity/plugins/commit/059e0d0) new(plugins/k8saudit): initial implementation of K8S audit plugin


24 changes: 24 additions & 0 deletions plugins/okta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

## v0.4.0

* [`60f151d`](https://github.com/falcosecurity/plugins/commit/60f151d) update(plugins/okta): bump version to 0.4.0


## v0.3.0


## v0.2.0

* [`6211a1d`](https://github.com/falcosecurity/plugins/commit/6211a1d) update(plugins/okta/rules): specify required engine and plugin versions

* [`42dc4b3`](https://github.com/falcosecurity/plugins/commit/42dc4b3) refactor(plugins/okta): create package directory

* [`d13a1bf`](https://github.com/falcosecurity/plugins/commit/d13a1bf) chore(okta/rules): add copyright

* [`be90f35`](https://github.com/falcosecurity/plugins/commit/be90f35) chore(okta): move ruleset to plugin folder


## v0.1.0


0 comments on commit 3092c79

Please sign in to comment.