-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: cloudquery/filetypes
base: v4.2.20
head repository: cloudquery/filetypes
compare: v4.2.21
- 7 commits
- 5 files changed
- 1 contributor
Commits on May 30, 2024
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.44…
….0 (#508) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/plugin-sdk/v4](https://togithub.com/cloudquery/plugin-sdk) | require | minor | `v4.43.1` -> `v4.44.0` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.44.0`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.44.0) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.43.1...v4.44.0) ##### Features - Enable `NewConnectedClientWithOptions` to set `ClientOptions` ([#​1700](https://togithub.com/cloudquery/plugin-sdk/issues/1700)) ([8797a18](https://togithub.com/cloudquery/plugin-sdk/commit/8797a182be8f6d667f6c567c4a6f9132402ebf00)) ##### Bug Fixes - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.16 ([#​1699](https://togithub.com/cloudquery/plugin-sdk/issues/1699)) ([3b15ac6](https://togithub.com/cloudquery/plugin-sdk/commit/3b15ac6730b2d36898b8ea418bf8ee15414356f6)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.17 ([#​1703](https://togithub.com/cloudquery/plugin-sdk/issues/1703)) ([7501fdd](https://togithub.com/cloudquery/plugin-sdk/commit/7501fdd5a6c7c484eac4e6ade3e90f762ea7855f)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODIuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM4Mi4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for cd0c681 - Browse repository at this point
Copy the full SHA cd0c681View commit details
Commits on May 31, 2024
-
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.44…
….1 (#510) 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.44.0` -> `v4.44.1` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.44.1`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.44.1) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.44.0...v4.44.1) ##### Bug Fixes - Added support for list pointers ([#​1705](https://togithub.com/cloudquery/plugin-sdk/issues/1705)) ([0368a01](https://togithub.com/cloudquery/plugin-sdk/commit/0368a0117e31f8baff83c408eabda93a874edf9e)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODIuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM4Mi40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 45ba569 - Browse repository at this point
Copy the full SHA 45ba569View commit details
Commits on Jun 1, 2024
-
fix(deps): Update module github.com/goccy/go-json to v0.10.3 (#511)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/goccy/go-json](https://togithub.com/goccy/go-json) | require | patch | `v0.10.2` -> `v0.10.3` | --- ### Release Notes <details> <summary>goccy/go-json (github.com/goccy/go-json)</summary> ### [`v0.10.3`](https://togithub.com/goccy/go-json/releases/tag/v0.10.3): 0.10.3 [Compare Source](https://togithub.com/goccy/go-json/compare/v0.10.2...v0.10.3) #### What's Changed - Add license for string processing by [@​goccy](https://togithub.com/goccy) in [https://github.com/goccy/go-json/pull/476](https://togithub.com/goccy/go-json/pull/476) - fix: decode struct with pointer must be nil by [@​misyuari](https://togithub.com/misyuari) in [https://github.com/goccy/go-json/pull/473](https://togithub.com/goccy/go-json/pull/473) - fix: fix a bug for escaping 0xE2 0x80 0xA8 in compactString by [@​lizixing](https://togithub.com/lizixing) in [https://github.com/goccy/go-json/pull/479](https://togithub.com/goccy/go-json/pull/479) - Fix custom map marshaling by [@​viewsharp](https://togithub.com/viewsharp) in [https://github.com/goccy/go-json/pull/505](https://togithub.com/goccy/go-json/pull/505) - Use io package instead of ioutil package by [@​shamaton](https://togithub.com/shamaton) in [https://github.com/goccy/go-json/pull/498](https://togithub.com/goccy/go-json/pull/498) #### New Contributors - [@​misyuari](https://togithub.com/misyuari) made their first contribution in [https://github.com/goccy/go-json/pull/473](https://togithub.com/goccy/go-json/pull/473) - [@​lizixing](https://togithub.com/lizixing) made their first contribution in [https://github.com/goccy/go-json/pull/479](https://togithub.com/goccy/go-json/pull/479) - [@​viewsharp](https://togithub.com/viewsharp) made their first contribution in [https://github.com/goccy/go-json/pull/505](https://togithub.com/goccy/go-json/pull/505) - [@​shamaton](https://togithub.com/shamaton) made their first contribution in [https://github.com/goccy/go-json/pull/498](https://togithub.com/goccy/go-json/pull/498) **Full Changelog**: goccy/go-json@v0.10.2...v0.10.3 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 5932c6e - Browse repository at this point
Copy the full SHA 5932c6eView commit details -
chore(deps): Update dependency golangci/golangci-lint to v1.59.0 (#512)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | minor | `v1.57.2` -> `v1.59.0` | --- ### Release Notes <details> <summary>golangci/golangci-lint (golangci/golangci-lint)</summary> ### [`v1.59.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1590) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.58.2...v1.59.0) 1. Enhancements - Add SARIF output format - Allow the analysis of generated files (`issues.exclude-generated: disable`) 2. Updated linters - `errcheck`: fix deprecation warning - `go-critic`: from 0.11.3 to 0.11.4 - `gosec`: from 2.20.0 to [`5f0084e`](https://togithub.com/golangci/golangci-lint/commit/5f0084eb01a9) (fix G601 and G113 performance issues) - `sloglint`: from 0.6.0 to 0.7.0 (new option `forbidden-keys`) - `testifylint`: from 1.2.0 to 1.3.0 (new checker `negative-positive` and new option `go-require.ignore-http-handlers`) 3. Misc. - ️️
⚠️ Deprecate `github-action` output format - ️️⚠️ Deprecate `issues.exclude-generated-strict` option (replaced by `issues.exclude-generated: strict`) - ️️⚠️ Add warning about disabled and deprecated linters (level 2) ### [`v1.58.2`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1582) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.58.1...v1.58.2) 1. Updated linters - `canonicalheader`: from 1.0.6 to 1.1.1 - `gosec`: from 2.19.0 to 2.20.0 - `musttag`: from 0.12.1 to 0.12.2 - `nilnil`: from 0.1.8 to 0.1.9 2. Documentation - Improve integrations and install pages ### [`v1.58.1`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1581) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.58.0...v1.58.1) 1. Updated linters - `tagalign`: from 1.3.3 to 1.3.4 - `protogetter`: from 0.3.5 to 0.3.6 - `gochecknoinits`: fix analyzer name 2. Fixes - Restores previous `gihub-actions` output format (removes GitHub Action problem matchers) ### [`v1.58.0`](https://togithub.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v1580) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.57.2...v1.58.0) 1. New linters - `fatcontext`: https://github.com/Crocmagnon/fatcontext - `canonicalheader`: https://github.com/lasiar/canonicalheader 2. Updated linters - `copyloopvar`: from 1.0.10 to 1.1.0 (`ignore-alias` is replaced by `check-alias` with the opposite behavior) - `decorder`: from 0.4.1 to 0.4.2 - `errname`: from 0.1.12 to 0.1.13 - `errorlint`: from 1.4.8 to 1.5.1 (new options `allowed-errors` and `allowed-errors-wildcard`) - `execinquery`: deprecate linter⚠️ - `gci`: from 0.12.3 to 0.13.4 (new section `localModule`) - `gocritic`: from 0.11.2 to 0.11.3 - `spancheck`: from 0.5.3 to 0.6.1 - `goerr113` is replaced by `err113`⚠️ - `gomnd` is replaced by `mnd`⚠️ - `gomodguard`: from 1.3.1 to 1.3.2 - `grouper`: from 1.1.1 to 1.1.2 - `intrange`: from 0.1.1 to 0.1.2 - `mirror`: from 1.1.0 to 1.2.0 - `misspell`: from 0.4.1 to 0.5.1 - `musttag`: from 0.9.0 to 0.12.1 - `nilnil`: from 0.1.7 to 0.1.8 - `nonamedreturns`: from 1.0.4 to 1.0.5 - `promlinter`: from 0.2.0 to 0.3.0 - `sloglint`: from 0.5.0 to 0.6.0 - `unparam`: bump to HEAD ([`063aff9`](https://togithub.com/golangci/golangci-lint/commit/063aff900ca150b80930c8de76f11d7e6488222f)) - `whitespace`: from 0.1.0 to 0.1.1 3. Enhancements - Speed up "fast" linters when only "fast" linters are run: between 40% and 80% faster at first run (i.e. without cache) 4. Fixes - Use version with module plugins - Skip `go.mod` report inside autogenerated processor - Keep only `typecheck` issues when needed - Don't hide `typecheck` errors inside diff processor 5. Misc. -⚠️ log an error when using previously deprecated linters ([Linter Deprecation Cycle](https://golangci-lint.run/product/roadmap/#linter-deprecation-cycle)) - [`deadcode`](https://togithub.com/remyoudompheng/go-misc/tree/master/deadcode): deprecated since v1.49.0 (2022-08-23). - [`exhaustivestruct`](https://togithub.com/mbilski/exhaustivestruct): deprecated since v1.46.0 (2022-05-08). - [`golint`](https://togithub.com/golang/lint): deprecated since v1.41.0 (2021-06-15). - [`ifshort`](https://togithub.com/esimonov/ifshort): deprecated since v1.48.0 (2022-08-04). - [`interfacer`](https://togithub.com/mvdan/interfacer): deprecated since v1.38.0 (2021-03-03). - [`maligned`](https://togithub.com/mdempsky/maligned): deprecated since v1.38.0 (2021-03-03). - [`nosnakecase`](https://togithub.com/sivchari/nosnakecase): deprecated since v1.48.0 (2022-08-04). - [`scopelint`](https://togithub.com/kyoh86/scopelint): deprecated since v1.39.0 (2021-03-25). - [`structcheck`](https://togithub.com/opennota/check): deprecated since v1.49.0 (2022-08-23). - [`varcheck`](https://togithub.com/opennota/check): deprecated since v1.49.0 (2022-08-23). -⚠️ Deprecate usage of linter alternative names - Remove help display on errors with `config verify` command - Add `pre-commit` hook to run `config verify` - Improve `github-action` output 6. Documentation - Remove deprecated Atom from Editor Integrations GitHub Action (v5.1.0) for golangci-lint: - supports for `pull`, `pull_request_target`, and `merge_group` events with the option `only-new-issues`. - ️️⚠️ `skip-pkg-cache` and `skip-build-cache` have been removed because the cache related to Go itself is already handled by `actions/setup-go`. - with golangci-lint v1.58, the file information (path and position) will be displayed on the log. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->Configuration menu - View commit details
-
Copy full SHA for 0f783a9 - Browse repository at this point
Copy the full SHA 0f783a9View commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47c44e2 - Browse repository at this point
Copy the full SHA 47c44e2View commit details -
fix(deps): Update module github.com/cloudquery/plugin-sdk/v4 to v4.44…
….2 (#514) 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.44.1` -> `v4.44.2` | --- ### Release Notes <details> <summary>cloudquery/plugin-sdk (github.com/cloudquery/plugin-sdk/v4)</summary> ### [`v4.44.2`](https://togithub.com/cloudquery/plugin-sdk/releases/tag/v4.44.2) [Compare Source](https://togithub.com/cloudquery/plugin-sdk/compare/v4.44.1...v4.44.2) ##### Bug Fixes - **deps:** Update golang.org/x/exp digest to [`fd00a4e`](https://togithub.com/cloudquery/plugin-sdk/commit/fd00a4e) ([#​1708](https://togithub.com/cloudquery/plugin-sdk/issues/1708)) ([93866a9](https://togithub.com/cloudquery/plugin-sdk/commit/93866a9b94f8d93ff56fd14e5f44f54b18b6f531)) - **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.11.3 ([#​1716](https://togithub.com/cloudquery/plugin-sdk/issues/1716)) ([36c97c8](https://togithub.com/cloudquery/plugin-sdk/commit/36c97c819d45cc0d41abe1c9e4afdd4ec6004c2a)) - **deps:** Update module github.com/cloudquery/plugin-pb-go to v1.19.18 ([#​1717](https://togithub.com/cloudquery/plugin-sdk/issues/1717)) ([f36d5d2](https://togithub.com/cloudquery/plugin-sdk/commit/f36d5d2947de236f5a601be99c35977af7e4e6c7)) - **deps:** Update module github.com/getsentry/sentry-go to v0.28.0 ([#​1712](https://togithub.com/cloudquery/plugin-sdk/issues/1712)) ([82d78cb](https://togithub.com/cloudquery/plugin-sdk/commit/82d78cbf2d552907171a192e9b1490c41907ff25)) - **deps:** Update module github.com/goccy/go-json to v0.10.3 ([#​1709](https://togithub.com/cloudquery/plugin-sdk/issues/1709)) ([32a2dca](https://togithub.com/cloudquery/plugin-sdk/commit/32a2dca6919bd5ebd2fd18405bd5f3ed22d4fc47)) - **deps:** Update module github.com/rs/zerolog to v1.33.0 ([#​1713](https://togithub.com/cloudquery/plugin-sdk/issues/1713)) ([a09376d](https://togithub.com/cloudquery/plugin-sdk/commit/a09376d7b8a4904d5cb90e3b7613e38b208ed217)) - **deps:** Update opentelemetry-go monorepo to v1.27.0 ([#​1714](https://togithub.com/cloudquery/plugin-sdk/issues/1714)) ([4f29cf1](https://togithub.com/cloudquery/plugin-sdk/commit/4f29cf1bf50f3ccbea1d8039cd4addc0fb758d77)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM4NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 59eb2f5 - Browse repository at this point
Copy the full SHA 59eb2f5View commit details -
chore(main): Release v4.2.21 (#509)
🤖 I have created a release *beep* *boop* --- ## [4.2.21](v4.2.20...v4.2.21) (2024-06-03) ### Bug Fixes * **deps:** Update golangci/golangci-lint-action action to v6 ([#513](#513)) ([47c44e2](47c44e2)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.44.0 ([#508](#508)) ([cd0c681](cd0c681)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.44.1 ([#510](#510)) ([45ba569](45ba569)) * **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.44.2 ([#514](#514)) ([59eb2f5](59eb2f5)) * **deps:** Update module github.com/goccy/go-json to v0.10.3 ([#511](#511)) ([5932c6e](5932c6e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for 23acac7 - Browse repository at this point
Copy the full SHA 23acac7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.2.20...v4.2.21