Releases: fasterci/rules_mirror
Releases · fasterci/rules_mirror
v0.8.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_fasterci_rules_mirror",
sha256 = "8a960717bff95d78559bbf9f8fb9c63f6656275c9d39f0e9323cec9a48b805f9",
strip_prefix = "rules_mirror-0.8.0",
url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.8.0.tar.gz",
)
######################
# rules_mirror setup #
######################
# Fetches the rules_mirror dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("//mirror:repositories.bzl", "rules_mirror_dependencies")
rules_mirror_dependencies()What's Changed
- remove adobe_rules_gitops by @apesternikov in #18
Full Changelog: v0.7.4...v0.8.0
v0.7.4
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_fasterci_rules_mirror",
sha256 = "80765d5896cde1ca9118ce6c443d7e606d43fb95994cdb0c2d3d65435b67815b",
strip_prefix = "rules_mirror-0.7.4",
url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.7.4.tar.gz",
)
######################
# rules_mirror setup #
######################
# Fetches the rules_mirror dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("//mirror:repositories.bzl", "rules_mirror_dependencies")
rules_mirror_dependencies()What's Changed
- use rules_oci in addition to rules_docker by @apesternikov in #1
- Ap/push updated image same tag by @apesternikov in #3
- do not add tag to path when mirroring by @apesternikov in #12
- exposes the already existing -timeout argument of mirror program to t… by @michaelschiff in #17
New Contributors
- @apesternikov made their first contribution in #1
- @michaelschiff made their first contribution in #17
Full Changelog: v0.1...v0.7.4
v0.7.3
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_fasterci_rules_mirror",
sha256 = "6d3ea279f26d9eb27641a1457cc57737015f84e6f7af771b0687750df7851266",
strip_prefix = "rules_mirror-0.7.3",
url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.7.3.tar.gz",
)
######################
# rules_mirror setup #
######################
# Fetches the rules_mirror dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("//mirror:repositories.bzl", "rules_mirror_dependencies")
rules_mirror_dependencies()What's Changed
- use rules_oci in addition to rules_docker by @apesternikov in #1
- Ap/push updated image same tag by @apesternikov in #3
- do not add tag to path when mirroring by @apesternikov in #12
New Contributors
- @apesternikov made their first contribution in #1
Full Changelog: v0.1...v0.7.3
v0.7.2
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_fasterci_rules_mirror",
sha256 = "97e4959c36bf9018bfd525cf3a91144254f54e6ec45f92b99025a6b8338b1e87",
strip_prefix = "rules_mirror-0.7.2",
url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.7.2.tar.gz",
)
######################
# rules_mirror setup #
######################
# Fetches the rules_mirror dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("//mirror:repositories.bzl", "rules_mirror_dependencies")
rules_mirror_dependencies()What's Changed
- use rules_oci in addition to rules_docker by @apesternikov in #1
- Ap/push updated image same tag by @apesternikov in #3
New Contributors
- @apesternikov made their first contribution in #1
Full Changelog: v0.1...v0.7.2
v0.7.1
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_fasterci_rules_mirror",
sha256 = "7e872e0a8d9c6c76e77745d28dd775e6e0b6ed71306adfc794ec1b5ed5e4e9ba",
strip_prefix = "rules_mirror-0.7.1",
url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.7.1.tar.gz",
)
######################
# rules_mirror setup #
######################
# Fetches the rules_mirror dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("//mirror:repositories.bzl", "rules_mirror_dependencies")
rules_mirror_dependencies()What's Changed
- use rules_oci in addition to rules_docker by @apesternikov in #1
- Ap/push updated image same tag by @apesternikov in #3
New Contributors
- @apesternikov made their first contribution in #1
Full Changelog: v0.1...v0.7.1
v0.7.0
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_fasterci_rules_mirror",
sha256 = "f872504223eaeabdb615ee0d62fa4db7712bf019a4f93af629df3322ea37edf0",
strip_prefix = "rules_mirror-0.7.0",
url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.7.0.tar.gz",
)
######################
# rules_mirror setup #
######################
# Fetches the rules_mirror dependencies.
# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
# Alternatively, you can skip calling this function, so long as you've
# already fetched all the dependencies.
load("//mirror:repositories.bzl", "rules_mirror_dependencies")
rules_mirror_dependencies()What's Changed
- use rules_oci in addition to rules_docker by @apesternikov in #1
- Ap/push updated image same tag by @apesternikov in #3
New Contributors
- @apesternikov made their first contribution in #1
Full Changelog: v0.1...v0.7.0
Initial release
WORKSPACE snippet:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_fasterci_rules_mirror",
sha256 = "4bafe010ae0674b35e636365c638f5fb1c9e5c5911388288a4215f50983b0923",
strip_prefix = "rules_mirror-0.1",
url = "https://github.com/fasterci/rules_mirror/archive/refs/tags/v0.1.tar.gz",
)