File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
## main branch
6
6
7
+ * Added a section about development status (stable; no features planned) to
8
+ [ README.md] [ ] .
9
+
10
+ [ README.md ] : README.md
11
+
7
12
## Release 1.2.3
8
13
9
14
No functional changes. This release is solely to keep the released module from
Original file line number Diff line number Diff line change @@ -88,6 +88,14 @@ golang::linked_binaries { '/home/me/go':
88
88
89
89
This does not support Windows.
90
90
91
+ ## Development status
92
+
93
+ This is stable. I have no features planned for the future, though I’m open to
94
+ [ suggestions] [ issues ] .
95
+
96
+ I will occasionally make 0.0.1 releases to keep this updated with the latest
97
+ version of [ PDK] [ ] .
98
+
91
99
## Reference
92
100
93
101
There is specific documentation for individual parameters in [ REFERENCE.md] [ ] .
@@ -97,7 +105,6 @@ That file is generated with:
97
105
pdk bundle exec puppet strings generate --format markdown
98
106
```
99
107
100
- [ REFERENCE.md ] : REFERENCE.md
101
108
[ `golang` ] : REFERENCE.md#golang
102
109
[ $golang::ensure ] : REFERENCE.md#-golang--ensure
103
110
[ `golang::installation` ] : REFERENCE.md#golang--installation
@@ -106,3 +113,6 @@ pdk bundle exec puppet strings generate --format markdown
106
113
[ $g::i::group ] : REFERENCE.md#-golang--installation--group
107
114
[ `golang::linked_binaries` ] : REFERENCE.md#golang--linked_binaries
108
115
[ hiera ] : https://puppet.com/docs/puppet/latest/hiera.html
116
+ [ issues ] : https://github.com/danielparks/puppet-golang/issues
117
+ [ PDK ] : https://github.com/puppetlabs/pdk
118
+ [ REFERENCE.md ] : REFERENCE.md
You can’t perform that action at this time.
0 commit comments