Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Various updates & fixes

Compare
Choose a tag to compare
@gravypod gravypod released this 16 Aug 19:33
a71881c

Copy the following into your WORKSPACE file to use rules_docker at release v0.18.0

http_archive(
    name = "io_bazel_rules_docker",
    sha256 = "5d31ad261b9582515ff52126bf53b954526547a3e26f6c25a9d64c48a31e45ac",
    strip_prefix = "rules_docker-0.18.0",
    urls = ["https://github.com/bazelbuild/rules_docker/releases/download/v0.18.0/rules_docker-v0.18.0.tar.gz"],
)

Changes:

  1. Revert "Bump pyyaml from 5.1 to 5.4 in /repositories" (#1908)
  2. Removed python test dependencies from public API (#1905)
  3. Silence go module warnings in go_repository (#1897)
  4. Fix path handling in archive.py to always be posix and not native paths (#1892)
  5. Docgen: use stardoc to generate all container rules docs (#1890)
  6. Revert "Pin bazelversion to what's tested on CI (#1873)" (#1886)
  7. Ignore .ijwb folder from git (#1864)
  8. Only display status for builds on master (#1863)
  9. [ci] enable macos on buildkite (#1862)
  10. Fix URL used to download pip in examples/tests. (#1861)
  11. [ci] Remove travis badge (#1860)
  12. Migrate CI targets to buildkite (#1859)
  13. Don't upload large files to remote-cache (#1856)
  14. Allow launcher in nodejs (#1854)
  15. Correct container_py_toolchain target (#1852)
  16. Update debian9 commit hash to 01267e6 (#1837)
  17. Propagate tags to app-layers in docker images for all langs (#1836)
  18. WIP: more containers stardoc stuff (#1835)
  19. fix tab characters in docstrings (#1834)
  20. Create docs/ folder (#1832)
  21. Add stardoc API doc generation (#1830)