Skip to content

Commit

Permalink
Update webhook-go to version 2.8.0
Browse files Browse the repository at this point in the history
It's the latest release of webhook-go right now
  • Loading branch information
saz authored and bastelfreak committed Dec 11, 2024
1 parent d8e7832 commit 4000094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ Data type: `String`



Default value: `'2.2.0'`
Default value: `'2.8.0'`

##### <a name="-r10k--webhook--service_ensure"></a>`service_ensure`

Expand Down
2 changes: 1 addition & 1 deletion manifests/webhook.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class r10k::webhook (
Enum['package', 'repo', 'none'] $install_method = 'package',
Boolean $ensure = false,
String $version = '2.2.0',
String $version = '2.8.0',
Variant[
Enum['running', 'stopped'],
Boolean
Expand Down

0 comments on commit 4000094

Please sign in to comment.