-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bake protoc into the hermetic build docker image (#2707)
### Does the config work with renovate bot? Yes. After a local run using `LOG_LEVEL=debug npx --yes --package renovate -- renovate --platform=local &> renovate.out`, we obtained a dependency update in the logs: ``` { "deps": [ { "depName": "protocolbuffers/protobuf", "currentValue": "25.2", "datasource": "github-releases", "extractVersion": "^v(?<version>.*)$", "replaceString": "ARG PROTOC_VERSION=25.2\n", "updates": [ { "bucket": "non-major", "newVersion": "25.3", "newValue": "25.3", "releaseTimestamp": "2024-02-15T23:20:43.000Z", "newMajor": 25, "newMinor": 3, "updateType": "minor", "branchName": "renovate/protocolbuffers-protobuf-25.x" }, { "bucket": "major", "newVersion": "26.1", "newValue": "26.1", "releaseTimestamp": "2024-03-27T20:28:47.000Z", "newMajor": 26, "newMinor": 1, "updateType": "major", "branchName": "renovate/protocolbuffers-protobuf-26.x" } ], "packageName": "protocolbuffers/protobuf", "versioning": "semver-coerced", "warnings": [], "sourceUrl": "https://github.com/protocolbuffers/protobuf", "registryUrl": "https://github.com", "currentVersion": "25.2", "currentVersionTimestamp": "2024-01-09T23:52:55.000Z", "isSingleVersion": true, "fixedVersion": "25.2" } ], ``` However, we disabled the setting for now. This log entry confirms it. `DEBUG: Dependency: protocolbuffers/protobuf, is disabled (repository=local)` --------- Co-authored-by: Joe Wang <[email protected]>
- Loading branch information
1 parent
dfedafc
commit cf44b07
Showing
7 changed files
with
93 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters