-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: cloudquery/plugin-pb-go
base: v1.21.3
head repository: cloudquery/plugin-pb-go
compare: v1.21.4
- 5 commits
- 4 files changed
- 1 contributor
Commits on Jul 31, 2024
-
fix(deps): Update module github.com/cloudquery/cloudquery-api-go to v…
…1.12.5 (#378) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/cloudquery/cloudquery-api-go](https://togithub.com/cloudquery/cloudquery-api-go) | require | patch | `v1.12.4` -> `v1.12.5` | --- ### Release Notes <details> <summary>cloudquery/cloudquery-api-go (github.com/cloudquery/cloudquery-api-go)</summary> ### [`v1.12.5`](https://togithub.com/cloudquery/cloudquery-api-go/releases/tag/v1.12.5) [Compare Source](https://togithub.com/cloudquery/cloudquery-api-go/compare/v1.12.4...v1.12.5) ##### Bug Fixes - Generate CloudQuery Go API Client from `spec.json` ([#​207](https://togithub.com/cloudquery/cloudquery-api-go/issues/207)) ([ac1f821](https://togithub.com/cloudquery/cloudquery-api-go/commit/ac1f821d8a6ee9a28014131818f5f579b3fb28ff)) - Generate CloudQuery Go API Client from `spec.json` ([#​209](https://togithub.com/cloudquery/cloudquery-api-go/issues/209)) ([fe9d914](https://togithub.com/cloudquery/cloudquery-api-go/commit/fe9d914b40884ad28a494fcc61cb08072976ab1e)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for e41ac44 - Browse repository at this point
Copy the full SHA e41ac44View commit details
Commits on Aug 1, 2024
-
fix(deps): Update golang.org/x/exp digest to 8a7402a (#380)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang.org/x/exp | require | digest | `7f521ea` -> `8a7402a` | --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for ac649ca - Browse repository at this point
Copy the full SHA ac649caView commit details -
fix(deps): Update module github.com/docker/docker to v26.1.5+incompat…
…ible (#381) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/docker/docker](https://togithub.com/docker/docker) | require | patch | `v26.1.4+incompatible` -> `v26.1.5+incompatible` | --- ### Release Notes <details> <summary>docker/docker (github.com/docker/docker)</summary> ### [`v26.1.5+incompatible`](https://togithub.com/docker/docker/compare/v26.1.4...v26.1.5) [Compare Source](https://togithub.com/docker/docker/compare/v26.1.4...v26.1.5) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for 887d545 - Browse repository at this point
Copy the full SHA 887d545View commit details -
fix(deps): Update module github.com/schollz/progressbar/v3 to v3.14.5 (…
…#382) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/schollz/progressbar/v3](https://togithub.com/schollz/progressbar) | require | patch | `v3.14.4` -> `v3.14.5` | --- ### Release Notes <details> <summary>schollz/progressbar (github.com/schollz/progressbar/v3)</summary> ### [`v3.14.5`](https://togithub.com/schollz/progressbar/releases/tag/v3.14.5) [Compare Source](https://togithub.com/schollz/progressbar/compare/v3.14.4...v3.14.5) #### What's Changed - add golangci linter in github workflow action by [@​WheeskyJack](https://togithub.com/WheeskyJack) in [https://github.com/schollz/progressbar/pull/189](https://togithub.com/schollz/progressbar/pull/189) - chore: update deps #### New Contributors - [@​WheeskyJack](https://togithub.com/WheeskyJack) made their first contribution in [https://github.com/schollz/progressbar/pull/189](https://togithub.com/schollz/progressbar/pull/189) **Full Changelog**: schollz/progressbar@v3.14.4...v3.14.5 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
Configuration menu - View commit details
-
Copy full SHA for a1356f9 - Browse repository at this point
Copy the full SHA a1356f9View commit details -
chore(main): Release v1.21.4 (#379)
🤖 I have created a release *beep* *boop* --- ## [1.21.4](v1.21.3...v1.21.4) (2024-08-01) ### Bug Fixes * **deps:** Update golang.org/x/exp digest to 8a7402a ([#380](#380)) ([ac649ca](ac649ca)) * **deps:** Update module github.com/cloudquery/cloudquery-api-go to v1.12.5 ([#378](#378)) ([e41ac44](e41ac44)) * **deps:** Update module github.com/docker/docker to v26.1.5+incompatible ([#381](#381)) ([887d545](887d545)) * **deps:** Update module github.com/schollz/progressbar/v3 to v3.14.5 ([#382](#382)) ([a1356f9](a1356f9)) --- 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 e5695ff - Browse repository at this point
Copy the full SHA e5695ffView 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 v1.21.3...v1.21.4