Skip to content

Commit 65651ea

Browse files
chore(release): 0.7.2 [skip ci]
## [0.7.2](v0.7.1...v0.7.2) (2020-06-05) ### Bug Fixes * **defaults:** ensure `path` is set (for package-based installation) ([e7e088b](e7e088b)) * **pkg:** use correct package name per `osfamily` ([2677e84](2677e84)) * **repo:** fix relative includes cannot be used for `sls` requisites ([6049382](6049382)), closes [#41](#41) ### Continuous Integration * **kitchen+travis+inspec:** add `package` suite ([aba6e4c](aba6e4c))
1 parent 5b1e9b7 commit 65651ea

File tree

5 files changed

+38
-7
lines changed

5 files changed

+38
-7
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord
44

55
Avatar|Contributor|Contributions
66
:-:|---|:-:
7-
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|57
8-
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|45
7+
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|62
8+
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>|[@noelmcloughlin](https://github.com/noelmcloughlin)|47
99
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/5823?v=4' width='36' height='36' alt='@jackscott'>|[@jackscott](https://github.com/jackscott)|11
1010
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|10
1111
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/20354422?v=4' width='36' height='36' alt='@VoroOnestic'>|[@VoroOnestic](https://github.com/VoroOnestic)|2
@@ -16,4 +16,4 @@ Avatar|Contributor|Contributions
1616

1717
---
1818

19-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-04.
19+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-05.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.7.2](https://github.com/saltstack-formulas/golang-formula/compare/v0.7.1...v0.7.2) (2020-06-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **defaults:** ensure `path` is set (for package-based installation) ([e7e088b](https://github.com/saltstack-formulas/golang-formula/commit/e7e088bcaf38bc01ccbcd040cc87d1101aae013b))
9+
* **pkg:** use correct package name per `osfamily` ([2677e84](https://github.com/saltstack-formulas/golang-formula/commit/2677e840d1ca41c410b2ac1e8870357f779e1814))
10+
* **repo:** fix relative includes cannot be used for `sls` requisites ([6049382](https://github.com/saltstack-formulas/golang-formula/commit/6049382287898564e85d073a1d41ae4daff401b1)), closes [#41](https://github.com/saltstack-formulas/golang-formula/issues/41)
11+
12+
13+
### Continuous Integration
14+
15+
* **kitchen+travis+inspec:** add `package` suite ([aba6e4c](https://github.com/saltstack-formulas/golang-formula/commit/aba6e4cd7936ed8180e1d6b6dd7afea7d684b1b3))
16+
317
## [0.7.1](https://github.com/saltstack-formulas/golang-formula/compare/v0.7.0...v0.7.1) (2020-06-04)
418

519

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: golang
22
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
33
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
4-
version: 0.7.1
4+
version: 0.7.2
55
release: 1
66
minimum_version: 2019.2
77
summary: golang formula

docs/AUTHORS.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
1515
- Contributions
1616
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>`
1717
- `@myii <https://github.com/myii>`_
18-
- 57
18+
- 62
1919
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/13322818?v=4' width='36' height='36' alt='@noelmcloughlin'>`
2020
- `@noelmcloughlin <https://github.com/noelmcloughlin>`_
21-
- 45
21+
- 47
2222
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/5823?v=4' width='36' height='36' alt='@jackscott'>`
2323
- `@jackscott <https://github.com/jackscott>`_
2424
- 11
@@ -44,4 +44,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
4444

4545
----
4646

47-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-06-04.
47+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2020-06-05.

docs/CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Changelog
33
=========
44

5+
`0.7.2 <https://github.com/saltstack-formulas/golang-formula/compare/v0.7.1...v0.7.2>`_ (2020-06-05)
6+
--------------------------------------------------------------------------------------------------------
7+
8+
Bug Fixes
9+
^^^^^^^^^
10+
11+
12+
* **defaults:** ensure ``path`` is set (for package-based installation) (\ `e7e088b <https://github.com/saltstack-formulas/golang-formula/commit/e7e088bcaf38bc01ccbcd040cc87d1101aae013b>`_\ )
13+
* **pkg:** use correct package name per ``osfamily`` (\ `2677e84 <https://github.com/saltstack-formulas/golang-formula/commit/2677e840d1ca41c410b2ac1e8870357f779e1814>`_\ )
14+
* **repo:** fix relative includes cannot be used for ``sls`` requisites (\ `6049382 <https://github.com/saltstack-formulas/golang-formula/commit/6049382287898564e85d073a1d41ae4daff401b1>`_\ ), closes `#41 <https://github.com/saltstack-formulas/golang-formula/issues/41>`_
15+
16+
Continuous Integration
17+
^^^^^^^^^^^^^^^^^^^^^^
18+
19+
20+
* **kitchen+travis+inspec:** add ``package`` suite (\ `aba6e4c <https://github.com/saltstack-formulas/golang-formula/commit/aba6e4cd7936ed8180e1d6b6dd7afea7d684b1b3>`_\ )
21+
522
`0.7.1 <https://github.com/saltstack-formulas/golang-formula/compare/v0.7.0...v0.7.1>`_ (2020-06-04)
623
--------------------------------------------------------------------------------------------------------
724

0 commit comments

Comments
 (0)