Commit graph

113 commits

Author SHA1 Message Date
Grant Slater 288a313b83 Add details about keeping actions updated using Dependabot.
Fixes: 32
2022-03-28 02:43:13 +01:00
Koen Rouwhorst d116b6e837
Merge pull request #61 from koenrh/dnscontrol-v3.13.0
Bump DNSControl to v3.13.0
2021-12-16 23:55:02 +01:00
Koen Rouwhorst db44c83a6d
Bump DNSControl to v3.13.0
Closes https://github.com/koenrh/dnscontrol-action/issues/60
2021-12-16 23:51:17 +01:00
Koen Rouwhorst 6eb92d5d12
Merge pull request #59 from koenrh/dnscontrol-v3.12.0
Bump DNSControl to v3.12.0
2021-10-10 21:08:05 +02:00
Koen Rouwhorst 976d2a1c7e
Bump DNSControl to v3.12.0 2021-10-10 12:59:27 +02:00
Koen Rouwhorst 7d2c2d7629
Merge pull request #57 from koenrh/filter-preview-output
Reduce preview PR comment size
2021-07-24 13:38:15 +02:00
Koen Rouwhorst a12c1b3e52 Reduce preview PR comment size 2021-07-24 13:33:31 +02:00
dependabot[bot] 8e717420dc
Merge pull request #58 from koenrh/dependabot/docker/stackexchange/dnscontrol-v3.11.0 2021-07-24 10:33:10 +00:00
dependabot[bot] 7ebfa22ff0
Bump stackexchange/dnscontrol from v3.10.1 to v3.11.0
Bumps stackexchange/dnscontrol from v3.10.1 to v3.11.0.

---
updated-dependencies:
- dependency-name: stackexchange/dnscontrol
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-22 03:10:32 +00:00
dependabot[bot] cc3905c361
Merge pull request #56 from koenrh/dependabot/docker/stackexchange/dnscontrol-v3.10.1 2021-07-13 15:42:29 +00:00
dependabot[bot] 114d8cdfdb
Bump stackexchange/dnscontrol from v3.8.0 to v3.10.1
Bumps stackexchange/dnscontrol from v3.8.0 to v3.10.1.

