Skip to content

feat: Remove PostgreSQL 11 from the release #77

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

Merged
merged 2 commits into from
Dec 2, 2024
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
21 changes: 0 additions & 21 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
- in_parallel:
- get: bosh-cli-registry-image
- get: postgres-release
- get: postgres-11-src
trigger: true
- get: postgres-13-src
trigger: true
- get: postgres-15-src
Expand All @@ -43,18 +41,6 @@ jobs:
params:
globs:
- yq_linux_amd64
- task: bump-postgres-11-package
file: postgres-release/ci/tasks/bump-postgres-packages/task.yml
image: bosh-cli-registry-image
input_mapping:
postgres-src: postgres-11-src
params:
MAJOR_VERSION: 11
PRIVATE_YML: |
blobstore:
options:
access_key_id: ((postgres-release-blobstore-user.username))
secret_access_key: ((postgres-release-blobstore-user.password))
- task: bump-postgres-13-package
file: postgres-release/ci/tasks/bump-postgres-packages/task.yml
image: bosh-cli-registry-image
Expand Down Expand Up @@ -218,13 +204,6 @@ resources:
username: ((dockerhub_username))
password: ((dockerhub_password))

- name: postgres-11-src
type: http-resource
source:
index: "https://ftp.postgresql.org/pub/source/"
regex: 'href="v(?P<version>11\.[0-9.]+)/"'
uri: "https://ftp.postgresql.org/pub/source/v{version}/postgresql-{version}.tar.gz"

- name: postgres-13-src
type: http-resource
source:
Expand Down
1 change: 0 additions & 1 deletion jobs/bbr-postgres-db/spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ templates:

packages:
- postgres-common
- postgres-11
- postgres-13
- postgres-15
- postgres-16
Expand Down
1 change: 0 additions & 1 deletion jobs/postgres/spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ templates:

packages:
- postgres-common
- postgres-11
- postgres-13
- postgres-15
- postgres-16
Expand Down
49 changes: 0 additions & 49 deletions packages/postgres-11/packaging

This file was deleted.

4 changes: 0 additions & 4 deletions packages/postgres-11/spec

This file was deleted.