Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pg_azure_storage to 1.3.1 #1076

Merged
merged 6 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -28,7 +27,6 @@ jobs:
- el/7
- debian/buster
- debian/bullseye
- ubuntu/bionic
- ubuntu/focal
- ubuntu/jammy

Expand All @@ -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
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/build-pgazure-nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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
Expand Down
7 changes: 5 additions & 2 deletions azure_storage.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -56,6 +56,9 @@ export CI=1
%endif

%changelog
* Thu Sep 7 2023 - Gurkan Indibay <gindibay@microsoft> 1.3.1.citus-1
- Official 1.3.1 release of Pg Azure Storage

* Tue Apr 18 2023 - Gurkan Indibay <gindibay@microsoft> 1.2.1.citus-1
- Official 1.2.1 release of Pg Azure Storage

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
azure-storage (1.3.1.citus-1) stable; urgency=low

* Official 1.3.1 release of azure-storage.

-- Gurkan Indibay <[email protected]> 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.
Expand Down
5 changes: 5 additions & 0 deletions packaging_ignore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions pkgvars
Original file line number Diff line number Diff line change
Expand Up @@ -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