Skip to content

Commit 79223f6

Browse files
cq-boterezrokah
andauthored
chore(main): release 2.0.1 (#72)
* chore(main): release 2.0.1 Co-authored-by: cq-bot <[email protected]> Co-authored-by: Erez Rokah <[email protected]>
1 parent af927fe commit 79223f6

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
dbversion: ['postgres:latest']
22-
cloudquery-version: ['latest', '1.0.6', 'v1.0.6']
22+
cloudquery-version: ['latest', '1.3.5', 'v1.3.5']
2323
os: [ubuntu-latest]
2424
fail-fast: false
2525
services:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/cloudquery/setup-cloudquery/compare/v2.0.0...v2.0.1) (2022-10-20)
4+
5+
6+
### Bug Fixes
7+
8+
* Update to use new CLI binary names ([#71](https://github.com/cloudquery/setup-cloudquery/issues/71)) ([af927fe](https://github.com/cloudquery/setup-cloudquery/commit/af927fe428033bf187208b036e6c2c9dbcede6cb))
9+
310
## [2.0.0](https://github.com/cloudquery/setup-cloudquery/compare/v1.0.8...v2.0.0) (2022-10-09)
411

512

dist/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14294,12 +14294,12 @@ var external_path_default = /*#__PURE__*/__nccwpck_require__.n(external_path_);
1429414294

1429514295

1429614296
const binaries = {
14297-
darwin: 'cloudquery_darwin_x86_64',
14298-
linux: 'cloudquery_linux_x86_64',
14297+
darwin: 'cloudquery_darwin_amd64',
14298+
linux: 'cloudquery_linux_amd64',
1429914299
};
1430014300
const resolveDownloadUrl = async (version, binary) => {
1430114301
if (version === 'latest') {
14302-
return `https://versions.cloudquery.io/latest/v1/${binary}`;
14302+
return `https://versions.cloudquery.io/latest/v2/${binary}`;
1430314303
}
1430414304
const tag = version.startsWith('v') ? `cli-${version}` : `cli-v${version}`;
1430514305
return `https://github.com/cloudquery/cloudquery/releases/download/${tag}/${binary}`;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudquery/setup-cloudquery",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Setup CloudQuery CLI in a GitHub action environment",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)