diff --git a/.tekton/libecpg-pull-request.yaml b/.tekton/libecpg-pull-request.yaml index cadd92e..d2d0556 100644 --- a/.tekton/libecpg-pull-request.yaml +++ b/.tekton/libecpg-pull-request.yaml @@ -36,14 +36,6 @@ spec: - name: pathInRepo value: pipeline/build-rhel-package.yaml workspaces: - - name: workspace - volumeClaimTemplate: - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 10Gi - name: git-auth secret: secretName: '{{ git_auth_secret }}' diff --git a/.tekton/libecpg-push.yaml b/.tekton/libecpg-push.yaml index 0b744e1..4479257 100644 --- a/.tekton/libecpg-push.yaml +++ b/.tekton/libecpg-push.yaml @@ -35,14 +35,6 @@ spec: - name: pathInRepo value: pipeline/build-rhel-package.yaml workspaces: - - name: workspace - volumeClaimTemplate: - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 10Gi - name: git-auth secret: secretName: '{{ git_auth_secret }}' diff --git a/libecpg.spec b/libecpg.spec index d870405..d2b7ce1 100644 --- a/libecpg.spec +++ b/libecpg.spec @@ -3,7 +3,7 @@ Summary: ECPG - Embedded SQL in C Name: libecpg Version: %majorversion.1 -Release: 11%{?dist} +Release: 12%{?dist} License: PostgreSQL Url: http://www.postgresql.org/ @@ -132,6 +132,9 @@ find_lang_bins %name-devel.lst ecpg %changelog +* Tue Jan 28 2025 Aviv Sabadra - 16.1-12 +- Drop unnecessary PVC + * Mon Jan 27 2025 Aviv Sabadra - 16.1-11 - Bump release for final January Konflux build