diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index c9cb56e2..9eaabec2 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -1,7 +1,7 @@ aws_crt_cpp: - 0.28.3 aws_sdk_cpp: -- 1.11.379 +- 1.11.407 azure_core_cpp: - 1.13.0 azure_identity_cpp: diff --git a/.ci_support/linux_aarch64_.yaml b/.ci_support/linux_aarch64_.yaml index 5e6baa7d..1fdc6d82 100644 --- a/.ci_support/linux_aarch64_.yaml +++ b/.ci_support/linux_aarch64_.yaml @@ -3,7 +3,7 @@ BUILD: aws_crt_cpp: - 0.28.3 aws_sdk_cpp: -- 1.11.379 +- 1.11.407 azure_core_cpp: - 1.13.0 azure_identity_cpp: diff --git a/.ci_support/linux_ppc64le_.yaml b/.ci_support/linux_ppc64le_.yaml index 856201cb..440d851a 100644 --- a/.ci_support/linux_ppc64le_.yaml +++ b/.ci_support/linux_ppc64le_.yaml @@ -1,7 +1,7 @@ aws_crt_cpp: - 0.28.3 aws_sdk_cpp: -- 1.11.379 +- 1.11.407 azure_core_cpp: - 1.13.0 azure_identity_cpp: diff --git a/.ci_support/migrations/aws_crt_cpp0283.yaml b/.ci_support/migrations/aws_crt_cpp0283.yaml deleted file mode 100644 index 06586b8e..00000000 --- a/.ci_support/migrations/aws_crt_cpp0283.yaml +++ /dev/null @@ -1,9 +0,0 @@ -__migrator: - build_number: 1 - commit_message: Rebuild for aws_crt_cpp 0.28.3 - kind: version - migration_number: 1 - automerge: true -aws_crt_cpp: -- 0.28.3 -migrator_ts: 1726512513.994762 diff --git a/.ci_support/migrations/aws_sdk_cpp111407.yaml b/.ci_support/migrations/aws_sdk_cpp111407.yaml new file mode 100644 index 00000000..ab8d0d48 --- /dev/null +++ b/.ci_support/migrations/aws_sdk_cpp111407.yaml @@ -0,0 +1,8 @@ +__migrator: + build_number: 1 + commit_message: Rebuild for aws_sdk_cpp 1.11.407 + kind: version + migration_number: 1 +aws_sdk_cpp: +- 1.11.407 +migrator_ts: 1726653133.46029 diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index 69489a4f..cba50262 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: aws_crt_cpp: - 0.28.3 aws_sdk_cpp: -- 1.11.379 +- 1.11.407 azure_core_cpp: - 1.13.0 azure_identity_cpp: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml index 7a99f61b..ffbbbfac 100644 --- a/.ci_support/osx_arm64_.yaml +++ b/.ci_support/osx_arm64_.yaml @@ -5,7 +5,7 @@ MACOSX_SDK_VERSION: aws_crt_cpp: - 0.28.3 aws_sdk_cpp: -- 1.11.379 +- 1.11.407 azure_core_cpp: - 1.13.0 azure_identity_cpp: diff --git a/.ci_support/win_64_.yaml b/.ci_support/win_64_.yaml index 0aca60d3..df499299 100644 --- a/.ci_support/win_64_.yaml +++ b/.ci_support/win_64_.yaml @@ -1,7 +1,7 @@ aws_crt_cpp: - 0.28.3 aws_sdk_cpp: -- 1.11.379 +- 1.11.407 azure_core_cpp: - 1.13.0 azure_identity_cpp: diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0a2f8db9..d03c6841 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: sha256: f90461850c6f87f63fe77788d7932fd53a4d1de7e2ba7263f5e8f2fd1df23e38 build: - number: 0 + number: 1 run_exports: # https://abi-laboratory.pro/?view=timeline&l=tiledb - {{ pin_subpackage('tiledb', max_pin='x.x') }}