From 37a784b0d04b0421d53ccb66142f2ceee9bf7b62 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Thu, 1 Feb 2024 08:53:45 +0200
Subject: [PATCH 1/4] fix(deps): Update module github.com/deepmap/oapi-codegen
to v1.16.2 (#432)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/deepmap/oapi-codegen](https://togithub.com/deepmap/oapi-codegen) | indirect | minor | `v1.15.0` -> `v1.16.2` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
deepmap/oapi-codegen (github.com/deepmap/oapi-codegen)
### [`v1.16.2`](https://togithub.com/deepmap/oapi-codegen/releases/tag/v1.16.2): : Further improve documentation notices
[Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v1.16.1...v1.16.2)
#### What's Changed
- Improve deprecation notices by [@jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1337](https://togithub.com/deepmap/oapi-codegen/pull/1337)
**Full Changelog**: https://github.com/deepmap/oapi-codegen/compare/v1.16.1...v1.16.2
### [`v1.16.1`](https://togithub.com/deepmap/oapi-codegen/releases/tag/v1.16.1): : Ensure deprecation comments appear correctly
[Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v1.16.0...v1.16.1)
#### What's Changed
- Fix: Ensure deprecations are parsed correctly by [@jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1335](https://togithub.com/deepmap/oapi-codegen/pull/1335)
**Full Changelog**: https://github.com/deepmap/oapi-codegen/compare/v1.16.0...v1.16.1
### [`v1.16.0`](https://togithub.com/deepmap/oapi-codegen/releases/tag/v1.16.0): : Reduce runtime dependencies
[Compare Source](https://togithub.com/deepmap/oapi-codegen/compare/v1.15.0...v1.16.0)
As part of the final preparation towards the [v2 release](https://togithub.com/deepmap/oapi-codegen/discussions/1309), this release finalises the use of the new multi-repo packages, and deprecates all internal packages ahead of next week's release removing them.
#### Key callouts
- Migrate middleware to their own Go modules by [@jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1257](https://togithub.com/deepmap/oapi-codegen/pull/1257)
- Replace + deprecate `testutil` by [@jamietanna](https://togithub.com/jamietanna) in [https://github.com/deepmap/oapi-codegen/pull/1314](https://togithub.com/deepmap/oapi-codegen/pull/1314)
**Full Changelog**: https://github.com/deepmap/oapi-codegen/compare/v1.15.0...v1.16.0
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index 63e959a8..be1a11db 100644
--- a/go.mod
+++ b/go.mod
@@ -31,7 +31,7 @@ require (
github.com/chenzhuoyu/iasm v0.9.1 // indirect
github.com/cloudquery/cloudquery-api-go v1.7.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
- github.com/deepmap/oapi-codegen v1.15.0 // indirect
+ github.com/deepmap/oapi-codegen v1.16.2 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/flosch/pongo2/v4 v4.0.2 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
diff --git a/go.sum b/go.sum
index 4868569c..588f0f2b 100644
--- a/go.sum
+++ b/go.sum
@@ -55,8 +55,8 @@ github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSV
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
-github.com/deepmap/oapi-codegen v1.15.0 h1:SQqViaeb4k2vMul8gx12oDOIadEtoRqTdLkxjzqtQ90=
-github.com/deepmap/oapi-codegen v1.15.0/go.mod h1:a6KoHV7lMRwsPoEg2C6NDHiXYV3EQfiFocOlJ8dgJQE=
+github.com/deepmap/oapi-codegen v1.16.2 h1:xGHx0dNqYfy9gE8a7AVgVM8Sd5oF9SEgePzP+UPAUXI=
+github.com/deepmap/oapi-codegen v1.16.2/go.mod h1:rdYoEA2GE+riuZ91DvpmBX9hJbQpuY9wchXpfQ3n+ho=
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
github.com/fatih/color v1.15.0/go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw=
github.com/fatih/structs v1.1.0 h1:Q7juDM0QtcnhCpeyLGQKyg4TOIghuNXrkL32pHAUMxo=
From 7375ccea36a2305835e58bf819383b172b5b0059 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Thu, 1 Feb 2024 08:57:21 +0200
Subject: [PATCH 2/4] fix(deps): Update module github.com/ugorji/go/codec to
v1.2.12 (#431)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/ugorji/go/codec](https://togithub.com/ugorji/go) | indirect | patch | `v1.2.11` -> `v1.2.12` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
ugorji/go (github.com/ugorji/go/codec)
### [`v1.2.12`](https://togithub.com/ugorji/go/releases/tag/v1.2.12): 1.2.12
[Compare Source](https://togithub.com/ugorji/go/compare/v1.2.11...v1.2.12)
Release 1.2.12
This is a production release of go-codec.
Changes include:
- expose (En|De)coder.HandleName()
- cbor: fix indefinite stream conformance
- codecgen: use base32 to generate field names
- return io.ErrUnexpectedEOF (not io.EOF) when EOF is reached while needing more data
Please try it out and share your experiences.
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index be1a11db..9603f51d 100644
--- a/go.mod
+++ b/go.mod
@@ -82,7 +82,7 @@ require (
github.com/tdewolff/parse/v2 v2.7.11 // indirect
github.com/thoas/go-funk v0.9.3 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
- github.com/ugorji/go/codec v1.2.11 // indirect
+ github.com/ugorji/go/codec v1.2.12 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
diff --git a/go.sum b/go.sum
index 588f0f2b..861044f8 100644
--- a/go.sum
+++ b/go.sum
@@ -221,8 +221,8 @@ github.com/thoas/go-funk v0.9.3 h1:7+nAEx3kn5ZJcnDm2Bh23N2yOtweO14bi//dvRtgLpw=
github.com/thoas/go-funk v0.9.3/go.mod h1:+IWnUfUmFO1+WVYQWQtIJHeRRdaIyyYglZN7xzUPe4Q=
github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI=
github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=
-github.com/ugorji/go/codec v1.2.11 h1:BMaWp1Bb6fHwEtbplGBGJ498wD+LKlNSl25MjdZY4dU=
-github.com/ugorji/go/codec v1.2.11/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
+github.com/ugorji/go/codec v1.2.12 h1:9LC83zGrHhuUA9l16C9AHXAqEV/2wBQ4nkvumAE65EE=
+github.com/ugorji/go/codec v1.2.12/go.mod h1:UNopzCgEMSXjBc6AOMqYvWC1ktqTAfzJZUZgYf6w6lg=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=
From 5e23b07059379ba3a28de9bf11f84a4f2d21104c Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Thu, 1 Feb 2024 15:47:25 +0200
Subject: [PATCH 3/4] fix(deps): Update module
github.com/cloudquery/plugin-sdk/v4 to v4.29.1 (#434)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | patch | `v4.29.0` -> `v4.29.1` |
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
---
### Release Notes
cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)
### [`v4.29.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.29.1)
[Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.29.0...v4.29.1)
##### Bug Fixes
- **deps:** Update golang.org/x/exp digest to [`1b97071`](https://togithub.com/cloudquery/plugin-sdk/commit/1b97071) ([#1505](https://togithub.com/cloudquery/plugin-sdk/issues/1505)) ([14d8545](https://togithub.com/cloudquery/plugin-sdk/commit/14d8545ac6c39d64f893c60d97dc19d2e144bdbc))
- **deps:** Update google.golang.org/genproto/googleapis/api digest to [`1f4bbc5`](https://togithub.com/cloudquery/plugin-sdk/commit/1f4bbc5) ([#1506](https://togithub.com/cloudquery/plugin-sdk/issues/1506)) ([4021d65](https://togithub.com/cloudquery/plugin-sdk/commit/4021d65d966363f5efc37c16626c81f1e4b2f435))
- **deps:** Update google.golang.org/genproto/googleapis/rpc digest to [`1f4bbc5`](https://togithub.com/cloudquery/plugin-sdk/commit/1f4bbc5) ([#1507](https://togithub.com/cloudquery/plugin-sdk/issues/1507)) ([b1316a8](https://togithub.com/cloudquery/plugin-sdk/commit/b1316a8423902b454505bc67f0582df9282ae0c1))
- **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.7.2 ([#1501](https://togithub.com/cloudquery/plugin-sdk/issues/1501)) ([f5ecd8e](https://togithub.com/cloudquery/plugin-sdk/commit/f5ecd8e65e00a44b85cad183277d6cf448b721d2))
- **deps:** Update module github.com/kataras/iris/v12 to v12.2.10 ([#1508](https://togithub.com/cloudquery/plugin-sdk/issues/1508)) ([611982b](https://togithub.com/cloudquery/plugin-sdk/commit/611982b154ddd56c4722c809422dc394b1be2bef))
- **deps:** Update module github.com/klauspost/compress to v1.17.5 ([#1509](https://togithub.com/cloudquery/plugin-sdk/issues/1509)) ([e8d3c6b](https://togithub.com/cloudquery/plugin-sdk/commit/e8d3c6b2f4b518d05d5bf2f5b7a8415a064e79e0))
- **deps:** Update module github.com/pierrec/lz4/v4 to v4.1.21 ([#1510](https://togithub.com/cloudquery/plugin-sdk/issues/1510)) ([8af0e4e](https://togithub.com/cloudquery/plugin-sdk/commit/8af0e4e47fcebb0ef888ecdc364a1df1467418d0))
- **deps:** Update module github.com/tdewolff/minify/v2 to v2.20.16 ([#1511](https://togithub.com/cloudquery/plugin-sdk/issues/1511)) ([b1433cc](https://togithub.com/cloudquery/plugin-sdk/commit/b1433cc85889209d18c4c264a78b15d7bfd5c1dc))
- **deps:** Update module github.com/tdewolff/parse/v2 to v2.7.11 ([#1512](https://togithub.com/cloudquery/plugin-sdk/issues/1512)) ([401fa4a](https://togithub.com/cloudquery/plugin-sdk/commit/401fa4a27048f61cb2cb659e8340866466f9acf3))
- Handle PrimaryKeyComponents in packaging ([#1503](https://togithub.com/cloudquery/plugin-sdk/issues/1503)) ([8c8fdc9](https://togithub.com/cloudquery/plugin-sdk/commit/8c8fdc918569a04dbfb779f1134d273ffc1d9b1e))
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
---
go.mod | 4 ++--
go.sum | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/go.mod b/go.mod
index 9603f51d..22697efd 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
github.com/apache/arrow/go/v15 v15.0.0-20240115115805-d7bc55542e61
github.com/bradleyjkemp/cupaloy/v2 v2.8.0
github.com/cloudquery/codegen v0.3.12
- github.com/cloudquery/plugin-sdk/v4 v4.29.0
+ github.com/cloudquery/plugin-sdk/v4 v4.29.1
github.com/goccy/go-json v0.10.2
github.com/invopop/jsonschema v0.12.0
github.com/stretchr/testify v1.8.4
@@ -101,7 +101,7 @@ require (
golang.org/x/tools v0.17.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
- google.golang.org/grpc v1.60.0 // indirect
+ google.golang.org/grpc v1.60.1 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
diff --git a/go.sum b/go.sum
index 861044f8..7fdf0866 100644
--- a/go.sum
+++ b/go.sum
@@ -49,8 +49,8 @@ github.com/cloudquery/codegen v0.3.12 h1:9BaYdwbMJU1HVT/BHI+ykhOhBGeXt8AjpvBiXN1
github.com/cloudquery/codegen v0.3.12/go.mod h1:utqjurr58U8uqcPJe0rZjh06i0Eq9uAPGOmyIjq/1w8=
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f h1:vmYGxIGDVpmhk0QVeDwXXbAt+SwQcOn4xH1G25pmKP8=
github.com/cloudquery/jsonschema v0.0.0-20231018073309-6c617a23d42f/go.mod h1:0SoZ/U7yJlNOR+fWsBSeTvTbGXB6DK01tzJ7m2Xfg34=
-github.com/cloudquery/plugin-sdk/v4 v4.29.0 h1:PBK363ZaDIC7QMSjLkFB8dQFSmHO1fBYHFRHWUuuecU=
-github.com/cloudquery/plugin-sdk/v4 v4.29.0/go.mod h1:uXDeMTqip32aypf2gbYufYDoCeZNSJjoLPvoiBioy14=
+github.com/cloudquery/plugin-sdk/v4 v4.29.1 h1:vBDrg/e6Zv5lR5DsKETBbVcjS0Q70lRTeUqCM5TzVrk=
+github.com/cloudquery/plugin-sdk/v4 v4.29.1/go.mod h1:pM5EnbRX7apbgg1e5JC9TZkcJ22eyf4b4Uo1ekDb/GQ=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
@@ -310,8 +310,8 @@ gonum.org/v1/gonum v0.12.0 h1:xKuo6hzt+gMav00meVPUlXwSdoEJP46BR+wdxQEFK2o=
gonum.org/v1/gonum v0.12.0/go.mod h1:73TDxJfAAHeA8Mk9mf8NlIppyhQNo5GLTcYeqgo2lvY=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe h1:bQnxqljG/wqi4NTXu2+DJ3n7APcEA882QZ1JvhQAq9o=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe/go.mod h1:PAREbraiVEVGVdTZsVWjSbbTtSyGbAgIIvni8a8CD5s=
-google.golang.org/grpc v1.60.0 h1:6FQAR0kM31P6MRdeluor2w2gPaS4SVNrD/DNTxrQ15k=
-google.golang.org/grpc v1.60.0/go.mod h1:OlCHIeLYqSSsLi6i49B5QGdzaMZK9+M7LXN2FKz4eGM=
+google.golang.org/grpc v1.60.1 h1:26+wFr+cNqSGFcOXcabYC0lUVJVRa2Sb2ortSK7VrEU=
+google.golang.org/grpc v1.60.1/go.mod h1:OlCHIeLYqSSsLi6i49B5QGdzaMZK9+M7LXN2FKz4eGM=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=
From b2cc0eb3d9d3f4dddba26819555f2617af63abcf Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Thu, 1 Feb 2024 17:46:13 +0200
Subject: [PATCH 4/4] chore(main): Release v4.2.10 (#433)
:robot: I have created a release *beep* *boop*
---
## [4.2.10](https://github.com/cloudquery/filetypes/compare/v4.2.9...v4.2.10) (2024-02-01)
### Bug Fixes
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.29.1 ([#434](https://github.com/cloudquery/filetypes/issues/434)) ([5e23b07](https://github.com/cloudquery/filetypes/commit/5e23b07059379ba3a28de9bf11f84a4f2d21104c))
* **deps:** Update module github.com/deepmap/oapi-codegen to v1.16.2 ([#432](https://github.com/cloudquery/filetypes/issues/432)) ([37a784b](https://github.com/cloudquery/filetypes/commit/37a784b0d04b0421d53ccb66142f2ceee9bf7b62))
* **deps:** Update module github.com/ugorji/go/codec to v1.2.12 ([#431](https://github.com/cloudquery/filetypes/issues/431)) ([7375cce](https://github.com/cloudquery/filetypes/commit/7375ccea36a2305835e58bf819383b172b5b0059))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4119b42b..01d82ff6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## [4.2.10](https://github.com/cloudquery/filetypes/compare/v4.2.9...v4.2.10) (2024-02-01)
+
+
+### Bug Fixes
+
+* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.29.1 ([#434](https://github.com/cloudquery/filetypes/issues/434)) ([5e23b07](https://github.com/cloudquery/filetypes/commit/5e23b07059379ba3a28de9bf11f84a4f2d21104c))
+* **deps:** Update module github.com/deepmap/oapi-codegen to v1.16.2 ([#432](https://github.com/cloudquery/filetypes/issues/432)) ([37a784b](https://github.com/cloudquery/filetypes/commit/37a784b0d04b0421d53ccb66142f2ceee9bf7b62))
+* **deps:** Update module github.com/ugorji/go/codec to v1.2.12 ([#431](https://github.com/cloudquery/filetypes/issues/431)) ([7375cce](https://github.com/cloudquery/filetypes/commit/7375ccea36a2305835e58bf819383b172b5b0059))
+
## [4.2.9](https://github.com/cloudquery/filetypes/compare/v4.2.8...v4.2.9) (2024-02-01)