Releases: observIQ/bindplane-op-action
Releases · observIQ/bindplane-op-action
v1.6.2
What's Changed
- Bindplane v1.93 by @jsirianni in #73
- fix: Handle remote url with trailing slash by @jsirianni in #74
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- Resolved a regression where the action would fail if the user was using glob file paths
- Added a configurable use-agent parameter, defaulting to
bindplane-op-action - Added additional context to failure logs when applying resources fails
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- test against v1.83.0 by @jsirianni in #53
- test against v1.84.0 by @jsirianni in #54
- Test against v1.85.0 by @jsirianni in #55
- bindplane 1.86 by @jsirianni in #57
- Run rollout if github_url is set by @jsirianni in #52
- deps: Go-git v5.13. by @jsirianni in #58
- fix(ci): Setting up postgres with bindplane by @schmikei in #59
- Bindplane 1.88.1 by @jsirianni in #61
- fix(ci): Seed new account with resources before tests by @jsirianni in #62
- chore: minor doc udpates by @mkelly in #64
- Bindplane v1.89.3 by @jsirianni in #65
- chore(go): Upgrade to 1.24.2 by @jsirianni in #66
- bindplane v1.91 by @jsirianni in #67
- chore: Bindplane v1.92.0 by @jsirianni in #69
- feat: Support applying directories by @jsirianni in #71
New Contributors
Full Changelog: v1.5.1...v1.6.0
v1.5.1
fix: Skip commit message check if token not provided (#51) * Skip commit message check if token not provided * Add doc
v1.5.0
What's Changed
- fix(auth): Skip setting basic auth when username and password are not set by @jsirianni in #46
- fix: Test connection should check status code by @jsirianni in #47
- feat: Progressive rollouts by @jsirianni in #48
- fix: Create unique directory when cloning repo by @jsirianni in #49
Full Changelog: v1.4.2...v1.5.0
v1.4.2
What's Changed
- Test against v1.59.0 by @jsirianni in #25
- Test against 1.61.1 by @jsirianni in #26
- Test against 1.62.0 by @jsirianni in #27
- Increase HTTP client default timeout by @jsirianni in #28
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Fixes a regression introduced in v1.4.0. File path globbing is now supported.
v1.4.0
The action's bash implementation has been re-written in Go. The Go implementation is 1:1 compatible with the previous version v1.3.9. If you notice a deviation, please file an issue.
What's Changed
- feat(refactor): Re-write action in Go by @jsirianni in #19
- chore(ci): Add Go checks by @jsirianni in #22
- fix: Metadata labels by @jsirianni in #21
Full Changelog: v1.3.9...v1.4.0
v1.3.9
Use full path to TLS CA (#16) * Use full path to TLS CA * fix commented variable syntax
v1.3.8
fix: Custom github url