Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Releases: target/captains-log

Assert Message Order

19 Oct 17:00
8686bd8
Compare
Choose a tag to compare
fix: Assert Message Order (#83)

* fix: Assert Message Order

* update

Fresh UI and Bug Fixes

19 Oct 15:18
50d3914
Compare
Choose a tag to compare

#81 adds a ton of new stuff!

We have done some serious testing around sub-channel releases. We've added in delayed messaging as to adhere to any open source, or enterprise, slack rate limits. This should solve a lot of underlying issues that may have existed for end users.

We've added a brand new UI using the Slack Blocks api. This addition adds some MUCH needed mobile support and love. Let us know what you think!

Add Custom CI Support

13 Apr 13:34
6492ca9
Compare
Choose a tag to compare

This release introduced first class support for Vela, Target's official CI Server. It also enabled users to use any CI of their choosing by supporting plain old environment variables that are "non-prefixed".

Bug Fixes

27 Mar 16:15
76f9627
Compare
Choose a tag to compare

#66 - Global Regex is now removed, allowing the finding of subsequent numerical tags
#67 - Jira branch convention mixed with body convention now properly dedupes so you'll only see one note in the log
#62 - Updated the Jira branch regex to a valid regex identifier

Hotfix - Incorrect Negation

02 Mar 18:49
c4e567f
Compare
Choose a tag to compare

#63 the conditional to save people from not having a token needed to be negated, not to be checked.

Hot Fix `.captains.yml`

02 Mar 16:13
3a63ad7
Compare
Choose a tag to compare

#60 - fixes #52 implementation that was incorrectly merging together env/yml variables. Teams should now be able to correctly utilize the .captains.yml file.

Adding `v` tag

25 Feb 20:44
052ace1
Compare
Choose a tag to compare

Missed the version on the previous tag.

Features on Features!

25 Feb 20:41
052ace1
Compare
Choose a tag to compare
  • #55 - Introducing external Captain's Log configuration! Now you can place all of the same config values you place in the .drone.yml into a file at the root of your directory called .captains.yml.

  • #57 - Add custom slack headings to the top of your release notes! Tired of seeing "released to production", feel free to customize that to your heart's desire!

  • #56 - Ignore issues in pull requests with a more clear ignore syntax! Now you can use <!-- captains-log-ignore --> and <!-- end-captains-log-ignore --> instead of/or with icl/ecl tags respectively.

Jira Branch Syntax & Example Updates

23 Oct 15:44
7e43154
Compare
Choose a tag to compare

Changelog

#44 - Update to default CL messaging
#45 - Jira Branch Convention Support
#46 - Update to examples for more clarity

Fix Release

15 Oct 22:44
ee0f004
Compare
Choose a tag to compare

This release is bugfix centric and dependency updates.

  • Fixed issue with null pr body #42
  • Fixed issue with empty sub teams array #42
  • Updated project deps so vulnerabilities were mitigated #43