Skip to content

Commit

Permalink
Merge pull request #7 from redBorder/development
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
manegron authored Oct 10, 2024
2 parents 84d7632 + 05bf51d commit 21044ad
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
cookbook-rb-common CHANGELOG
===============

## 2.0.0

- Miguel Negron
- [43ddd82] remove files on update/uninstall
- [1a7aaae] Bump version
- [20db73c] We dont need ulimit command with file is ok
- [052984f] pass lint
- [6b32abb] Use resources instead of node
- [42cc99e] Bump version
- [07e3131] Use default values
- [b2636e5] Bump version
- [31f48c6] Swap order on change limits
- [671a35f] Bump version
- [f744111] bugfix/#18983_rlimit_nginx_problem
- Miguel Negrón
- [9055703] Update README.md
- [d2f8e42] Update rpm.yml
- [a433f03] Update metadata.rb

## 1.0.0

- Miguel Negron
Expand Down
4 changes: 4 additions & 0 deletions packaging/rpm/cookbook-rb-common.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ case "$1" in
;;
esac

%postun
# Deletes directory when uninstall/update the package
rm -rf /var/chef/cookbooks/rb-common

%files
%defattr(0755,root,root)
/var/chef/cookbooks/rb-common
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 'Redborder common system settings'
version '1.0.0'
version '2.0.0'

0 comments on commit 21044ad

Please sign in to comment.