Skip to content

Commit

Permalink
Bump pg_azure_storage to 1.3.1 (#1076)
Browse files Browse the repository at this point in the history
* Add token for crates io mirror feed

* Update secrets for build-package.yml

* Updates tools version to pass env
variable

* Removes ubuntu/bionic

* Bump to azure_storage 1.3.1

* Updates tools branch

---------

Co-authored-by: gindibay <[email protected]>
  • Loading branch information
hanefi and gurkanindibay authored Sep 7, 2023
1 parent 8dbf265 commit 286aabd
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 13 deletions.
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

0 comments on commit 286aabd

Please sign in to comment.