Skip to content

feat: next release from main branch is 2.55.0 #3668

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 4 commits into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from 2 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: 20 additions & 1 deletion .github/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ bumpMinorPreMajor: true
handleGHRelease: true
primaryBranch: main
manifest: true
extraFiles: ["WORKSPACE", ".cloudbuild/graalvm/cloudbuild.yaml", ".cloudbuild/graalvm/cloudbuild-test-a.yaml", ".cloudbuild/graalvm/cloudbuild-test-b.yaml", ".cloudbuild/library_generation/cloudbuild-library-generation-release.yaml", "generation_config.yaml"]
extraFiles:
- WORKSPACE
- .cloudbuild/graalvm/cloudbuild.yaml
- .cloudbuild/graalvm/cloudbuild-test-a.yaml
- .cloudbuild/graalvm/cloudbuild-test-b.yaml
- .cloudbuild/library_generation/cloudbuild-library-generation-release.yaml
- generation_config.yaml
branches:
- branch: 2.23.x
releaseType: java-backport
Expand All @@ -13,3 +19,16 @@ branches:
releaseType: java-backport
manifest: true
handleGHRelease: true
- releaseType: java-backport
bumpMinorPreMajor: true
handleGHRelease: true
manifest: true
extraFiles:
- WORKSPACE
- .cloudbuild/graalvm/cloudbuild.yaml
- .cloudbuild/graalvm/cloudbuild-test-a.yaml
- .cloudbuild/graalvm/cloudbuild-test-b.yaml
- >-
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Does these needs to be duplicated? We have them at the top level

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good call, removed

.cloudbuild/library_generation/cloudbuild-library-generation-release.yaml
- generation_config.yaml
branch: 2.54.x
51 changes: 47 additions & 4 deletions .github/sync-repo-settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,18 @@ branchProtectionRules:
- compatibility
- graalvm-presubmit-sdk-platform-java-a (java-graalvm-ci-prod)
- graalvm-presubmit-sdk-platform-java-b (java-graalvm-ci-prod)
- graalvm-presubmit-sdk-platform-java-a-downstream-kms (java-graalvm-ci-prod)
- graalvm-presubmit-sdk-platform-java-b-downstream-kms (java-graalvm-ci-prod)
- graalvm-presubmit-sdk-platform-java-a-downstream-kmsinventory (java-graalvm-ci-prod)
- graalvm-presubmit-sdk-platform-java-b-downstream-kmsinventory (java-graalvm-ci-prod)
- >-
graalvm-presubmit-sdk-platform-java-a-downstream-kms
(java-graalvm-ci-prod)
- >-
graalvm-presubmit-sdk-platform-java-b-downstream-kms
(java-graalvm-ci-prod)
- >-
graalvm-presubmit-sdk-platform-java-a-downstream-kmsinventory
(java-graalvm-ci-prod)
- >-
graalvm-presubmit-sdk-platform-java-b-downstream-kmsinventory
(java-graalvm-ci-prod)
- library_generation
- library-generation-integration-test (java-hermetic-build-prod)
- library-generation-lint-python
Expand Down Expand Up @@ -73,6 +81,41 @@ branchProtectionRules:
- library-generation-lint-shell
- library-generation-lint-python
- should-run-library-generation-tests
- pattern: 2.54.x
isAdminEnforced: true
requiredApprovingReviewCount: 1
requiresCodeOwnerReviews: true
requiresStrictStatusChecks: false
requiredStatusCheckContexts:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we intentionally leaving "showcase-native" in required checks?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for catching, added it

- build(8) except for gapic-generator-java
- build(8) for gapic-generator-java
- build (11)
- build (17)
- cla/google
- compatibility
- graalvm-presubmit-sdk-platform-java-a (java-graalvm-ci-prod)
- graalvm-presubmit-sdk-platform-java-b (java-graalvm-ci-prod)
- >-
graalvm-presubmit-sdk-platform-java-a-downstream-kms
(java-graalvm-ci-prod)
- >-
graalvm-presubmit-sdk-platform-java-b-downstream-kms
(java-graalvm-ci-prod)
- >-
graalvm-presubmit-sdk-platform-java-a-downstream-kmsinventory
(java-graalvm-ci-prod)
- >-
graalvm-presubmit-sdk-platform-java-b-downstream-kmsinventory
(java-graalvm-ci-prod)
- library_generation
- library-generation-integration-test (java-hermetic-build-prod)
- library-generation-lint-python
- library-generation-lint-shell
- library-generation-unit-tests
- lint
- should-run-library-generation-tests
- showcase (11)
- showcase (17)
permissionRules:
- team: cloud-java-team-teamsync
permission: admin
Expand Down
Loading