From 8d3ef595577f5bebb32a8b06c117be54ee02e55d Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Tue, 1 Jul 2025 02:48:52 +0100
Subject: [PATCH 1/3] chore(deps): Update dependency golangci/golangci-lint to
v2.1.6 (#298)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change | Pending |
|---|---|---|---|
| [golangci/golangci-lint](https://redirect.github.com/golangci/golangci-lint) | patch | `v2.1.2` -> `v2.1.6` | `v2.2.1` (+1) |
---
### Release Notes
golangci/golangci-lint (golangci/golangci-lint)
### [`v2.1.6`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v216)
[Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.1.5...v2.1.6)
1. Linters bug fixes
- `godot`: from 1.5.0 to 1.5.1
- `musttag`: from 0.13.0 to 0.13.1
2. Documentation
- Add note about golangci-lint v2 integration in VS Code
### [`v2.1.5`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v215)
[Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.1.4...v2.1.5)
Due to an error related to Snapcraft, some artifacts of the v2.1.4 release have not been published.
This release contains the same things as v2.1.3.
### [`v2.1.4`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v214)
[Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.1.3...v2.1.4)
Due to an error related to Snapcraft, some artifacts of the v2.1.3 release have not been published.
This release contains the same things as v2.1.3.
### [`v2.1.3`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v213)
[Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.1.2...v2.1.3)
1. Linters bug fixes
- `fatcontext`: from 0.7.2 to 0.8.0
2. Misc.
- migration: fix `nakedret.max-func-lines: 0`
- migration: fix order of `staticcheck` settings
- fix: add `go.mod` hash to the cache salt
- fix: use diagnostic position for related information position
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate).
---
.github/workflows/lint_golang.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/lint_golang.yml b/.github/workflows/lint_golang.yml
index abfa1df..c20973e 100644
--- a/.github/workflows/lint_golang.yml
+++ b/.github/workflows/lint_golang.yml
@@ -20,4 +20,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v7
with:
- version: v2.1.2
+ version: v2.1.6
From d64f97314476bd2ac7d8d84a88a5acd28a2be461 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Tue, 1 Jul 2025 02:50:46 +0100
Subject: [PATCH 2/3] fix(deps): Update module
github.com/hashicorp/go-retryablehttp to v0.7.8 (#299)
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/hashicorp/go-retryablehttp](https://redirect.github.com/hashicorp/go-retryablehttp) | require | patch | `v0.7.7` -> `v0.7.8` |
---
### Release Notes
hashicorp/go-retryablehttp (github.com/hashicorp/go-retryablehttp)
### [`v0.7.8`](https://redirect.github.com/hashicorp/go-retryablehttp/compare/v0.7.7...v0.7.8)
[Compare Source](https://redirect.github.com/hashicorp/go-retryablehttp/compare/v0.7.7...v0.7.8)
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (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://redirect.github.com/renovatebot/renovate).
---
go.mod | 6 ++++--
go.sum | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/go.mod b/go.mod
index 7ed90dc..7ce6497 100644
--- a/go.mod
+++ b/go.mod
@@ -1,10 +1,12 @@
module github.com/cloudquery/cloudquery-api-go
-go 1.21.0
+go 1.23
+
+toolchain go1.23.10
require (
github.com/adrg/xdg v0.5.3
- github.com/hashicorp/go-retryablehttp v0.7.7
+ github.com/hashicorp/go-retryablehttp v0.7.8
github.com/oapi-codegen/runtime v1.1.1
github.com/stretchr/testify v1.10.0
)
diff --git a/go.sum b/go.sum
index d228bcf..3496d7d 100644
--- a/go.sum
+++ b/go.sum
@@ -15,8 +15,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9n
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
github.com/hashicorp/go-hclog v1.6.3 h1:Qr2kF+eVWjTiYmU7Y31tYlP1h0q/X3Nl3tPGdaB11/k=
github.com/hashicorp/go-hclog v1.6.3/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
-github.com/hashicorp/go-retryablehttp v0.7.7 h1:C8hUCYzor8PIfXHa4UrZkU4VvK8o9ISHxT2Q8+VepXU=
-github.com/hashicorp/go-retryablehttp v0.7.7/go.mod h1:pkQpWZeYWskR+D1tR2O5OcBFOxfA7DoAO6xtkuQnHTk=
+github.com/hashicorp/go-retryablehttp v0.7.8 h1:ylXZWnqa7Lhqpk0L1P1LzDtGcCR0rPVUrx/c8Unxc48=
+github.com/hashicorp/go-retryablehttp v0.7.8/go.mod h1:rjiScheydd+CxvumBsIrFKlx3iS0jrZ7LvzFGFmuKbw=
github.com/juju/gnuflag v0.0.0-20171113085948-2ce1bb71843d/go.mod h1:2PavIy+JPciBPrBUjwbNvtwB6RQlve+hkpll6QSNmOE=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
From 694ddd1bb06b58e4e063518ffe22f151d53db481 Mon Sep 17 00:00:00 2001
From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com>
Date: Tue, 1 Jul 2025 09:49:27 +0100
Subject: [PATCH 3/3] chore(main): Release v1.13.11 (#300)
:robot: I have created a release *beep* *boop*
---
## [1.13.11](https://github.com/cloudquery/cloudquery-api-go/compare/v1.13.10...v1.13.11) (2025-07-01)
### Bug Fixes
* **deps:** Update module github.com/hashicorp/go-retryablehttp to v0.7.8 ([#299](https://github.com/cloudquery/cloudquery-api-go/issues/299)) ([d64f973](https://github.com/cloudquery/cloudquery-api-go/commit/d64f97314476bd2ac7d8d84a88a5acd28a2be461))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index e93d995..ac022f7 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.13.10"
+ ".": "1.13.11"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index adec862..0203a0e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [1.13.11](https://github.com/cloudquery/cloudquery-api-go/compare/v1.13.10...v1.13.11) (2025-07-01)
+
+
+### Bug Fixes
+
+* **deps:** Update module github.com/hashicorp/go-retryablehttp to v0.7.8 ([#299](https://github.com/cloudquery/cloudquery-api-go/issues/299)) ([d64f973](https://github.com/cloudquery/cloudquery-api-go/commit/d64f97314476bd2ac7d8d84a88a5acd28a2be461))
+
## [1.13.10](https://github.com/cloudquery/cloudquery-api-go/compare/v1.13.9...v1.13.10) (2025-06-27)