File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 PACKAGING_SECRET_KEY : ${{ secrets.PACKAGING_SECRET_KEY }}
1010 PACKAGING_PASSPHRASE : ${{ secrets.PACKAGING_PASSPHRASE }}
1111 MSRUSTUP_PAT : ${{ secrets.MSRUSTUP_PAT }}
12- MSCODEHUB_USERNAME : ${{ secrets.MSCODEHUB_USERNAME }}
13- MSCODEHUB_PASSWORD : ${{ secrets.MSCODEHUB_PASSWORD }}
12+ CRATES_IO_MIRROR_FEED_TOKEN : ${{ secrets.CRATES_IO_MIRROR_FEED_TOKEN }}
1413on :
1514 push :
1615 branches :
2827 - el/7
2928 - debian/buster
3029 - debian/bullseye
31- - ubuntu/bionic
3230 - ubuntu/focal
3331 - ubuntu/jammy
3432
4442 password : ${{ secrets.DOCKERHUB_PASSWORD }}
4543
4644 - name : Clone tools branch
47- run : git clone -b v0.8.25 --depth=1 https://github.com/citusdata/tools.git tools
45+ run : git clone -b v0.8.28 --depth=1 https://github.com/citusdata/tools.git tools
4846
4947 - name : Install package dependencies
5048 run : sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change 1010 DOCKERHUB_USER_NAME : ${{ secrets.DOCKERHUB_USER_NAME }}
1111 DOCKERHUB_PASSWORD : ${{ secrets.DOCKERHUB_PASSWORD }}
1212 MSRUSTUP_PAT : ${{ secrets.MSRUSTUP_PAT }}
13- MSCODEHUB_USERNAME : ${{ secrets.MSCODEHUB_USERNAME }}
14- MSCODEHUB_PASSWORD : ${{ secrets.MSCODEHUB_PASSWORD }}
13+ CRATES_IO_MIRROR_FEED_TOKEN : ${{ secrets.CRATES_IO_MIRROR_FEED_TOKEN }}
1514on :
1615 push :
1716 branches :
@@ -31,13 +30,12 @@ jobs:
3130 - el/7
3231 - debian/buster
3332 - debian/bullseye
34- - ubuntu/bionic
3533 - ubuntu/focal
3634 - ubuntu/jammy
3735
3836 steps :
3937 - name : Checkout repository
40- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
4139
4240 # This step is to fetch the images unanonymously to have higher bandwidth
4341 - name : Login to Docker Hub
4745 password : ${{ secrets.DOCKERHUB_PASSWORD }}
4846
4947 - name : Clone tools branch
50- run : git clone -b v0.8.25 --depth=1 https://github.com/citusdata/tools.git tools
48+ run : git clone -b v0.8.28 --depth=1 https://github.com/citusdata/tools.git tools
5149
5250 - name : Install package dependencies
5351 run : sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev libssl-dev python3-testresources
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ Summary: Pg Azure storage
99Name: %{sname }%{?pkginfix }_%{pgmajorversion }
1010Provides: %{sname }_%{pgmajorversion }
1111Conflicts: %{sname }_%{pgmajorversion }
12- Version: 1.2 .1.citus
12+ Version: 1.3 .1.citus
1313Release: 1%{dist }
1414License: AGPLv3
1515Group: Applications/Databases
16- Source0: https://github.com/citusdata/pgazure/archive/v1.2 .1.tar.gz
16+ Source0: https://github.com/citusdata/pgazure/archive/v1.3 .1.tar.gz
1717URL: https://github.com/citusdata/pgazure
1818BuildRequires: postgresql%{pgmajorversion }-devel libcurl-devel libxml2-devel libxslt-devel openssl-devel
1919Requires: postgresql%{pgmajorversion }-server
@@ -56,6 +56,9 @@ export CI=1
5656%endif
5757
5858%changelog
59+ * Thu Sep 7 2023 - Gurkan Indibay <gindibay@microsoft> 1.3.1.citus-1
60+ - Official 1.3.1 release of Pg Azure Storage
61+
5962* Tue Apr 18 2023 - Gurkan Indibay <gindibay@microsoft> 1.2.1.citus-1
6063- Official 1.2.1 release of Pg Azure Storage
6164
Original file line number Diff line number Diff line change 1+ azure-storage (1.3.1.citus-1) stable; urgency=low
2+
3+ * Official 1.3.1 release of azure-storage.
4+
5+ -- Gurkan Indibay <gindibay@microsoft.com> Thu, 7 Sep 2023 10:45:00 +0300
6+
17azure-storage (1.2.1.citus-1) stable; urgency=low
28
39 * Official 1.2.1 release of azure-storage.
Original file line number Diff line number Diff line change 1818 - " .* cc1plus: warning: command-line option .*"
1919 - " .* warning: no previous prototype for .*"
2020 - " CMake Warning at .*"
21+ - " WARNING: Existing msrustup installation detected."
22+ - " WARNING: To update existing tools, use CTRL+C to exit and use `msrustup update` instead."
23+ - " WARNING: To OVERWRITE existing configuration, press ENTER."
24+ - " warning: Updating existing toolchain, profile choice will be ignored"
25+ - " warning: be sure to add .*"
2126
2227
2328debian :
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ pkgname=azure_storage
22hubproj=pgazure
33deb_pkgname=azure-storage
44pkgdesc='PG Azure Storage'
5- pkglatest=1.2 .1.citus-1
5+ pkglatest=1.3 .1.citus-1
66versioning=fancy
77nightlyref=main
8-
You can’t perform that action at this time.
0 commit comments