Skip to content

Commit 8e8162b

Browse files
tas50damacus
authored andcommitted
Update the maintainer to be Sous Chefs (sous-chefs#572)
* Remove community_cookbook_releaser dep Signed-off-by: Tim Smith <[email protected]> * Add code of conduct doc Signed-off-by: Tim Smith <[email protected]> * Update the github templates Signed-off-by: Tim Smith <[email protected]> * Remove EOL opensuse from metadata Signed-off-by: Tim Smith <[email protected]> * Remove mention that Chef owns this cookbook Signed-off-by: Tim Smith <[email protected]> * Update contributing doc Signed-off-by: Tim Smith <[email protected]> * Update chefignore file Signed-off-by: Tim Smith <[email protected]>
1 parent d53a05f commit 8e8162b

8 files changed

+42
-59
lines changed

.github/ISSUE_TEMPLATE.md

+7-14
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,20 @@
1-
# Cookbook version
2-
1+
### Cookbook version
32
[Version of the cookbook where you are encountering the issue]
43

5-
# Chef-client version
6-
4+
### Chef-client version
75
[Version of chef-client in your environment]
86

9-
# Platform Details
10-
7+
### Platform Details
118
[Operating system distribution and release version. Cloud provider if running in the cloud]
129

13-
# Scenario:
14-
10+
### Scenario:
1511
[What you are trying to achieve and you can't?]
1612

17-
# Steps to Reproduce:
18-
13+
### Steps to Reproduce:
1914
[If you are filing an issue what are the things we need to do in order to repro your problem? How are you using this cookbook or any resources it includes?]
2015

21-
# Expected Result:
22-
16+
### Expected Result:
2317
[What are you expecting to happen as the consequence of above reproduction steps?]
2418

25-
# Actual Result:
26-
19+
### Actual Result:
2720
[What actually happens after the reproduction steps? Include the error output or a link to a gist if possible.]

.github/PULL_REQUEST_TEMPLATE.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
# Description
1+
## Description
22

33
[Describe what this change achieves]
44

5-
# Issues Resolved
5+
### Issues Resolved
66

77
[List any existing issues this PR resolves]
88

9-
# Check List
10-
11-
- [ ] All tests pass. See <https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD>
9+
### Check List
10+
- [ ] All tests pass. See https://github.com/sous-chefs/mysql/blob/master/TESTING.md
1211
- [ ] New functionality includes testing.
1312
- [ ] New functionality has been documented in the README if applicable

CODE_OF_CONDUCT.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Community Guidelines
2+
3+
This project follows the Chef Community Guidelines <https://docs.chef.io/community_guidelines.html>

CONTRIBUTING.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
Please refer to
2-
https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD
1+
# Contributing
2+
3+
## Branches
4+
5+
### `master` branch
6+
7+
The master branch is the current committed changes. These changes may not yet be released although we try to release often.
8+
9+
## Tags
10+
11+
All releases are tagged in git. To see the releases available to you see the changelog or the tags directly.
12+
13+
## Pull requests
14+
15+
- <https://github.com/sous-chefs/mysql/pulls>
16+
17+
## Issues
18+
19+
Need to report an issue? Use the github issues:
20+
21+
- <https://github.com/sous-chefs/mysql/issues>

Gemfile

-9
This file was deleted.

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -401,14 +401,10 @@ MySQL forks are purposefully out of scope for this cookbook. This is mostly to r
401401

402402
Package repository locations, package version names, software major version numbers, supported platform matrices, and the availability of software such as XtraDB and Galera are the main reasons that creating multiple cookbooks to make sense.
403403

404-
## Maintainers
405-
406-
This cookbook is maintained by Chef's Community Cookbook Engineering team. Our goal is to improve cookbook quality and to aid the community in contributing to cookbooks. To learn more about our team, process, and design goals see our [team documentation](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/COOKBOOK_TEAM.MD). To learn more about contributing to cookbooks like this see our [contributing documentation](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD), or if you have general questions about this cookbook come chat with us in #cookbok-engineering on the [Chef Community Slack](http://community-slack.chef.io/)
407-
408404
## License
409405

410406
```text
411-
Copyright:: 2009-2017 Chef Software, Inc
407+
Copyright:: 2009-2018 Chef Software, Inc
412408
413409
Licensed under the Apache License, Version 2.0 (the "License");
414410
you may not use this file except in compliance with the License.

chefignore

+1-17
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Rakefile
7474
*/.bzr/*
7575
*/.hg/*
7676
*/.svn/*
77+
.github
7778

7879
# Berkshelf #
7980
#############
@@ -82,25 +83,8 @@ Berksfile.lock
8283
cookbooks/*
8384
tmp
8485

85-
# Policyfile #
86-
##############
87-
Policyfile.rb
88-
Policyfile.lock.json
89-
9086
# Cookbooks #
9187
#############
9288
CONTRIBUTING*
9389
CHANGELOG*
9490
TESTING*
95-
96-
# Strainer #
97-
############
98-
Colanderfile
99-
Strainerfile
100-
.colander
101-
.strainer
102-
103-
# Vagrant #
104-
###########
105-
.vagrant
106-
Vagrantfile

metadata.rb

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name 'mysql'
2-
maintainer 'Chef Software, Inc.'
3-
maintainer_email '[email protected]'
2+
maintainer 'Sous Chefs'
3+
maintainer_email '[email protected]'
44
license 'Apache-2.0'
55
description 'Provides mysql_service, mysql_config, and mysql_client resources'
66
version '8.5.2'
@@ -13,11 +13,9 @@
1313
supports 'fedora'
1414
supports 'debian', '>= 7.0'
1515
supports 'ubuntu', '>= 14.04'
16-
17-
supports 'opensuse', '>= 13.0'
1816
supports 'opensuseleap'
1917
supports 'suse', '>= 12.0'
2018

21-
source_url 'https://github.com/chef-cookbooks/mysql'
22-
issues_url 'https://github.com/chef-cookbooks/mysql/issues'
23-
chef_version '>= 12.7' if respond_to?(:chef_version)
19+
source_url 'https://github.com/sous-chefs/mysql'
20+
issues_url 'https://github.com/sous-chefs/mysql/issues'
21+
chef_version '>= 12.7'

0 commit comments

Comments
 (0)