diff --git a/.github/workflows/build-package.yml b/.github/workflows/build-package.yml index 4d9878a1..86c1b8a9 100644 --- a/.github/workflows/build-package.yml +++ b/.github/workflows/build-package.yml @@ -9,8 +9,7 @@ env: PACKAGING_SECRET_KEY: ${{ secrets.PACKAGING_SECRET_KEY }} PACKAGING_PASSPHRASE: ${{ secrets.PACKAGING_PASSPHRASE }} MSRUSTUP_PAT: ${{ secrets.MSRUSTUP_PAT }} - MSCODEHUB_USERNAME: ${{ secrets.MSCODEHUB_USERNAME }} - MSCODEHUB_PASSWORD: ${{ secrets.MSCODEHUB_PASSWORD }} + CRATES_IO_MIRROR_FEED_TOKEN: ${{ secrets.CRATES_IO_MIRROR_FEED_TOKEN }} on: push: branches: @@ -28,7 +27,6 @@ jobs: - el/7 - debian/buster - debian/bullseye - - ubuntu/bionic - ubuntu/focal - ubuntu/jammy @@ -44,7 +42,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Clone tools branch - run: git clone -b v0.8.25 --depth=1 https://github.com/citusdata/tools.git tools + run: git clone -b v0.8.28 --depth=1 https://github.com/citusdata/tools.git tools - name: Install package dependencies run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev libssl-dev python3-testresources diff --git a/.github/workflows/build-pgazure-nightlies.yml b/.github/workflows/build-pgazure-nightlies.yml index a8e394b7..8faa8b2d 100644 --- a/.github/workflows/build-pgazure-nightlies.yml +++ b/.github/workflows/build-pgazure-nightlies.yml @@ -10,8 +10,7 @@ env: DOCKERHUB_USER_NAME: ${{ secrets.DOCKERHUB_USER_NAME }} DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} MSRUSTUP_PAT: ${{ secrets.MSRUSTUP_PAT }} - MSCODEHUB_USERNAME: ${{ secrets.MSCODEHUB_USERNAME }} - MSCODEHUB_PASSWORD: ${{ secrets.MSCODEHUB_PASSWORD }} + CRATES_IO_MIRROR_FEED_TOKEN: ${{ secrets.CRATES_IO_MIRROR_FEED_TOKEN }} on: push: branches: @@ -31,13 +30,12 @@ jobs: - el/7 - debian/buster - debian/bullseye - - ubuntu/bionic - ubuntu/focal - ubuntu/jammy steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # This step is to fetch the images unanonymously to have higher bandwidth - name: Login to Docker Hub @@ -47,7 +45,7 @@ jobs: password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Clone tools branch - run: git clone -b v0.8.25 --depth=1 https://github.com/citusdata/tools.git tools + run: git clone -b v0.8.28 --depth=1 https://github.com/citusdata/tools.git tools - name: Install package dependencies run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev libssl-dev python3-testresources diff --git a/azure_storage.spec b/azure_storage.spec index 5c29e29b..8bcd8599 100644 --- a/azure_storage.spec +++ b/azure_storage.spec @@ -9,11 +9,11 @@ Summary: Pg Azure storage Name: %{sname}%{?pkginfix}_%{pgmajorversion} Provides: %{sname}_%{pgmajorversion} Conflicts: %{sname}_%{pgmajorversion} -Version: 1.2.1.citus +Version: 1.3.1.citus Release: 1%{dist} License: AGPLv3 Group: Applications/Databases -Source0: https://github.com/citusdata/pgazure/archive/v1.2.1.tar.gz +Source0: https://github.com/citusdata/pgazure/archive/v1.3.1.tar.gz URL: https://github.com/citusdata/pgazure BuildRequires: postgresql%{pgmajorversion}-devel libcurl-devel libxml2-devel libxslt-devel openssl-devel Requires: postgresql%{pgmajorversion}-server @@ -56,6 +56,9 @@ export CI=1 %endif %changelog +* Thu Sep 7 2023 - Gurkan Indibay 1.3.1.citus-1 +- Official 1.3.1 release of Pg Azure Storage + * Tue Apr 18 2023 - Gurkan Indibay 1.2.1.citus-1 - Official 1.2.1 release of Pg Azure Storage diff --git a/debian/changelog b/debian/changelog index 6a437370..82ba7064 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +azure-storage (1.3.1.citus-1) stable; urgency=low + + * Official 1.3.1 release of azure-storage. + + -- Gurkan Indibay Thu, 7 Sep 2023 10:45:00 +0300 + azure-storage (1.2.1.citus-1) stable; urgency=low * Official 1.2.1 release of azure-storage. diff --git a/packaging_ignore.yml b/packaging_ignore.yml index d018e4a8..4941c4ec 100644 --- a/packaging_ignore.yml +++ b/packaging_ignore.yml @@ -18,6 +18,11 @@ base: - ".* cc1plus: warning: command-line option .*" - ".* warning: no previous prototype for .*" - "CMake Warning at .*" + - "WARNING: Existing msrustup installation detected." + - "WARNING: To update existing tools, use CTRL+C to exit and use `msrustup update` instead." + - "WARNING: To OVERWRITE existing configuration, press ENTER." + - "warning: Updating existing toolchain, profile choice will be ignored" + - "warning: be sure to add .*" debian: diff --git a/pkgvars b/pkgvars index 82d7d368..b65ff4aa 100644 --- a/pkgvars +++ b/pkgvars @@ -2,7 +2,6 @@ pkgname=azure_storage hubproj=pgazure deb_pkgname=azure-storage pkgdesc='PG Azure Storage' -pkglatest=1.2.1.citus-1 +pkglatest=1.3.1.citus-1 versioning=fancy nightlyref=main -