Releases: blackstork-io/fabric
Releases · blackstork-io/fabric
v0.4.2
Changelog
- d3bec52 Bump google.golang.org/grpc from 1.64.0 to 1.64.1 (#219)
- e985f34 Bumping plugin versions in the docs (#218)
- bcbe338 More pre release fixes (#212)
- 0021777 Post-rc fixes (#210)
- 34f63c3 README update (#217)
- 67eee28 Small fixes (#211)
- e23f992 Trigger Build
- 750cc4e plugin/pluginapi/v1: fix cty decoding (#209)
v0.4.2-rc3
Changelog
- b3b92a3 Drop incorrect GOARM value from
windows_arm64
target
v0.4.1
v0.4.1-rc4
v0.4.1-rc3
Changelog
- e3eb569 elastic: use cty/json marshal
v0.4.1-rc2
v0.4.1-rc1
Changelog
- b1937b9 Documentation improvements (#143)
- f23ef0c Fix for elastic plugin (#131)
- 24a086f Plugin improvements (#132)
- 48df184 Prepare 0.4.1 (#144)
- 476eb78 Upgrade dependancies (#125)
- ee80d9d go.mod: update indirect docker dep (#139)
- f9825e5 internal/builtin: add constraints to frontmatter (#140)
- 784f68d internal/elastic: add elastic_security_cases data source (#138)
- 23af466 internal/nistnvd: implement nist_nvd_cves data source (#137)
- c5472c9 lint subcommand (#122)
v0.4.0
Changelog
- f6a809a Evolution of the plugin / data source / content provider docs (#123)
- 930c21b Plugin download & locking (#118)
- c5e16db Rename elastic plugin to elastic & extend arguments (#121)
- fa8566f Update README.md
- 568f442 Updating installation docs (#111)
- 0df8385 plugin/pluginapi/v1: increase gRPC call message size (#114)
v0.4.0-rev0
Changelog
- 568f442 Updating installation docs (#111)
- d260128 cleanup
- 2d52f87 cmd: add install command
- 2d3ab7e cmd: update default registry base URL
- 03aa289 examples/templates: update examples
- 1d819e3 parser: simplify global config parsing
- 0413e5a plugin/pluginapi/v1: better logging & some cleanup
- 0df8385 plugin/pluginapi/v1: increase gRPC call message size (#114)
- 0ef0b1c plugin/resolver: implement plugin resolver
- 65cf2d5 plugin/runner: use plugin resolver from other package
- 0425861 tools/pluginmeta: split plugin archives & generate plugin metadata file with releases
v0.3.0
Changelog
- b45ed85 .github/workflows/release.yml: add release action (#110)
- 56df6c5 Add TextMate syntax for Fabric configuration language (#74)
- 30728ce Add issue templates (#53)
- ff9cf75 Added github actions
- 4b92ea0 Adding a mega config file
- 33f9c1d Adding the docs folder (#52)
- e7a884c All
v0.2
+data.inline
plugin implementations (#46) - d50a9a9 Block Docs (#61)
- 15077cd Cobra argument parsing and slog logging (#58)
- 5c8fb86 Colored logs (#75)
- c0ce6e9 Create LICENSE
- 03b12f9 Data block updates (#88)
- c6f645a Drop [name] from the template name (#57)
- 9a479d9 Extend
meta
block with additional fields (#103) - 6d71278 Fix for inline data (#78)
- e41907b Fix remaining linter issues (#84)
- 55accbb Fixed incorrect handling of missing config with optional args (#80)
- 48b1193 Handle refs to unparsed data in content blocks
- b60b18c Implement global fabric config (#85)
- 924170e Implement plugin documentation generator (#86)
- e8b8855 Impliment linter suggestions
- a70c21e Initial code commit
- 6a88770 Initial commit
- 0a42a75 Merge pull request #22 from blackstork-io/syntax-tester
- dcbe411 Merge pull request #23 from blackstork-io/syntax-tester
- 48038cc More docs (#94)
- cf5a7da Move 'delimiter' parameter to configuration on csv datasource (#77)
- bbe13c7 New parse tree (#96)
- af16675 Parser v2 (#14)
- 51868cc Plugin RPC interface (#24)
- e87df11 Plugin caller (#60)
- e27f8a7 Pluginapi nits (#72)
- 1e3a713 Refactor
content.table
plugin (#44) - 6acdaf4 Refactor
content.text
plugin (#43) - 9f2ee36 Refactor pluginapi (#71)
- f6cb56b Remove useless workflow step
- cebe8b9 Rename
weave-cli
intofabric
- 152e6d8 Renaming
plugins_registry
toplugin_registry
- 45dac35 Revamping GitHub actions setup (#63)
- 9f6f26b Revert "Parser v2 (#14)" deleted plugins (#65)
- 8860483 Run CI jobs only on non-draft pull requests (#91)
- 5e41ce9 Run CI on un-drafting a PR (#106)
- 898c5d1 Run actions manually
- 6eb511b Small doc adjustments (#97)
- c00e170 Small naming changes and extra comments
- 1ad825c Switch to just for building
- fe31414 Tripple dashes instead of a single dash in the table header (#102)
- 8d95b0c Updated readme file (#62)
- ccd1b66 Updates to hcl evaluator (#69)
- 781e06d Use
.fabric
extension for the template files - e323400 Workaround for semver serealization (#26)
- d62f7f6 Working workflow config
- 0113664
data.csv
plugin (#45) - b7179f0
data.elasticsearch
plugin (#42) - 1851f2d
data.json
plugin (#30) - 6d1efe7
v0.3
plugins (#105) - b65b170
v0.3
plugins (#50) - 17eb344 cmd: update usage message for '--plugin-dir' flag (#92)
- 899e76b go.mod: upgrade indirect runc dep (#87)
- c296209 internal/elasticsearch: bug fixes (#104)
- b687af3 internal/elasticsearch: ignore empty base_url address (#108)
- 76dbece parser/definitions: fix & test parsing of 'cache_dir' in global config (#93)
- 92568f1 parser/evaluation: add
from_env_variable
function to EvalContext (#107) - a3eab30 workflow fix
- 501dced workflow improvements