Tags: google/copybara
Tags
Allow resolving against a yanked version This solves an issue where, if Copybara is run against a crate version that has been yanked, it can't resolve the version upstream as it filters out yanked versions. This change allows Copybara to resolve against a yanked crate version, but not list it in the version list for potential upgrades. BUG=423606196 FIXED=423606196 PiperOrigin-RevId: 769774385 Change-Id: I2ee7e2f0f9b8fd2da099c6f3aabeb8e264b8eff5
Update dependency bazelbuild/bazel to latest version Included changes: - 1aaed74d1d77811955fe457b674467d7d73e140b Clean up Bzlmod code in preparation for facts - 7c1321259ef61b1257339bd12c993ca21b59db8e Support `--incompatible_allow_tags_propagation` in native... - f53608ac3dbfd02cecb4bb78a138badb0d84e311 Remove no-op incompatible_use_toolchain_transition param - e1e523b3b966c268bcf776b973ed2ccd02950750 Remove unused `--incompatible_enable_cgo_toolchain_resolu... - 578b9eee3560ee938f0055a2fa7f2eb04c5f1534 Avoid creating BuildConfigurationValue for info execroot ... - c317c3f92cf07f70ebf423dc412dcf559e37941c Skycache: Handle zstd compressed bytes in the node deseri... - 3875731faa5cd0e660d06f9b1c67b36b160a8969 Fix crash when setting `--run_env` to a name without a va... - 7a0e3448ad6e5eceb43ca89e117718f4fcc249db Comment out broken test in configured_query_test after ru... - fb0fd574812f60553303d8347ae57620e322049e Make RequestBatcher compatible with per-response Listenab... - ed35e94465f77d9ffcea8062820b21d92ac4fa2d Bump the github-actions group with 3 updates - b584b91167ba1291bce22046790ee728aecd37ae Don't lock innate extensions - 4d01a2e28957e8329658552c5f143d4c29cb7856 Fix a zip64 support TODO in singlejar - 7fbf678f2e2657ef9c9ad3a2e1e8abfbe38d0c90 Internal - f9a12c23c3b6b26860fe6665fe66b72ff1415f60 Release 9.0.0-pre.20250526.2 (2025-06-10) - 6b826a288865aff214f616991eb9d95d5fc5030d Implement executing WebAssembly in repository rules - c237ac58e16018b613bbd3a497ebf1d0e1e7f9d1 Actionable error for experimental loads - 50ce55d90f4d603aaedd73d2599c3dee4ddcc1fd windows: remove 8.3 filename recommendation - e6089fbf673a4e358bcdb4efa08488c80fed88d2 Document that `bazel query` does not report cycles as err... - d76a42e11d962b3a9d0b7c3f59257550f61c6616 Automatic code cleanup. - 75b34d1f2691ce998672f746c0bbd58158345f19 Automatic code cleanup. - dd9c340199b9fb8b6dbf2ca76c32745ae8573ea9 Automatic code cleanup. - 35c36c42455ecd273ea6ced35342d88978c598f2 Update handling of `var` to not rely on source positions - 7b9a33fddb59f67f4d100c7a6df5a911376f00d3 Automatic code cleanup. - 3375e2a48a0ac15885bb4fced30d8ca80a7f38e2 Adds logging at a suspicious line of code. - 2f1c3559f2b6333acec9e3258c5b013b3f7c88dd Remove StarlarkProviderIdentifier.forLegacy - e2326ab4f6eba3d0ffcff825a68d3fe94545b895 CcStaticCompilationHelper method re-ordering part 2 - 8fe29f07c58a74135aee4c9810929142eb91c6af Remove support for strings in attribute's "provides" para... - 84841193cb964ff97dafe33c1f212513230bd0d3 Remove all checks of ENABLE_BZLMOD and ENABLE_WORKSPACE - aaff814d11afa5c205aa0c09e52234b2bac100d4 Optimize equals on starlark providers with defined fields... - 2a9694d3474d8211aac7904431e58c0ab6f0190c CcStaticCompilationHelper method re-ordering part 1 - 80258a08b9bf510f5967612f8331ba1036ccd8b5 CcStaticCompilationHelper refactoring: Reorganizing FDO f... - 53ba04ac6b2c97edad6724c160f16b457a036aa8 Fork setupCompileBuildVariables() into setupCommonCompile... - a36fec6e3d08b59fe9e97c62ec305bd074972c5c Reshuffle CompileBuildVariables.setupCommonVariables() an... - f97ac3a1617708822e0047cd416749855c2218a4 Automatic code cleanup. - ac029fd7f66ec5acb3568f429e042810d9d675d3 Fix casing of dep error message - 65b5cfb959b69cb926f0da16f9a0a77c407253fb Do not overwrite idle task results from a previous comman... - 9d0edc86d8e4508f688152e5219d76526bff5d09 Reduce severity of BugReport from `ActionExecutionFunctio... - 216ae9d3b000695a72c70d5e3651d017c773714d Add `--incompatible_repo_env_ignores_action_env` option - c5641af6cf8787a337c444d4c0d4c16065ff117e Automated rollback of commit 37db93f24881f68314cd27479a61... - 1b20234823f937af40f2c61ee835fe74145d32f8 Fix Unicode matching for regex options - 7898334e92bd78133a9a1fa4a22b1f3c9a9034de Nuke workspace resolved stuff BAZEL_VERSION_REV_ID: 1aaed74d1d77811955fe457b674467d7d73e140b Change-Id: Ic97eb51be268b2a218140e2ff8190ffeb57f243f
Print context ref if available When specifying the expected fixed ref, we should print out the context ref in the log message if it's available. Example of new message: `Not migrating ref refs/heads/master, its fixed ref 831870a15a17cca4152ffde5c8a3ebc535c68ab0 did not match the expected fixed ref 711abb4fa89be8c77717e105e61eba5c20db4d81.` BUG=380307584 PiperOrigin-RevId: 743653731 Change-Id: I3d4ca751596b8307ed27b24ca739f927c3a80d43
Print context ref if available When specifying the expected fixed ref, we should print out the context ref in the log message if it's available. Example of new message: `Not migrating ref refs/heads/master, its fixed ref 831870a15a17cca4152ffde5c8a3ebc535c68ab0 did not match the expected fixed ref 711abb4fa89be8c77717e105e61eba5c20db4d81.` BUG=380307584 PiperOrigin-RevId: 743653731 Change-Id: I3d4ca751596b8307ed27b24ca739f927c3a80d43
Fix release Release has been failing for a while (e.g. https://github.com/google/copybara/actions/runs/14706485491) The issue is that the token used for creating tags/releases need the content write permission. Change-Id: I43382eb95105326c90975673087c7a6a324c1271
PreviousNext