Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
Dpkg Autostart
Commits
b6eb86b8
Commit
b6eb86b8
authored
May 22, 2020
by
Tim Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.3.0
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
b8fba31b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
15 deletions
+40
-15
.gitignore
.gitignore
+1
-1
CHANGELOG.md
CHANGELOG.md
+37
-12
chefignore
chefignore
+1
-1
metadata.rb
metadata.rb
+1
-1
No files found.
.gitignore
View file @
b6eb86b8
...
...
@@ -43,6 +43,6 @@ vendor/
.zero-knife.rb
Policyfile.lock.json
# vagrant stuff
#
# vagrant stuff
.vagrant/
.vagrant.d/
CHANGELOG.md
View file @
b6eb86b8
# v0.2.0
_NOTE_
: Release introduces minor breaking change due to updated
interaction with resource collection.
# dpkg_autostart Cookbook CHANGELOG
This file is used to list changes made in each version of the dpkg_autostart cookbook.
## v0.3.0 (2020-05-22)
-
Transferred ownership of this cookbook to Sous Chefs
-
Updated the resource to define the resource name via the resource DSL
-
Updated the resource to define the allowed actions and default action via the resource DSL
-
Removed support for Chef 10
-
Added source_url / issues_url to the metadata.rb
-
Added supports 'debian' and 'ubuntu' the to metadata.rb
-
Added chefignore file to limit files uploaded to the Chef Server
-
Added testing with GitHub Actions
-
Added Delivery local mode configuration for local testing
-
Added various documentation files
-
Added a Berksfile
## v0.2.0
_NOTE_
: Release introduces minor breaking change due to updated interaction with resource collection.
*
Fix script syntax in bin file (#7 thanks @hamann!)
*
Allow multiple services and actions (#7 thanks @hamann!)
*
Use
`ResourceCollection#insert`
when adding bin resource
*
_NOTE_: This may require updating resource locations or adding the
default recipe to the beginning of the run list
*
_NOTE_: This may require updating resource locations or adding the default recipe to the beginning of the run list
## v0.1.12
# v0.1.12
*
Be a noop except on debian family
# v0.1.10
## v0.1.10
*
Add support for upstart services (thanks @bkw)
# v0.1.8
## v0.1.8
*
Add support for Chef 10 (#3)
*
Properly update
`resource_collection`
when unshifting (#4)
*
Thanks @mpasternacki
# v0.1.6
## v0.1.6
*
Fix version number
# v0.1.4
## v0.1.4
*
Use "heavyweight" resource/provider
*
Fix execution error on initial runs (#2)
# v0.1.2
## v0.1.2
*
Add explicit
`:create`
action to template
# v0.1.0
## v0.1.0
*
Initial commit
chefignore
View file @
b6eb86b8
...
...
@@ -102,7 +102,7 @@ CONTRIBUTING*
TESTING*
CODE_OF_CONDUCT*
#
V
agrant #
#
#
v
agrant #
###########
.vagrant
Vagrantfile
metadata.rb
View file @
b6eb86b8
name
'dpkg_autostart'
version
'0.2.0'
maintainer
'Sous Chefs'
maintainer_email
'help@sous-chefs.org'
description
'Control service actions initialized from dpkg'
license
'Apache-2.0'
source_url
'https://github.com/sous-chefs/dpkg_autostart'
issues_url
'https://github.com/sous-chefs/dpkg_autostart/issues'
version
'0.3.0'
supports
'ubuntu'
supports
'debian'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment