Skip to content

Releases: observIQ/bindplane-op-action

v1.6.2

14 Aug 20:21
1815d4e

Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1

08 Aug 17:43
0f0ae20

Choose a tag to compare

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

23 Jul 19:30
7510c67

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

21 Nov 14:18
0c4b471

Choose a tag to compare

fix: Skip commit message check if token not provided (#51)

* Skip commit message check if token not provided

* Add doc

v1.5.0

19 Nov 21:54
2c72edf

Choose a tag to compare

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

08 Jul 14:33
f7e17ff

Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

v1.4.1

04 Jun 16:47
d1f7103

Choose a tag to compare

Fixes a regression introduced in v1.4.0. File path globbing is now supported.

v1.4.0

20 May 15:16

Choose a tag to compare

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

Full Changelog: v1.3.9...v1.4.0

v1.3.9

24 Apr 19:35
0045c43

Choose a tag to compare

Use full path to TLS CA (#16)

* Use full path to TLS CA

* fix commented variable syntax

v1.3.8

24 Apr 15:00

Choose a tag to compare

fix: Custom github url