---
updated-dependencies:
- dependency-name: stackexchange/dnscontrol
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-02 03:10:17 +00:00
Koen Rouwhorst 4632d28cf2
Merge pull request #50 from koenrh/add-dependabot-config
Add Dependabot config
2021-05-13 11:43:05 +02:00
Koen Rouwhorst 25d8b0d692
Add Dependabot config 2021-05-13 11:42:26 +02:00
Koen Rouwhorst 8c03c50e9a
Remove Dependabot config 2021-05-13 11:40:20 +02:00
Koen Rouwhorst f784e20e39
Merge pull request #49 from AshleyJackson/patch-1
Bumped to v3.8.0
2021-04-11 12:45:19 +02:00
Ashley Jackson afe6819a38
Bumped to v3.8.0 2021-03-29 12:33:00 +10:00
Koen Rouwhorst 03093c9966
Merge pull request #47 from koenrh/koenrh/dnscontrol-v3.7.0
Bump DNSControl to v3.7.0
2021-02-28 17:03:00 +01:00
Koen Rouwhorst b6e20fab4d Bump DNSControl to v3.7.0 2021-02-28 17:01:03 +01:00
Koen Rouwhorst 2a38b958fa Fix ShellCheck SC2164 2021-02-07 18:01:42 +01:00
Koen Rouwhorst b5b37f06ad
Merge pull request #45 from francois2metz/set-exit-code
Allow any number of arguments and forward the dnscontrol exit code
2021-02-07 17:57:41 +01:00
François de Metz 6bcbf9e9eb
Allow for forward any number of arguments and forward the exit code 2021-01-28 20:31:15 +01:00
Koen Rouwhorst 51da3a98b5 Remove unnecessary 'creds_file' arg from 'check' example 2021-01-20 21:46:53 +01:00
Koen Rouwhorst e76bce246f
Merge pull request #44 from koenrh/koenrh/dnscontrol-v3.5.0
Bump DNSControl from v3.4.2 to v3.5.0
2021-01-20 21:39:03 +01:00
Koen Rouwhorst b7ad8626de Bump DNSControl from v3.4.2 to v3.5.0 2021-01-20 21:34:50 +01:00
Koen Rouwhorst bc4f97e60e
Merge pull request #41 from koenrh/support-non-default-config-path
Add support for non-default DNSControl config file location
2021-01-20 21:28:14 +01:00
Koen Rouwhorst 3ab26ada34 Don't set '--creds' flag for 'check' sub-command 2021-01-20 21:05:48 +01:00
Koen Rouwhorst 34dfb69847 Update README 2021-01-16 19:45:51 +01:00
Koen Rouwhorst 229fdd3a1c Remove DNSControl prefix from input arguments 2021-01-16 19:45:44 +01:00
Koen Rouwhorst a8b2018ce2 Use resolved absolute paths to config files 2021-01-16 19:45:36 +01:00
Koen Rouwhorst bd0b497223 Use 'dirname' to get dir from path 2021-01-16 19:45:26 +01:00
Koen Rouwhorst 805bd0e165 Update defaults of DNSControl files 2021-01-16 19:45:20 +01:00
Koen Rouwhorst 1940380df3 Add missing quotes 2021-01-16 19:45:11 +01:00
Mark Dorison a8eaabc10f Added explicit reference to config file. 2021-01-16 19:44:28 +01:00
Mark Dorison ce36ac9a0b Testing alternative working directory approach. 2021-01-16 19:44:28 +01:00
Mark Dorison 724af9dc39 Fixed typo in --creds switch. 2021-01-16 19:44:28 +01:00
Mark Dorison efa95f4fb9 Updated to support passing --config and --creds. 2021-01-16 19:44:28 +01:00
Mark Dorison a9cc98e29e Added support for specifying a working directory. 2021-01-16 19:44:28 +01:00
Koen Rouwhorst 4022e1d161
Merge pull request #38 from ChromaticHQ/comment-example
Updated PR comment example syntax.
2020-10-25 11:35:49 +01:00
Mark Dorison 0dcf731c24
Updated PR comment example syntax.
The comment PR example using steps.preview.outputs.output was not
working despite naming the job 'preview' as defined. While
troubleshooting I found examples that made reference to setting a
specific step id that could then be referenced to get its output. This
worked for me so I updated the documentation to show to use this more
explicit reference.
2020-10-22 10:02:51 -04:00
Koen Rouwhorst 772ead9671
Merge pull request #36 from koenrh/dependabot/docker/stackexchange/dnscontrol-v3.4.2
Bump stackexchange/dnscontrol from v3.3.0 to v3.4.2
2020-10-17 15:37:38 +02:00
dependabot[bot] 862ba1ce70
Bump stackexchange/dnscontrol from v3.3.0 to v3.4.2
Bumps stackexchange/dnscontrol from v3.3.0 to v3.4.2.

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 07:02:18 +00:00
Koen Rouwhorst 39fdae926e
Merge pull request #35 from koenrh/dependabot/add-v2-config-file
Create Dependabot config file
2020-09-24 22:08:25 +02:00
dependabot-preview[bot] 4d81fdb359
Create Dependabot config file 2020-09-24 20:07:18 +00:00
dependabot-preview[bot] 10090f1862
Merge pull request #33 from koenrh/dependabot/docker/stackexchange/dnscontrol-v3.3.0 2020-09-12 07:33:21 +00:00
dependabot-preview[bot] a5f3a4bc20
Bump stackexchange/dnscontrol from v3.2.0 to v3.3.0
Bumps stackexchange/dnscontrol from v3.2.0 to v3.3.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-07 07:45:15 +00:00
Koen Rouwhorst 6af9c3aed3 Reference GitHub Checkout action by tag 2020-07-26 13:44:21 +02:00
Koen Rouwhorst 0a44e23acd
Merge pull request #30 from koenrh/koenrh/prepare-v3.3
Prepare version 3.3
2020-07-26 13:39:05 +02:00
Koen Rouwhorst 5532c98653 Add CHANGELOG 2020-07-26 13:35:46 +02:00
Koen Rouwhorst 83cad48cf3 Remove 'master' references 2020-07-26 13:29:13 +02:00
Koen Rouwhorst 433e05b83d Reference 'checkout' action by version 2020-07-26 13:24:20 +02:00