Skip to content

Commit 20b8c3d

Browse files
committed
🚀 releasing version 1.4.2 @ 2021-12-16 19:11
[skip ci]
1 parent dea2b2a commit 20b8c3d

File tree

260 files changed

+26627
-25894
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+26627
-25894
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,24 @@ beta releases are not included in this history.
1414

1515
[//]: # (begin_release_notes)
1616

17+
"" "1.4.2" (2021-12-16)
18+
=======================
19+
20+
Bugfixes
21+
--------
22+
23+
- Dependency upgrade: viper-1.10.0 (#202112131127)
24+
- Dependency upgrade: viper-1.10.1 (#202112161134)
25+
- Dependency upgrade: zerolog-1.26.1 (#202112161135)
26+
- Fixes the CLI to environment variable binding which did not work well with default values provided as part of the CLI flag definition (#202112161725)
27+
28+
29+
Misc
30+
----
31+
32+
- #202112161834
33+
34+
1735
"" "1.4.1" (2021-12-03)
1836
=======================
1937

changes/202112131127.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/202112161134.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/202112161135.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/202112161725.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/202112161834.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/dep/github.com/ARM-software^34f8c/golang-utils/utils/config.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@
2020

2121
<span class="title">Imports</span><div id="packages">
2222
<code> <span class="order">1</span>. <a href="../../../../../pkg/fmt.html">fmt</a></code>
23-
<code> <span class="order">2</span>. <a href="../../../../../pkg/github.com/joho/godotenv.html">github.com/joho/godotenv</a></code>
24-
<code> <span class="order">3</span>. <a href="../../../../../pkg/github.com/mitchellh/mapstructure.html" class="path-duplicate">github.com/</a><a href="../../../../../pkg/github.com/mitchellh/mapstructure.html">mitchellh/mapstructure</a></code>
25-
<code> <span class="order">4</span>. <a href="../../../../../pkg/github.com/spf13/pflag.html" class="path-duplicate">github.com/</a><a href="../../../../../pkg/github.com/spf13/pflag.html">spf13/pflag</a></code>
26-
<code> <span class="order">5</span>. <a href="../../../../../pkg/github.com/spf13/viper.html" class="path-duplicate">github.com/spf13/</a><a href="../../../../../pkg/github.com/spf13/viper.html">viper</a></code>
27-
<code> <span class="order">6</span>. <a href="../../../../../pkg/reflect.html">reflect</a></code>
28-
<code> <span class="order">7</span>. <a href="../../../../../pkg/strings.html">strings</a></code></div>
23+
<code> <span class="order">2</span>. <a href="../../../../../pkg/github.com/ARM-software^34f8c/golang-utils/utils/reflection.html">github.com/ARM-software/golang-utils/utils/reflection</a></code>
24+
<code> <span class="order">3</span>. <a href="../../../../../pkg/github.com/joho/godotenv.html" class="path-duplicate">github.com/</a><a href="../../../../../pkg/github.com/joho/godotenv.html">joho/godotenv</a></code>
25+
<code> <span class="order">4</span>. <a href="../../../../../pkg/github.com/mitchellh/mapstructure.html" class="path-duplicate">github.com/</a><a href="../../../../../pkg/github.com/mitchellh/mapstructure.html">mitchellh/mapstructure</a></code>
26+
<code> <span class="order">5</span>. <a href="../../../../../pkg/github.com/spf13/pflag.html" class="path-duplicate">github.com/</a><a href="../../../../../pkg/github.com/spf13/pflag.html">spf13/pflag</a></code>
27+
<code> <span class="order">6</span>. <a href="../../../../../pkg/github.com/spf13/viper.html" class="path-duplicate">github.com/spf13/</a><a href="../../../../../pkg/github.com/spf13/viper.html">viper</a></code>
28+
<code> <span class="order">7</span>. <a href="../../../../../pkg/reflect.html">reflect</a></code>
29+
<code> <span class="order">8</span>. <a href="../../../../../pkg/strings.html">strings</a></code></div>
2930
<span class="title" id="imported-by">Imported By</span><div id="packages">
3031
<code> <span class="order">1</span>. <a href="../../../../../pkg/github.com/ARM-software^34f8c/golang-utils/utils/http.html">github.com/ARM-software/golang-utils/utils/http</a></code></div><pre id="footer">
3132
<table><tr><td><img src="../../../../../png/go101-twitter.png"></td>

docs/dep/github.com/ARM-software^34f8c/golang-utils/utils/reflection.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
<code> <span class="order">3</span>. <a href="../../../../../pkg/reflect.html">reflect</a></code>
2525
<code> <span class="order">4</span>. <a href="../../../../../pkg/unsafe.html">unsafe</a></code></div>
2626
<span class="title" id="imported-by">Imported By</span><div id="packages">
27-
<code> <span class="order">1</span>. <a href="../../../../../pkg/github.com/ARM-software^34f8c/golang-utils/utils/filesystem.html">github.com/ARM-software/golang-utils/utils/filesystem</a></code></div><pre id="footer">
27+
<code> <span class="order">1</span>. <a href="../../../../../pkg/github.com/ARM-software^34f8c/golang-utils/utils/config.html">github.com/ARM-software/golang-utils/utils/config</a></code>
28+
<code> <span class="order">2</span>. <a href="../../../../../pkg/github.com/ARM-software^34f8c/golang-utils/utils/filesystem.html" class="path-duplicate">github.com/ARM-software/golang-utils/utils/</a><a href="../../../../../pkg/github.com/ARM-software^34f8c/golang-utils/utils/filesystem.html">filesystem</a></code></div><pre id="footer">
2829
<table><tr><td><img src="../../../../../png/go101-twitter.png"></td>
2930
<td>The pages are generated with <a href="https://go101.org/article/tool-golds.html"><b>Golds</b></a> <i>v0.4.1</i>. (GOOS=linux GOARCH=amd64)
3031
<b>Golds</b> is a <a href="https://go101.org">Go 101</a> project developed by <a href="https://tapirgames.com">Tapir Liu</a>.

docs/imp/builtin.error^ca00f.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
*github.com/hashicorp/hcl/hcl/parser.<a href="../pkg/github.com/hashicorp/hcl/hcl/parser.html#name-PosError">PosError</a>.<b><a href="../src/github.com/hashicorp/hcl/hcl/parser/error.go.html#line-15">Error</a></b>
6060
*github.com/mitchellh/mapstructure.<a href="../pkg/github.com/mitchellh/mapstructure.html#name-Error">Error</a>.<b><a href="../src/github.com/mitchellh/mapstructure/error.go.html#line-16">Error</a></b>
6161
*github.com/shirou/gopsutil/v3/host.<a href="../pkg/github.com/shirou/gopsutil/v3/host.html#name-Warnings">Warnings</a>.<b><a href="../src/github.com/shirou/gopsutil/v3/host/types.go.html#line-23">Error</a></b>
62-
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-ConfigFileAlreadyExistsError">ConfigFileAlreadyExistsError</a>.<b><a href="../src/github.com/spf13/viper/viper.go.html#line-164">Error</a></b>
63-
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-ConfigFileNotFoundError">ConfigFileNotFoundError</a>.<b><a href="../src/github.com/spf13/viper/viper.go.html#line-156">Error</a></b>
64-
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-ConfigMarshalError">ConfigMarshalError</a>.<b><a href="../src/github.com/spf13/viper/viper.go.html#line-60">Error</a></b>
65-
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-ConfigParseError">ConfigParseError</a>.<b><a href="../src/github.com/spf13/viper/util.go.html#line-32">Error</a></b>
66-
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-RemoteConfigError">RemoteConfigError</a>.<b><a href="../src/github.com/spf13/viper/viper.go.html#line-146">Error</a></b>
67-
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-UnsupportedConfigError">UnsupportedConfigError</a>.<b><a href="../src/github.com/spf13/viper/viper.go.html#line-128">Error</a></b>
68-
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-UnsupportedRemoteProviderError">UnsupportedRemoteProviderError</a>.<b><a href="../src/github.com/spf13/viper/viper.go.html#line-137">Error</a></b>
62+
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-ConfigFileAlreadyExistsError">ConfigFileAlreadyExistsError</a>.<b><a href="../src/github.com/spf13/viper/viper.go.html#line-163">Error</a></b>
63+
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-ConfigFileNotFoundError">ConfigFileNotFoundError</a>.<b><a href="../src/github.com/spf13/viper/viper.go.html#line-155">Error</a></b>
64+
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-ConfigMarshalError">ConfigMarshalError</a>.<b><a href="../src/github.com/spf13/viper/viper.go.html#line-59">Error</a></b>
65+
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-ConfigParseError">ConfigParseError</a>.<b><a href="../src/github.com/spf13/viper/util.go.html#line-30">Error</a></b>
66+
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-RemoteConfigError">RemoteConfigError</a>.<b><a href="../src/github.com/spf13/viper/viper.go.html#line-145">Error</a></b>
67+
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-UnsupportedConfigError">UnsupportedConfigError</a>.<b><a href="../src/github.com/spf13/viper/viper.go.html#line-127">Error</a></b>
68+
github.com/spf13/viper.<a href="../pkg/github.com/spf13/viper.html#name-UnsupportedRemoteProviderError">UnsupportedRemoteProviderError</a>.<b><a href="../src/github.com/spf13/viper/viper.go.html#line-136">Error</a></b>
6969
golang.org/x/text/encoding/internal.<a href="../pkg/golang.org/x/text/encoding/internal.html#name-RepertoireError">RepertoireError</a>.<b><a href="../src/golang.org/x/text/encoding/internal/internal.go.html#line-68">Error</a></b>
7070
golang.org/x/text/internal/language.<a href="../pkg/golang.org/x/text/internal/language.html#name-ValueError">ValueError</a>.<b><a href="../src/golang.org/x/text/internal/language/parse.go.html#line-64">Error</a></b>
7171
golang.org/x/text/language.<a href="../pkg/golang.org/x/text/language.html#name-ValueError">ValueError</a>.<b>Error</b>
@@ -125,18 +125,18 @@
125125
net/http.<a href="../pkg/net/http.html#name-http2ConnectionError">http2ConnectionError</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-1211">Error</a></b>
126126
net/http.<a href="../pkg/net/http.html#name-http2connError">http2connError</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-1260">Error</a></b>
127127
net/http.<a href="../pkg/net/http.html#name-http2duplicatePseudoHeaderError">http2duplicatePseudoHeaderError</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-1272">Error</a></b>
128-
net/http.<a href="../pkg/net/http.html#name-http2GoAwayError">http2GoAwayError</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-8517">Error</a></b>
128+
net/http.<a href="../pkg/net/http.html#name-http2GoAwayError">http2GoAwayError</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-8542">Error</a></b>
129129
net/http.<a href="../pkg/net/http.html#name-http2goAwayFlowError">http2goAwayFlowError</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-1246">Error</a></b>
130130
net/http.<a href="../pkg/net/http.html#name-http2headerFieldNameError">http2headerFieldNameError</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-1278">Error</a></b>
131131
net/http.<a href="../pkg/net/http.html#name-http2headerFieldValueError">http2headerFieldValueError</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-1284">Error</a></b>
132132
*net/http.<a href="../pkg/net/http.html#name-http2httpError">http2httpError</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-3471">Error</a></b>
133-
net/http.<a href="../pkg/net/http.html#name-http2noCachedConnError">http2noCachedConnError</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-7028">Error</a></b>
133+
net/http.<a href="../pkg/net/http.html#name-http2noCachedConnError">http2noCachedConnError</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-7036">Error</a></b>
134134
net/http.<a href="../pkg/net/http.html#name-http2pseudoHeaderError">http2pseudoHeaderError</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-1266">Error</a></b>
135135
net/http.<a href="../pkg/net/http.html#name-http2StreamError">http2StreamError</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-1232">Error</a></b>
136136
*net/http.<a href="../pkg/net/http.html#name-httpError">httpError</a>.<b><a href="../src/net/http/transport.go.html#line-2499">Error</a></b>
137137
net/http.<a href="../pkg/net/http.html#name-nothingWrittenError">nothingWrittenError</a>.<i><a href="../src/net/http/request.go.html#line-714">error</a></i>.<b>Error</b>
138138
net/http.<a href="../pkg/net/http.html#name-requestBodyReadError">requestBodyReadError</a>.<i><a href="../src/net/http/request.go.html#line-714">error</a></i>.<b>Error</b>
139-
net/http.<a href="../pkg/net/http.html#name-statusError">statusError</a>.<b><a href="../src/net/http/server.go.html#line-1771">Error</a></b>
139+
net/http.<a href="../pkg/net/http.html#name-statusError">statusError</a>.<b><a href="../src/net/http/server.go.html#line-1772">Error</a></b>
140140
net/http.<a href="../pkg/net/http.html#name-tlsHandshakeTimeoutError">tlsHandshakeTimeoutError</a>.<b><a href="../src/net/http/transport.go.html#line-2839">Error</a></b>
141141
net/http.<a href="../pkg/net/http.html#name-transportReadFromServerError">transportReadFromServerError</a>.<b><a href="../src/net/http/transport.go.html#line-882">Error</a></b>
142142
*net/http.<a href="../pkg/net/http.html#name-unsupportedTEError">unsupportedTEError</a>.<b><a href="../src/net/http/transfer.go.html#line-610">Error</a></b>

docs/imp/context.stringer^0a960.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
golang.org/x/text/internal/language.<a href="../pkg/golang.org/x/text/internal/language.html#name-Region">Region</a>.<b><a href="../src/golang.org/x/text/internal/language/lookup.go.html#line-289">String</a></b>
8686
golang.org/x/text/internal/language.<a href="../pkg/golang.org/x/text/internal/language.html#name-Script">Script</a>.<b><a href="../src/golang.org/x/text/internal/language/lookup.go.html#line-342">String</a></b>
8787
golang.org/x/text/internal/language.<a href="../pkg/golang.org/x/text/internal/language.html#name-Tag">Tag</a>.<b><a href="../src/golang.org/x/text/internal/language/language.go.html#line-141">String</a></b>
88-
golang.org/x/text/internal/language.<a href="../pkg/golang.org/x/text/internal/language.html#name-Variant">Variant</a>.<b><a href="../src/golang.org/x/text/internal/language/language.go.html#line-590">String</a></b>
88+
golang.org/x/text/internal/language.<a href="../pkg/golang.org/x/text/internal/language.html#name-Variant">Variant</a>.<b><a href="../src/golang.org/x/text/internal/language/language.go.html#line-625">String</a></b>
8989
golang.org/x/text/language.<a href="../pkg/golang.org/x/text/language.html#name-Base">Base</a>.<b><a href="../src/golang.org/x/text/language/language.go.html#line-468">String</a></b>
9090
golang.org/x/text/language.<a href="../pkg/golang.org/x/text/language.html#name-Confidence">Confidence</a>.<b><a href="../src/golang.org/x/text/language/language.go.html#line-221">String</a></b>
9191
golang.org/x/text/language.<a href="../pkg/golang.org/x/text/language.html#name-Extension">Extension</a>.<b><a href="../src/golang.org/x/text/language/language.go.html#line-364">String</a></b>
@@ -112,7 +112,7 @@
112112
*net.<a href="../pkg/net.html#name-TCPAddr">TCPAddr</a>.<b><a href="../src/net/tcpsock.go.html#line-28">String</a></b>
113113
*net.<a href="../pkg/net.html#name-UDPAddr">UDPAddr</a>.<b><a href="../src/net/udpsock.go.html#line-31">String</a></b>
114114
*net.<a href="../pkg/net.html#name-UnixAddr">UnixAddr</a>.<b><a href="../src/net/unixsock.go.html#line-33">String</a></b>
115-
net/http.<a href="../pkg/net/http.html#name-ConnState">ConnState</a>.<b><a href="../src/net/http/server.go.html#line-2849">String</a></b>
115+
net/http.<a href="../pkg/net/http.html#name-ConnState">ConnState</a>.<b><a href="../src/net/http/server.go.html#line-2850">String</a></b>
116116
*net/http.<a href="../pkg/net/http.html#name-Cookie">Cookie</a>.<b><a href="../src/net/http/cookie.go.html#line-171">String</a></b>
117117
*net/url.<a href="../pkg/net/url.html#name-URL">URL</a>.<b><a href="../src/net/url/url.go.html#line-811">String</a></b>
118118
*net/url.<a href="../pkg/net/url.html#name-Userinfo">Userinfo</a>.<b><a href="../src/net/url/url.go.html#line-417">String</a></b>
@@ -276,7 +276,7 @@
276276
net/http.<a href="../pkg/net/http.html#name-http2ErrCode">http2ErrCode</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-1200">String</a></b>
277277
net/http.<a href="../pkg/net/http.html#name-http2FrameHeader">http2FrameHeader</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-1493">String</a></b>
278278
net/http.<a href="../pkg/net/http.html#name-http2FrameType">http2FrameType</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-1372">String</a></b>
279-
net/http.<a href="../pkg/net/http.html#name-http2FrameWriteRequest">http2FrameWriteRequest</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-9998">String</a></b>
279+
net/http.<a href="../pkg/net/http.html#name-http2FrameWriteRequest">http2FrameWriteRequest</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-10023">String</a></b>
280280
net/http.<a href="../pkg/net/http.html#name-http2GoAwayFrame">http2GoAwayFrame</a>.<i><a href="../src/net/http/h2_bundle.go.html#line-2180">http2FrameHeader</a></i>.<b><a href="../src/net/http/h2_bundle.go.html#line-1493">String</a></b>
281281
net/http.<a href="../pkg/net/http.html#name-http2HeadersFrame">http2HeadersFrame</a>.<i><a href="../src/net/http/h2_bundle.go.html#line-2286">http2FrameHeader</a></i>.<b><a href="../src/net/http/h2_bundle.go.html#line-1493">String</a></b>
282282
net/http.<a href="../pkg/net/http.html#name-http2MetaHeadersFrame">http2MetaHeadersFrame</a>.<i><a href="../src/net/http/h2_bundle.go.html#line-2706">http2HeadersFrame</a></i>.<i><a href="../src/net/http/h2_bundle.go.html#line-2286">http2FrameHeader</a></i>.<b><a href="../src/net/http/h2_bundle.go.html#line-1493">String</a></b>
@@ -290,7 +290,7 @@
290290
net/http.<a href="../pkg/net/http.html#name-http2streamState">http2streamState</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-3256">String</a></b>
291291
net/http.<a href="../pkg/net/http.html#name-http2UnknownFrame">http2UnknownFrame</a>.<i><a href="../src/net/http/h2_bundle.go.html#line-2014">http2FrameHeader</a></i>.<b><a href="../src/net/http/h2_bundle.go.html#line-1493">String</a></b>
292292
net/http.<a href="../pkg/net/http.html#name-http2WindowUpdateFrame">http2WindowUpdateFrame</a>.<i><a href="../src/net/http/h2_bundle.go.html#line-2242">http2FrameHeader</a></i>.<b><a href="../src/net/http/h2_bundle.go.html#line-1493">String</a></b>
293-
*net/http.<a href="../pkg/net/http.html#name-http2writeData">http2writeData</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-9578">String</a></b>
293+
*net/http.<a href="../pkg/net/http.html#name-http2writeData">http2writeData</a>.<b><a href="../src/net/http/h2_bundle.go.html#line-9603">String</a></b>
294294
*net/http.<a href="../pkg/net/http.html#name-socksAddr">socksAddr</a>.<b><a href="../src/net/http/socks_bundle.go.html#line-249">String</a></b>
295295
net/http.<a href="../pkg/net/http.html#name-socksCommand">socksCommand</a>.<b><a href="../src/net/http/socks_bundle.go.html#line-179">String</a></b>
296296
net/http.<a href="../pkg/net/http.html#name-socksReply">socksReply</a>.<b><a href="../src/net/http/socks_bundle.go.html#line-196">String</a></b>

0 commit comments

Comments
 (0)