Skip to content

Releases: VirtusLab/bazel-steward

v1.0.0 - the first stable release

29 Jun 14:01
Compare
Choose a tag to compare

This is the first stable release of Bazel Stward intended for wider use.

Bazel Stward is a bot to keep Bazel dependencies up to date. Currently, Bazel Stward support updating Maven dependencies, version of Bazel, and Bazel rules used in your project.

Bazel Stward works best as a GitHub action defined in your repository (see out getting started guide).

Our documentation describes how Bazel Steward works and how it can be configured.

v0.2.20

14 Jun 14:26
Compare
Choose a tag to compare

Commits

  • 6585db3: Updated documentation with Getting Started page (Łukasz Wawrzyk)
  • 5f898bb: Handle v prefix in versions that is sometimes not provided consistently (Łukasz Wawrzyk) #271
  • 5c02735: Update Python Rules test (Łukasz Wawrzyk) #271
  • 202d5fe: Cover the case when one library is a prefix of another in whole library heuristic (Łukasz Wawrzyk) #272
  • f82a655: Bump python rules test (Łukasz Wawrzyk) #272
  • f0764aa: Update docs for v0.2.20 release (Łukasz Wawrzyk)

v0.2.19

05 Jun 14:54
cffdbc9
Compare
Choose a tag to compare

