Skip to content

Commit cfdb734

Browse files
author
Joseph Palermo
authored
Merge pull request #77 from ZPascal/delete-postgresql-11
feat: Remove PostgreSQL 11 from the release
2 parents 8556f0e + f105f8e commit cfdb734

File tree

5 files changed

+0
-76
lines changed

5 files changed

+0
-76
lines changed

ci/pipeline.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
- in_parallel:
3131
- get: bosh-cli-registry-image
3232
- get: postgres-release
33-
- get: postgres-11-src
34-
trigger: true
3533
- get: postgres-13-src
3634
trigger: true
3735
- get: postgres-15-src
@@ -43,18 +41,6 @@ jobs:
4341
params:
4442
globs:
4543
- yq_linux_amd64
46-
- task: bump-postgres-11-package
47-
file: postgres-release/ci/tasks/bump-postgres-packages/task.yml
48-
image: bosh-cli-registry-image
49-
input_mapping:
50-
postgres-src: postgres-11-src
51-
params:
52-
MAJOR_VERSION: 11
53-
PRIVATE_YML: |
54-
blobstore:
55-
options:
56-
access_key_id: ((postgres-release-blobstore-user.username))
57-
secret_access_key: ((postgres-release-blobstore-user.password))
5844
- task: bump-postgres-13-package
5945
file: postgres-release/ci/tasks/bump-postgres-packages/task.yml
6046
image: bosh-cli-registry-image
@@ -218,13 +204,6 @@ resources:
218204
username: ((dockerhub_username))
219205
password: ((dockerhub_password))
220206

221-
- name: postgres-11-src
222-
type: http-resource
223-
source:
224-
index: "https://ftp.postgresql.org/pub/source/"
225-
regex: 'href="v(?P<version>11\.[0-9.]+)/"'
226-
uri: "https://ftp.postgresql.org/pub/source/v{version}/postgresql-{version}.tar.gz"
227-
228207
- name: postgres-13-src
229208
type: http-resource
230209
source:

jobs/bbr-postgres-db/spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ templates:
1414

1515
packages:
1616
- postgres-common
17-
- postgres-11
1817
- postgres-13
1918
- postgres-15
2019
- postgres-16

jobs/postgres/spec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ templates:
2828

2929
packages:
3030
- postgres-common
31-
- postgres-11
3231
- postgres-13
3332
- postgres-15
3433
- postgres-16

packages/postgres-11/packaging

Lines changed: 0 additions & 49 deletions
This file was deleted.

packages/postgres-11/spec

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)