Skip to content

Commit

Permalink
bumping to latest traefik version and location, bumping version 1.0.0…
Browse files Browse the repository at this point in the history
… in prep of release
  • Loading branch information
attachmentgenie committed Aug 31, 2021
1 parent 12747ac commit a5e5b14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ traefik2::static_config:
file:
filename: "/etc/traefik2/dynamic.yaml"
watch: true
traefik2::version: '2.2.7'
traefik2::version: '2.5.1'
2 changes: 1 addition & 1 deletion manifests/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
-> archive { "${binary_path}.tar.gz":
ensure => present,
source => "https://github.com/containous/traefik/releases/download/v${traefik2::version}/traefik_v${traefik2::version}_linux_amd64.tar.gz",
source => "https://github.com/traefik/traefik/releases/download/v${traefik2::version}/traefik_v${traefik2::version}_linux_amd64.tar.gz",
extract => true,
extract_path => $version_dir,
creates => $binary_path,
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "attachmentgenie-traefik2",
"version": "0.1.0",
"version": "1.0.0",
"author": "attachmentgenie",
"summary": "Puppet module for Traefik2",
"license": "Apache-2.0",
Expand Down

0 comments on commit a5e5b14

Please sign in to comment.