Skip to content

Commit

Permalink
Merge pull request #32 from redBorder/development
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
rgomezborder authored Dec 11, 2024
2 parents 234e241 + 8f2a616 commit 3cdaaae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
cookbook-minio CHANGELOG
===============

## 1.3.1

- Miguel Alvarez
- [0c30d73] Add source cookbook

## 1.3.0

- David Vanhoucke
Expand Down
2 changes: 1 addition & 1 deletion resources/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
maintainer_email '[email protected]'
license 'AGPL-3.0'
description 'Installs/Configures Minio'
version '1.3.0'
version '1.3.1'
2 changes: 2 additions & 0 deletions resources/providers/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
unless s3_ready?
template '/etc/redborder/s3_init_conf.yml' do
source 's3_init_conf.yml.erb'
cookbook 'minio'
variables(
s3_user: s3_user,
s3_password: s3_password,
Expand All @@ -67,6 +68,7 @@

template '/root/.s3cfg_initial' do
source 's3cfg_initial.erb'
cookbook 'minio'
variables(
s3_user: s3_user,
s3_password: s3_password,
Expand Down

0 comments on commit 3cdaaae

Please sign in to comment.