Skip to content

Commit

Permalink
bump to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Jun 3, 2024
1 parent b30fa30 commit 3519ace
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ concurrency:
jobs:
duckdb-stable-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v0.10.3
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.0.0
with:
duckdb_version: v0.10.3
duckdb_version: v1.0.0
extension_name: uc_catalog
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64;linux_arm64;linux_amd64_gcc4;linux_amd64'

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@main
uses: duckdb/extension-ci-tools/.github/workflows/_extension_deploy.yml@v1.0.0
secrets: inherit
with:
duckdb_version: v0.10.3
duckdb_version: v1.0.0
extension_name: uc_catalog
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64;linux_arm64;linux_amd64_gcc4;linux_amd64'
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 134 files
2 changes: 1 addition & 1 deletion test/sql/uc_catalog.test
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mode skip
statement ok
CREATE SECRET (
TYPE UC,
TOKEN '<redacted>',
TOKEN 'dapif628af6f60c0dd8b89de09957028b56e',
ENDPOINT 'https://dbc-0c3d2ced-509c.cloud.databricks.com',
AWS_REGION 'us-east-2'
)
Expand Down

0 comments on commit 3519ace

Please sign in to comment.