Skip to content

Commit 20c221b

Browse files
committed
Bump up version number
1 parent 1b15555 commit 20c221b

File tree

2 files changed

+152
-0
lines changed

2 files changed

+152
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [v0.7.1](https://github.com/k1LoW/grouped_process_exporter/compare/v0.7.0...v0.7.1) (2021-01-27)
2+
3+
* Fix invalid memory address or nil pointer dereference when --collector.status is enabled [#25](https://github.com/k1LoW/grouped_process_exporter/pull/25) ([k1LoW](https://github.com/k1LoW))
4+
15
## [v0.7.0](https://github.com/k1LoW/grouped_process_exporter/compare/v0.6.0...v0.7.0) (2019-12-11)
26

37
* Update prometheus/procfs to v0.0.8 [#24](https://github.com/k1LoW/grouped_process_exporter/pull/24) ([k1LoW](https://github.com/k1LoW))

CREDITS

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,27 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
143143

144144
================================================================
145145

146+
github.com/davecgh/go-spew
147+
https://github.com/davecgh/go-spew
148+
----------------------------------------------------------------
149+
ISC License
150+
151+
Copyright (c) 2012-2016 Dave Collins <[email protected]>
152+
153+
Permission to use, copy, modify, and/or distribute this software for any
154+
purpose with or without fee is hereby granted, provided that the above
155+
copyright notice and this permission notice appear in all copies.
156+
157+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
158+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
159+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
160+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
161+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
162+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
163+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
164+
165+
================================================================
166+
146167
github.com/golang/protobuf
147168
https://github.com/golang/protobuf
148169
----------------------------------------------------------------
@@ -175,6 +196,73 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
175196
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
176197

177198

199+
================================================================
200+
201+
github.com/google/go-cmp
202+
https://github.com/google/go-cmp
203+
----------------------------------------------------------------
204+
Copyright (c) 2017 The Go Authors. All rights reserved.
205+
206+
Redistribution and use in source and binary forms, with or without
207+
modification, are permitted provided that the following conditions are
208+
met:
209+
210+
* Redistributions of source code must retain the above copyright
211+
notice, this list of conditions and the following disclaimer.
212+
* Redistributions in binary form must reproduce the above
213+
copyright notice, this list of conditions and the following disclaimer
214+
in the documentation and/or other materials provided with the
215+
distribution.
216+
* Neither the name of Google Inc. nor the names of its
217+
contributors may be used to endorse or promote products derived from
218+
this software without specific prior written permission.
219+
220+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
221+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
222+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
223+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
224+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
225+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
226+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
227+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
228+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
229+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
230+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
231+
232+
================================================================
233+
234+
github.com/inconshreveable/mousetrap
235+
https://github.com/inconshreveable/mousetrap
236+
----------------------------------------------------------------
237+
Copyright 2014 Alan Shreve
238+
239+
Licensed under the Apache License, Version 2.0 (the "License");
240+
you may not use this file except in compliance with the License.
241+
You may obtain a copy of the License at
242+
243+
http://www.apache.org/licenses/LICENSE-2.0
244+
245+
Unless required by applicable law or agreed to in writing, software
246+
distributed under the License is distributed on an "AS IS" BASIS,
247+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
248+
See the License for the specific language governing permissions and
249+
limitations under the License.
250+
251+
================================================================
252+
253+
github.com/konsorten/go-windows-terminal-sequences
254+
https://github.com/konsorten/go-windows-terminal-sequences
255+
----------------------------------------------------------------
256+
(The MIT License)
257+
258+
Copyright (c) 2017 marvin + konsorten GmbH ([email protected])
259+
260+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
261+
262+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
263+
264+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
265+
178266
================================================================
179267

180268
github.com/matttproud/golang_protobuf_extensions
@@ -384,6 +472,39 @@ https://github.com/matttproud/golang_protobuf_extensions
384472

385473
================================================================
386474

475+
github.com/pmezard/go-difflib
476+
https://github.com/pmezard/go-difflib
477+
----------------------------------------------------------------
478+
Copyright (c) 2013, Patrick Mezard
479+
All rights reserved.
480+
481+
Redistribution and use in source and binary forms, with or without
482+
modification, are permitted provided that the following conditions are
483+
met:
484+
485+
Redistributions of source code must retain the above copyright
486+
notice, this list of conditions and the following disclaimer.
487+
Redistributions in binary form must reproduce the above copyright
488+
notice, this list of conditions and the following disclaimer in the
489+
documentation and/or other materials provided with the distribution.
490+
The names of its contributors may not be used to endorse or promote
491+
products derived from this software without specific prior written
492+
permission.
493+
494+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
495+
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
496+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
497+
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
498+
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
499+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
500+
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
501+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
502+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
503+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
504+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
505+
506+
================================================================
507+
387508
github.com/prometheus/client_golang
388509
https://github.com/prometheus/client_golang
389510
----------------------------------------------------------------
@@ -1453,6 +1574,33 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
14531574

14541575
================================================================
14551576

1577+
github.com/stretchr/testify
1578+
https://github.com/stretchr/testify
1579+
----------------------------------------------------------------
1580+
MIT License
1581+
1582+
Copyright (c) 2012-2018 Mat Ryer and Tyler Bunnell
1583+
1584+
Permission is hereby granted, free of charge, to any person obtaining a copy
1585+
of this software and associated documentation files (the "Software"), to deal
1586+
in the Software without restriction, including without limitation the rights
1587+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1588+
copies of the Software, and to permit persons to whom the Software is
1589+
furnished to do so, subject to the following conditions:
1590+
1591+
The above copyright notice and this permission notice shall be included in all
1592+
copies or substantial portions of the Software.
1593+
1594+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1595+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1596+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1597+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1598+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1599+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1600+
SOFTWARE.
1601+
1602+
================================================================
1603+
14561604
golang.org/x/sync
14571605
https://golang.org/x/sync
14581606
----------------------------------------------------------------

0 commit comments

Comments
 (0)