Commits

  • 94f56a3: Updated bazel to 6.2.0 (#250) (github-actions[bot]) #250
  • 197dfb5: Updated org.jetbrains.kotlinx:kotlinx-coroutines-core to 1.7.1 (#255) (github-actions[bot]) #255
  • b133248: Updated com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to 2.15.0 (#238) (github-actions[bot]) #238
  • 6bfe33f: Enable cache for bazel (Łukasz Wawrzyk)
  • d892395: Update Bazel Steward version in the Readme (Łukasz Wawrzyk)
  • 0f318f9: Updated rules_scala to v5.0.0 (#222) (Myroslav) #222
  • b91f4aa: Updated org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 to 1.7.1 (#256) (github-actions[bot]) #256
  • 6448900: Use pinned maven dependencies in the repository (#258) (PaulinaKowalczyk) #258
  • 5d19906: Repin dependencies after logical merge conflict (Łukasz Wawrzyk)
  • ce2b5fb: Configure pull requests grouping for this repo (Łukasz Wawrzyk)
  • e524b0b: Updated rules_jvm_external to 5.2 (github-actions[bot]) #224
  • 498e630: Updated bazel-skylib to 1.4.1 (github-actions[bot]) #208
  • e4e7605: Update AppleRulesUpdateTest (Łukasz Wawrzyk)
  • 0dba2d0: Updated jackson to 2.15.1 (github-actions[bot]) #263
  • efd024c: Updated commons-io:commons-io to 2.12.0 (github-actions[bot]) #259
  • a977d4e: Updated io.github.microutils:kotlin-logging-jvm to 3.0.5 (github-actions[bot]) #130
  • 2cb0dbd: Set up the documentation site using the "Just the Docs" theme (https://just-the-docs.github.io/just-the-docs/). (odisseus) #265
  • 9a00ebb: Populated the documentation site with the contents from the README file. (odisseus) #265
  • 18f78ea: Changed the color accents of the site to green. (odisseus) #265
  • 4d16568: Removed from the README file most of the contents that have been moved to the documentation site. (odisseus) #265
  • 8003c04: Added the pieces that were accidentally omitted when moving the documentation to the Jekyll site. (odisseus) #266
  • b0569a0: Updated rules_kotlin to v1.8 (#268) (github-actions[bot]) #268
  • c6a2310: Fix KotlinRulesUpdateTest after update (Łukasz Wawrzyk)
  • dd13533: Updated com.networknt:json-schema-validator to 1.0.83 (#269) (github-actions[bot]) #269
  • aab5484: Update PythonRulesUpdateTest.kt (Łukasz Wawrzyk)
  • 65f14f9: Add support for configurable branch prefix (#264) (PaulinaKowalczyk) #264
  • b0eca82: Restructure documentation (Łukasz Wawrzyk) #270
  • 533eefa: Improve kotlin lint application (Łukasz Wawrzyk) #270
  • a4406bc: Rename bumping strategy "default" to "patch" (Łukasz Wawrzyk) #270
  • cffdbc9: Update SkylibRulesUpdateTest.kt (Łukasz Wawrzyk)

v0.2.18

12 May 15:16
Compare
Choose a tag to compare

Commits

  • 65b0611: Do not fail if nothing to commit in shutdown hook - just warn (Łukasz Wawrzyk) #254

v0.2.17

12 May 14:25
Compare
Choose a tag to compare

Commits

  • da4fea6: Updated org.jetbrains.kotlinx:kotlinx-coroutines-core to 1.7.0 (github-actions[bot]) #247
  • 5e63195: Updated io.get-coursier:interface to 1.0.16 (github-actions[bot]) #244
  • b0c4d54: Updated org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 to 1.7.0 (github-actions[bot]) #248
  • 80cc336: Refactor App for more clear view of general algorithm (Łukasz Wawrzyk) #249
  • 345dc8a: Update dotnet tests (Łukasz Wawrzyk) #249
  • 86fae64: Updated net.pearx.kasechange:kasechange-jvm to 1.4.1 (github-actions[bot]) #251
  • e81caee: Support grouping of libraries with the same version (Łukasz Wawrzyk) #253

v0.2.16

05 May 15:46
Compare
Choose a tag to compare

Commits

  • c663b0d: Reorder kinds to cover bazel-rules before maven (Łukasz Wawrzyk) #246
  • ffab459: Do not fail on unsupported rules URLs (Łukasz Wawrzyk) #246
  • d5b36a1: Updated com.fasterxml.jackson.core:jackson-core to 2.15.0 (github-actions[bot]) #239

v0.2.15

05 May 13:58
Compare
Choose a tag to compare

Commits

  • 310b0bd: Allow disabling whole kind or specific libraries (Łukasz Wawrzyk) #243
  • 2c144ec: Updated com.networknt:json-schema-validator to 1.0.81 (github-actions[bot]) #240
  • f091892: Updated com.fasterxml.jackson.module:jackson-module-kotlin to 2.15.0 (github-actions[bot]) #237
  • 23d12cc: Fix updating version substrings for rules (Łukasz Wawrzyk) #245

v0.2.14

05 May 10:12
Compare
Choose a tag to compare

Commits

  • e6dd342: Avoid NPE on release.body; delay sha256 extraction (Łukasz Wawrzyk) #242

v0.2.13

21 Apr 21:42
Compare
Choose a tag to compare

Commits

  • 4ad1174: Updated com.networknt:json-schema-validator to 1.0.80 (github-actions[bot]) #232
  • 7832c34: Add documentation for PR limits (Łukasz Wawrzyk)
  • cb8ae7c: Implement Pull Request limits (Łukasz Wawrzyk) #234
  • a819eff: Fix dotnet rules tests (Łukasz Wawrzyk) #234
  • b875183: Allow configuring all 4 bumping strategies from yaml (Łukasz Wawrzyk) #234
  • 05ef233: Update bazel version tests (Łukasz Wawrzyk) #234
  • a8afcbd: Updated bazel to 5.4.1 (github-actions[bot]) #233
  • ce9e1cc: Updated io.get-coursier:interface to 1.0.15 (Łukasz Wawrzyk) #217
  • f15f156: Implemented built in custom config to add specific config for rules_jvm_external and rules_scala (Łukasz Wawrzyk) #235
  • 2b3bf69: Speedup maven tests (Łukasz Wawrzyk) #235
  • 7fe56fc: Rule updating logic takes sha into account when looking for URL (Łukasz Wawrzyk) #236

v0.2.12

18 Apr 13:43
Compare
Choose a tag to compare

Commits

  • 09aa5d0: Reenable github release (Łukasz Wawrzyk)
  • 9d1f709: Document running in a custom environment (Łukasz Wawrzyk)
  • c0ba358: Bump Bazel-BSP version to 2.6.1 (Łukasz Wawrzyk) #230
  • c1fab69: Do not force using all GitHub variables with --github mode (Łukasz Wawrzyk) #230