Commit Graph

11 Commits

Author SHA1 Message Date
aiuto 6a44f01087
Revert compatibility_level back to 1 so we can push to BCR. (#877)
* Revert compatibility_level back to 1 so we can push to BCR.

See https://github.com/bazelbuild/bazel-central-registry/issues/2232
for discussion.

* update version#
2024-07-09 14:22:24 -04:00
aiuto b4ac7e3197
1.0 release (#869) 2024-06-03 13:12:43 -04:00
aiuto 52996b06c3
Temporarily restore //mappings.bzl and //pkg.bzl (#817)
* Restore mappings.bzl and pkg.bzl as a stopgap until https://github.com/protocolbuffers/protobuf/issues/15779 is fixed.

* bump version number for upcoming patch release
2024-02-08 15:43:00 -05:00
aiuto ec4ad13c92
Add a check to ensure that version.bzl and MODULE.bazel remain in sync. (#697)
* add MODULE.bazel

* Add a check to ensure that version.bzl and MODULE.bazel remain in sync.
2023-05-23 00:38:01 -04:00
aiuto 88109c3b45
Bump to 0.9.0 (#687)
* v 0.9.0

* compat=1
2023-03-28 23:17:25 -04:00
aiuto 694e3ad1b3
Update to rules_license 0.0.4 (#667)
- Update to a newer rules_license
- update ci to prove that we can work with --incompatible_use_platforms_repo_for_constraints
- do not test with no_host_transition yet
2023-02-09 17:49:20 -05:00
aiuto bf19e06e03
update version to 8.1 to sync with bzlmod (#665) 2023-02-07 17:30:40 -05:00
aiuto 29d79cfa6d
update version and changelog for release (#633)
* update version and changelog for release
* fix a brittle test that depended on rules python internals. It fails depending on which Bazel you use, even though the rule is doing the right thing.

Force merge so I can get the release to unblock last minute bazelcon demos.
2022-11-02 23:24:39 -04:00
aiuto 60dbd92d1c
bump version for patch release (#614) 2022-09-08 14:52:02 -04:00
aiuto 61018b8581
Stop stripping tree artifact root name in pkg_tar and pkg_zip. (#555)
Closes #404

While adding tests to make sure we actually could strip it with
pkg_files, I discovered a deficiency in pkg_tar_test. It was not doing
a check on the file names, only content and type.  Fixing that exposed
a pre-existing bug.

Fortunately, the problem uncovered is fixed by #554, so the tests
should pass once that, followed by this PR are submitted.

Allow pkg_files.strip_prefix to work on tree artifact without having to
use `renames`.

Update to 0.7.0 to reflect that this is sort of a big behavioral change.
2022-03-05 22:42:59 -05:00
aiuto 3c520a1bec
Reorganize the source tree (#443)
* Reorganize the source tree

- WORKSPACE moves up one level
  - this makes //:pkg.bzl effectively //pkg:pkg.bzl
  - put forwarders in place at top level to not break anyone
- tests moves up one level
- toolchains moves up one level
- examples/**/BUILD do not change to the new rule locations
  - this is explicitly to provide some proof that the forwarders work
  - new examples should use the proper paths to .bzl files
  - near the 1.x release we can clean the current ones up

Fixes: #111
2021-11-03 22:44:26 -04:00
Renamed from pkg/version.bzl (Browse further)