Skip to content

fix EAS bootstrap script#37068

Merged
nklaassen merged 1 commit intomasterfrom
nklaassen/fix-bootstrap
Jan 24, 2024
Merged

fix EAS bootstrap script#37068
nklaassen merged 1 commit intomasterfrom
nklaassen/fix-bootstrap

Conversation

@nklaassen
Copy link
Copy Markdown
Contributor

This got broken in a dependency update #35610 where we stopped passing 0 and started passing a pointer to 0 for the NewerNoncurrentVersions field. This fails validation, the value must be unset or a positive integer. We don't actually want any noncurrent versions around (we don't use them) and in my testing, leaving it unset behaves like you'd expect if it was set to 0.

fixes #37062

no changelog because the bug never made it into a release

@nklaassen nklaassen added no-changelog Indicates that a PR does not require a changelog entry backport/branch/v15 labels Jan 23, 2024
@nklaassen nklaassen enabled auto-merge January 23, 2024 02:14
@nklaassen nklaassen added this pull request to the merge queue Jan 24, 2024
Merged via the queue into master with commit 6be70c6 Jan 24, 2024
@nklaassen nklaassen deleted the nklaassen/fix-bootstrap branch January 24, 2024 02:46
@public-teleport-github-review-bot
Copy link
Copy Markdown

@nklaassen See the table below for backport results.

Branch Result
branch/v15 Create PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog Indicates that a PR does not require a changelog entry size/sm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

External Audit Storage bootstrap fails

3 participants