Skip to content

Releases: product-os/policy-bot

v0.0.66

24 Aug 19:11
69ae200
Compare
Choose a tag to compare

5b905b4 (Update src digest to b881fac, 2024-08-24)

v0.0.65

23 Aug 08:11
882e0a0
Compare
Choose a tag to compare

f49569f (Update src digest to 96c0d33, 2024-08-23)

v0.0.64

17 Aug 16:11
e8c1f93
Compare
Choose a tag to compare

18c48b6 (Update src digest to 69f4928, 2024-08-17)

v0.0.63

16 Aug 20:14
5bc5c9f
Compare
Choose a tag to compare

Update dependency palantir/policy-bot to v1.36.0

Notable changes

  • Fix an issue where Policy Bot could incorrectly detect other statuses as its own (#​801)
  • Avoid trying to load check run results from other repositories (#​807 by @​iainlane)
  • The base path from the server's public URL is now included in OAuth2 redirect URLs (#​806)
  • Fix an issue where Policy Bot could use out-of-date check run results in evaluation (#​823)
  • Server administrators can now disable shared policy lookups (#​812 by @​iainlane)
  • Avoid unnecessary GitHub API requests for rules that do not require approval (#​808 by @​iainlane)
  • Update dependencies and build tools
palantir/policy-bot (palantir/policy-bot)

v1.36.0

Compare Source

Add the no_changed_files predicate (#​756)

The no_changed_files predicate is the negation of the changed_files predicate and allows users to write rules that apply when files are not changed. Contributed by @​erikburt.

Add the has_status predicate (#​789)

The new has_status predicate replaces has_successful_status (which is now deprecated) and allows matching conclusions other than success. This is most useful to write rules that also accept skipped and neutral statuses from check runs. Contributed by @​iainlane.

Add the has_workflow_result predicate (#​794)

The has_workflow_result predicate is similar to has_status, but matches on the result of a full GitHub Actions workflow. This can be preferable to matching on check runs for workflows that have top-level conditions or for workflows that have many jobs. Contributed by @​iainlane.

Fixes
  • Fix an issue where Policy Bot could incorrectly detect other statuses as its own (#​801)
  • Avoid trying to load check run results from other repositories (#​807 by @​iainlane)
  • The base path from the server's public URL is now included in OAuth2 redirect URLs (#​806)
  • Fix an issue where Policy Bot could use out-of-date check run results in evaluation (#​823)
Other Changes
  • Server administrators can now disable shared policy lookups (#​812 by @​iainlane)
  • Avoid unnecessary GitHub API requests for rules that do not require approval (#​808 by @​iainlane)
  • Update dependencies and build tools

Full Changelog: palantir/policy-bot@v1.35.0...v1.36.0

List of commits

c1e7b5b (Update dependency palantir/policy-bot to v1.36.0, 2024-08-16)

v0.0.62

16 Aug 01:17
fa8b5bd
Compare
Choose a tag to compare

5731829 (Update golang Docker tag to v1.23.0, 2024-08-15)

v0.0.61

15 Aug 19:14
152c202
Compare
Choose a tag to compare

e04bf4f (Update src digest to 232ce6d, 2024-08-15)

v0.0.60

15 Aug 18:10
fbc2a98
Compare
Choose a tag to compare

c59cd62 (Update src digest to 38f1378, 2024-08-15)

v0.0.59

10 Aug 04:10
336f807
Compare
Choose a tag to compare

df3ddf1 (Update src digest to 9e5f2ff, 2024-08-10)

v0.0.58

10 Aug 02:29
8d79b67
Compare
Choose a tag to compare

a853039 (Update src digest to 2da1e5e, 2024-08-10)

v0.0.57

07 Aug 19:11
d518456
Compare
Choose a tag to compare

fb59d3d (Update golang Docker tag to v1.22.6, 2024-08-07)