From a53ab6f3411b286fe9b802f67d963f5d29668bd1 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:27:06 +0300 Subject: [PATCH 1/6] chore(deps): Update dependency source-aws to v27.11.1 (#556) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [source-aws](https://hub.cloudquery.io) | minor | `v27.9.0` -> `v27.11.1` | --- ### 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). --- example_configs/parallel.yml | 2 +- example_configs/serial.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example_configs/parallel.yml b/example_configs/parallel.yml index ea714a89..c1844927 100644 --- a/example_configs/parallel.yml +++ b/example_configs/parallel.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws-REGION_PLACEHOLDER' path: cloudquery/aws - version: 'v27.9.0' # latest version of aws plugin + version: 'v27.11.1' # latest version of aws plugin destinations: ['postgresql-REGION_PLACEHOLDER'] tables: [aws_s3_buckets] skip_dependent_tables: true diff --git a/example_configs/serial.yml b/example_configs/serial.yml index 0097519f..e9f68241 100644 --- a/example_configs/serial.yml +++ b/example_configs/serial.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws' path: 'cloudquery/aws' - version: 'v27.9.0' # latest version of aws plugin + version: 'v27.11.1' # latest version of aws plugin destinations: ['postgresql'] tables: [aws_s3_buckets] skip_dependent_tables: true From a530bdf1d00198cca8be2b7c7c52d09fe898ac5e Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 6 Aug 2024 16:19:06 +0300 Subject: [PATCH 2/6] chore(deps): Update dependency destination-postgresql to v8.4.0 (#557) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [destination-postgresql](https://hub.cloudquery.io) | minor | `v8.3.1` -> `v8.4.0` | --- ### 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). --- example_configs/parallel.yml | 2 +- example_configs/serial.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example_configs/parallel.yml b/example_configs/parallel.yml index c1844927..7908ea50 100644 --- a/example_configs/parallel.yml +++ b/example_configs/parallel.yml @@ -14,6 +14,6 @@ kind: destination spec: name: 'postgresql-REGION_PLACEHOLDER' path: cloudquery/postgresql - version: 'v8.3.1' # latest version of postgresql plugin + version: 'v8.4.0' # latest version of postgresql plugin spec: connection_string: ${CQ_DSN} # The CQ_DSN environment variable will be set by GitHub Action workflow diff --git a/example_configs/serial.yml b/example_configs/serial.yml index e9f68241..a1ad5e2c 100644 --- a/example_configs/serial.yml +++ b/example_configs/serial.yml @@ -11,6 +11,6 @@ kind: destination spec: name: 'postgresql' path: 'cloudquery/postgresql' - version: 'v8.3.1' # latest version of postgresql plugin + version: 'v8.4.0' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable' From 117d33dd5fa34eff74a8cfb27b86ac7d32802bf9 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:16:13 +0300 Subject: [PATCH 3/6] chore(deps): Update CloudQuery monorepo modules (#558) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [destination-postgresql](https://hub.cloudquery.io) | minor | `v8.4.0` -> `v8.5.1` | | [source-aws](https://hub.cloudquery.io) | minor | `v27.11.1` -> `v27.12.0` | --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- example_configs/parallel.yml | 4 ++-- example_configs/serial.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/example_configs/parallel.yml b/example_configs/parallel.yml index 7908ea50..31f27e48 100644 --- a/example_configs/parallel.yml +++ b/example_configs/parallel.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws-REGION_PLACEHOLDER' path: cloudquery/aws - version: 'v27.11.1' # latest version of aws plugin + version: 'v27.12.0' # latest version of aws plugin destinations: ['postgresql-REGION_PLACEHOLDER'] tables: [aws_s3_buckets] skip_dependent_tables: true @@ -14,6 +14,6 @@ kind: destination spec: name: 'postgresql-REGION_PLACEHOLDER' path: cloudquery/postgresql - version: 'v8.4.0' # latest version of postgresql plugin + version: 'v8.5.1' # latest version of postgresql plugin spec: connection_string: ${CQ_DSN} # The CQ_DSN environment variable will be set by GitHub Action workflow diff --git a/example_configs/serial.yml b/example_configs/serial.yml index a1ad5e2c..9090f5ac 100644 --- a/example_configs/serial.yml +++ b/example_configs/serial.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws' path: 'cloudquery/aws' - version: 'v27.11.1' # latest version of aws plugin + version: 'v27.12.0' # latest version of aws plugin destinations: ['postgresql'] tables: [aws_s3_buckets] skip_dependent_tables: true @@ -11,6 +11,6 @@ kind: destination spec: name: 'postgresql' path: 'cloudquery/postgresql' - version: 'v8.4.0' # latest version of postgresql plugin + version: 'v8.5.1' # latest version of postgresql plugin spec: connection_string: 'postgresql://postgres:pass@localhost:5432/postgres?sslmode=disable' From 57db4ed9e6deac66f055653566a73fe123612310 Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Wed, 14 Aug 2024 00:14:15 +0300 Subject: [PATCH 4/6] chore(deps): Update dependency source-aws to v27.13.1 (#559) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [source-aws](https://hub.cloudquery.io) | minor | `v27.12.0` -> `v27.13.1` | --- ### 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). --- example_configs/parallel.yml | 2 +- example_configs/serial.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example_configs/parallel.yml b/example_configs/parallel.yml index 31f27e48..d64d69f6 100644 --- a/example_configs/parallel.yml +++ b/example_configs/parallel.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws-REGION_PLACEHOLDER' path: cloudquery/aws - version: 'v27.12.0' # latest version of aws plugin + version: 'v27.13.1' # latest version of aws plugin destinations: ['postgresql-REGION_PLACEHOLDER'] tables: [aws_s3_buckets] skip_dependent_tables: true diff --git a/example_configs/serial.yml b/example_configs/serial.yml index 9090f5ac..39e73bff 100644 --- a/example_configs/serial.yml +++ b/example_configs/serial.yml @@ -2,7 +2,7 @@ kind: source spec: name: 'aws' path: 'cloudquery/aws' - version: 'v27.12.0' # latest version of aws plugin + version: 'v27.13.1' # latest version of aws plugin destinations: ['postgresql'] tables: [aws_s3_buckets] skip_dependent_tables: true From 86178b24637a7a8c403aa6ea2c96748900f249fe Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Tue, 20 Aug 2024 13:36:00 +0300 Subject: [PATCH 5/6] chore!: update minimal Node.js version to 20 (#560) Node.js 16 actions are deprecated https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ and generate a warning ![image](https://github.com/user-attachments/assets/b89a4bec-1e96-4b59-8d10-1dd3dc1d9601) --- action.yml | 2 +- package.json | 2 +- tsconfig.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/action.yml b/action.yml index 6ccecd09..52174022 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ inputs: description: 'CloudQuery CLI version to install' required: true runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: 'cloud-snow' diff --git a/package.json b/package.json index 39caf89e..9242d8c6 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "semver": "7.6.3" }, "engines": { - "node": ">=16.0.0" + "node": ">=20.0.0" }, "devDependencies": { "@commitlint/cli": "19.3.0", diff --git a/tsconfig.json b/tsconfig.json index e79fe1a6..a62f9bc4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,9 @@ { "compilerOptions": { "incremental": true, - "target": "es2019", - "module": "ESNext", - "moduleResolution": "node", + "target": "ES2022", + "module": "NodeNext", + "moduleResolution": "NodeNext", "allowJs": true, "declaration": false, "declarationMap": false, From c478ec1684229829342f23e0d1c143c14751ddbe Mon Sep 17 00:00:00 2001 From: CloudQuery Bot <102256036+cq-bot@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:38:19 +0300 Subject: [PATCH 6/6] chore(main): release 4.0.0 (#561) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [4.0.0](https://github.com/cloudquery/setup-cloudquery/compare/v3.0.18...v4.0.0) (2024-08-20) ### ⚠ BREAKING CHANGES * update minimal Node.js version to 20 ([#560](https://github.com/cloudquery/setup-cloudquery/issues/560)) ### Miscellaneous Chores * update minimal Node.js version to 20 ([#560](https://github.com/cloudquery/setup-cloudquery/issues/560)) ([86178b2](https://github.com/cloudquery/setup-cloudquery/commit/86178b24637a7a8c403aa6ea2c96748900f249fe)) --- 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 | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9e6862..30d32703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.0.0](https://github.com/cloudquery/setup-cloudquery/compare/v3.0.18...v4.0.0) (2024-08-20) + + +### ⚠ BREAKING CHANGES + +* update minimal Node.js version to 20 ([#560](https://github.com/cloudquery/setup-cloudquery/issues/560)) + +### Miscellaneous Chores + +* update minimal Node.js version to 20 ([#560](https://github.com/cloudquery/setup-cloudquery/issues/560)) ([86178b2](https://github.com/cloudquery/setup-cloudquery/commit/86178b24637a7a8c403aa6ea2c96748900f249fe)) + ## [3.0.18](https://github.com/cloudquery/setup-cloudquery/compare/v3.0.17...v3.0.18) (2024-08-01) diff --git a/package-lock.json b/package-lock.json index 267960de..0cf5b969 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cloudquery/setup-cloudquery", - "version": "3.0.18", + "version": "4.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cloudquery/setup-cloudquery", - "version": "3.0.18", + "version": "4.0.0", "license": "MIT", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index 9242d8c6..0f6a21bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudquery/setup-cloudquery", - "version": "3.0.18", + "version": "4.0.0", "description": "Setup CloudQuery CLI in a GitHub action environment", "main": "dist/index.js", "type": "module",