Skip to content

Commit 92108be

Browse files
authored
Merge pull request #579 from carlopi/move_to_v1.4.0
Swap ref_next to ref, and bump to duckdb 1.4.0
2 parents afc717a + 98a1ee9 commit 92108be

File tree

11 files changed

+16
-22
lines changed

11 files changed

+16
-22
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
COMMUNITY_EXTENSION_VCPKG_URL: ${{ steps.parse.outputs.COMMUNITY_EXTENSION_VCPKG_URL == '' && 'https://github.com/microsoft/vcpkg.git' || steps.parse.outputs.COMMUNITY_EXTENSION_VCPKG_URL }}
6060
COMMUNITY_EXTENSION_VCPKG_COMMIT: ${{ steps.parse.outputs.COMMUNITY_EXTENSION_VCPKG_COMMIT == '' && 'ce613c41372b23b1f51333815feb3edd87ef8a8b' || steps.parse.outputs.COMMUNITY_EXTENSION_VCPKG_COMMIT }}
6161
env:
62-
DUCKDB_LATEST_STABLE: 'v1.3.2'
63-
DUCKDB_VERSION: ${{ inputs.duckdb_version || 'v1.3.2' }}
62+
DUCKDB_LATEST_STABLE: 'v1.4.0'
63+
DUCKDB_VERSION: ${{ inputs.duckdb_version || 'v1.4.0' }}
6464
runs-on: ubuntu-latest
6565
steps:
6666
- uses: actions/checkout@v4
@@ -91,7 +91,7 @@ jobs:
9191
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
9292
if: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_NAME != '' }}
9393
with:
94-
duckdb_version: ${{ inputs.duckdb_version || 'v1.3.2' }}
94+
duckdb_version: ${{ inputs.duckdb_version || 'v1.4.0' }}
9595
duckdb_tag: ${{ inputs.duckdb_tag || '' }}
9696
ci_tools_version: 'main'
9797
exclude_archs: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_EXCLUDE_PLATFORMS }}
@@ -114,7 +114,7 @@ jobs:
114114
uses: ./.github/workflows/generate_docs.yml
115115
with:
116116
extension_name: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_NAME }}
117-
duckdb_version: ${{ inputs.duckdb_version || 'v1.3.2' }}
117+
duckdb_version: ${{ inputs.duckdb_version || 'v1.4.0' }}
118118

119119
archive:
120120
needs:
@@ -138,7 +138,7 @@ jobs:
138138
secrets: inherit
139139
with:
140140
deploy_latest: true
141-
duckdb_version: ${{ inputs.duckdb_version || 'v1.3.2' }}
141+
duckdb_version: ${{ inputs.duckdb_version || 'v1.4.0' }}
142142
ci_tools_version: 'main'
143143
exclude_archs: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_EXCLUDE_PLATFORMS }}
144144
extension_name: ${{ needs.prepare.outputs.COMMUNITY_EXTENSION_NAME }}

.github/workflows/build_next.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515

1616
jobs:
1717
test_against_latest:
18+
if: false
1819
uses: ./.github/workflows/build.yml
1920
with:
2021
duckdb_version: 'v1.4-andium'

.github/workflows/cache_warming.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Warm CCache using DuckDB C++ extension template
1111
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
1212
with:
13-
duckdb_version: 'v1.3.2'
13+
duckdb_version: 'v1.4.0'
1414
ci_tools_version: 'main' # TODO: this should probably be v1.3.1?
1515
extra_toolchains: ''
1616
extension_name: 'quack'
@@ -40,7 +40,7 @@ jobs:
4040
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@main
4141
needs: parse_dependency_list
4242
with:
43-
duckdb_version: 'v1.3.2'
43+
duckdb_version: 'v1.4.0'
4444
ci_tools_version: 'main' # TODO: this should probably be v1.3.1?
4545
extra_toolchains: ';rust;go;fortran;parser_tools;'
4646
extension_name: 'capi_quack'

.github/workflows/generate_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Set up DuckDB
2828
run: |
29-
wget https://github.com/duckdb/duckdb/releases/download/v1.3.2/duckdb_cli-linux-amd64.zip
29+
wget https://github.com/duckdb/duckdb/releases/download/v1.4.0/duckdb_cli-linux-amd64.zip
3030
unzip duckdb_cli-linux-amd64.zip
3131
chmod +x duckdb
3232

extensions/bigquery/description.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ extension:
1313

1414
repo:
1515
github: hafenkran/duckdb-bigquery
16-
ref: 31aeb97b17ba0a4d83e8975548accb958af6d495
17-
ref_next: 10882a382d45f941d9672c5030fab22e34660792
16+
ref: 10882a382d45f941d9672c5030fab22e34660792
1817

1918
docs:
2019
hello_world: |

extensions/eeagrid/description.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ extension:
1010

1111
repo:
1212
github: ahuarte47/duckdb-eeagrid
13-
ref: 6d22b0a910012f4ad391d90207673173a1682881
14-
ref_next: 7baa632d47cb58830b82eb515eb01c34a0d2cb25
13+
ref: 7baa632d47cb58830b82eb515eb01c34a0d2cb25
1514

1615
docs:
1716
hello_world: |

extensions/gsheets/description.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ extension:
1212

1313
repo:
1414
github: evidence-dev/duckdb_gsheets
15-
ref: e3412a28070004f3c9c68991e14952f4c4f9666c
16-
ref_next: f44cfdd97c83489a5ffea15712fc24d0e257ff44
15+
ref: f44cfdd97c83489a5ffea15712fc24d0e257ff44
1716

1817
docs:
1918
hello_world: |

extensions/nanodbc/description.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ extension:
1010
- Hugoberry
1111
repo:
1212
github: Hugoberry/duckdb-nanodbc-extension
13-
ref: 5f48a24cbd0857666cc3b264c5e71d6f55d15396
14-
ref_next: c08096f1ab80a1f1028117aa83bb478d82bfe230
13+
ref: c08096f1ab80a1f1028117aa83bb478d82bfe230
1514
docs:
1615
hello_world: |
1716
-- Query a table using DSN

extensions/quack/description.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ extension:
1717

1818
repo:
1919
github: duckdb/extension-template
20-
ref: c7d9ef3463376dc2b64959abf3a477eae2280142
21-
ref_next: e52f46eeca9157124cbc910f52ea8637c95084a1
20+
ref: e52f46eeca9157124cbc910f52ea8637c95084a1
2221

2322
docs:
2423
hello_world: |

extensions/snowflake/description.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ extension:
1010

1111
repo:
1212
github: iqea-ai/duckdb-snowflake
13-
ref: 82a1fac62130046eda51dc75e9e9abdf89e956f5
14-
ref_next: eaa953343f5cc0d1e53704b751fea5e70f556bf4
13+
ref: eaa953343f5cc0d1e53704b751fea5e70f556bf4
1514

1615
docs:
1716
hello_world: |

0 commit comments

Comments
 (0)