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

Release 2024-05-27 #7888

Merged
merged 43 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
df9ab1b
refactor(test): duplication with fullbackup, tar content hashing (#7828)
koivunej May 22, 2024
d1d55bb
CI(report-benchmarks-failures): fix condition (#7820)
bayandin May 22, 2024
ce44dfe
openapi: document timeline ancestor detach (#7650)
koivunej May 22, 2024
8901ce9
Fix typos in action definitions
tristan957 May 21, 2024
900f391
Make postgres_version action input default to a string
tristan957 May 21, 2024
325f378
CI(promote-images): simplify & fix the job (#7826)
bayandin May 22, 2024
a7f31f1
CI: build multi-arch images (#7696)
bayandin May 22, 2024
e015b2b
safekeeper: use CancellationToken instead of watch channel (#7836)
jcsp May 22, 2024
62aac6c
fix(Layer): carry gate until eviction is complete (#7838)
koivunej May 22, 2024
3404e76
Fix confusion between 1-based Buffer and 0-based index (#7825)
hlinnaka May 22, 2024
9217564
Fix issues with determining request LSN in read replica (#7795)
hlinnaka May 22, 2024
37f8128
Make 'neon.protocol_version = 2' the default, take two (#7819)
hlinnaka May 22, 2024
64577cf
feat(pageserver): auto-detect previous aux file policy (#7841)
skyzh May 22, 2024
9cfe08e
proxy password threadpool (#7806)
conradludgate May 22, 2024
ddd8ebd
chore(pageserver): use kebab case for aux file flag (#7840)
skyzh May 22, 2024
014f822
tests: refine test_secondary_background_downloads (#7829)
jcsp May 22, 2024
f98fdd2
tests: add a couple of allow lists for shutdown cases (#7844)
jcsp May 22, 2024
4a278cc
chore(pageserver): add force aux file policy switch handler (#7842)
skyzh May 22, 2024
ff560a1
chore(pageserver): use kebab case for compaction algorithms (#7845)
skyzh May 22, 2024
eb0c026
Bump vm-builder v0.28.1 -> v0.29.3 (#7849)
Omrigan May 22, 2024
a43a1ad
pageserver: fix API-driven secondary downloads possibly colliding wit…
jcsp May 23, 2024
58e31fe
test_attach_tenant_config: add allowed error (#7839)
koivunej May 23, 2024
8f3c316
Skip unnecessary shared state updates in safekeepers (#7851)
petuhovskiy May 23, 2024
cd6d811
[proxy] Do not fail after parquet upload error (#7858)
khanova May 23, 2024
545f7e8
tests: fix an allow list entry (#7856)
jcsp May 23, 2024
95a49f0
remove march=native from pgvector Makefile's OPTFLAGS (#7854)
Bodobolero May 23, 2024
49d7f9b
test_import_from_pageserver_small: try to make less flaky (#7843)
koivunej May 23, 2024
d5d15eb
Warn if a blob in an image is larger than 256 MiB (#7852)
arpad-m May 23, 2024
e28e46f
fix(pageserver): make wal connstr a connstr (#7846)
skyzh May 23, 2024
75a52ac
Use Timeline::create_image_layer_for_rel_blocks in tiered compaction …
arpad-m May 23, 2024
6b31642
chore(pageserver): reduce logging related to image layers (#7864)
skyzh May 23, 2024
7cf726e
refactor(rtc): remove the duplicate IndexLayerMetadata (#7860)
koivunej May 23, 2024
ea2e830
Remove apostrophe (#7868)
May 23, 2024
0e4f182
Rework PageStream connection state handling: (#7611)
MMeent May 23, 2024
c1f4028
Export db size metrics for 10 user databases (#7857)
zaynetro May 24, 2024
3860bc9
pageserver: post-shard-split layer rewrites (2/2) (#7531)
jcsp May 24, 2024
1455f5a
pageserver: revert concurrent secondary downloads, make DownloadStrea…
jcsp May 24, 2024
a3f5b83
chore: lower gate guard drop logging threshold to 100ms (#7862)
koivunej May 24, 2024
71a7fd9
CI(release): tune Storage & Compute release PR title (#7870)
bayandin May 24, 2024
43f9a16
proxy: fix websocket buffering (#7878)
conradludgate May 24, 2024
3797566
safekeeper: test pull_timeline with WAL gc.
arssher May 20, 2024
b2d34a8
Make python Safekeeper datadir Path instead of str.
arssher May 24, 2024
068c158
Fix connect to PS on MacOS/X (#7885)
knizhnik May 27, 2024
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: 3 additions & 3 deletions .github/actions/neon-branch-create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ description: 'Create Branch using API'

inputs:
api_key:
desctiption: 'Neon API key'
description: 'Neon API key'
required: true
project_id:
desctiption: 'ID of the Project to create Branch in'
description: 'ID of the Project to create Branch in'
required: true
api_host:
desctiption: 'Neon API host'
description: 'Neon API host'
default: console-stage.neon.build
outputs:
dsn:
Expand Down
8 changes: 4 additions & 4 deletions .github/actions/neon-branch-delete/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ description: 'Delete Branch using API'

inputs:
api_key:
desctiption: 'Neon API key'
description: 'Neon API key'
required: true
project_id:
desctiption: 'ID of the Project which should be deleted'
description: 'ID of the Project which should be deleted'
required: true
branch_id:
desctiption: 'ID of the branch to delete'
description: 'ID of the branch to delete'
required: true
api_host:
desctiption: 'Neon API host'
description: 'Neon API host'
default: console-stage.neon.build

runs:
Expand Down
14 changes: 7 additions & 7 deletions .github/actions/neon-project-create/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ description: 'Create Neon Project using API'

inputs:
api_key:
desctiption: 'Neon API key'
description: 'Neon API key'
required: true
region_id:
desctiption: 'Region ID, if not set the project will be created in the default region'
description: 'Region ID, if not set the project will be created in the default region'
default: aws-us-east-2
postgres_version:
desctiption: 'Postgres version; default is 15'
default: 15
description: 'Postgres version; default is 15'
default: '15'
api_host:
desctiption: 'Neon API host'
description: 'Neon API host'
default: console-stage.neon.build
provisioner:
desctiption: 'k8s-pod or k8s-neonvm'
description: 'k8s-pod or k8s-neonvm'
default: 'k8s-pod'
compute_units:
desctiption: '[Min, Max] compute units; Min and Max are used for k8s-neonvm with autoscaling, for k8s-pod values Min and Max should be equal'
description: '[Min, Max] compute units; Min and Max are used for k8s-neonvm with autoscaling, for k8s-pod values Min and Max should be equal'
default: '[1, 1]'

outputs:
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/neon-project-delete/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ description: 'Delete Neon Project using API'

inputs:
api_key:
desctiption: 'Neon API key'
description: 'Neon API key'
required: true
project_id:
desctiption: 'ID of the Project to delete'
description: 'ID of the Project to delete'
required: true
api_host:
desctiption: 'Neon API host'
description: 'Neon API host'
default: console-stage.neon.build

runs:
Expand Down
Loading
Loading