Skip to content

Commit

Permalink
🚀 releasing version 1.4.2 @ 2021-12-16 19:11
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
monty-bot committed Dec 16, 2021
1 parent dea2b2a commit 20b8c3d
Show file tree
Hide file tree
Showing 260 changed files with 26,627 additions and 25,894 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,24 @@ beta releases are not included in this history.

[//]: # (begin_release_notes)

"" "1.4.2" (2021-12-16)
=======================

Bugfixes
--------

- Dependency upgrade: viper-1.10.0 (#202112131127)
- Dependency upgrade: viper-1.10.1 (#202112161134)
- Dependency upgrade: zerolog-1.26.1 (#202112161135)
- Fixes the CLI to environment variable binding which did not work well with default values provided as part of the CLI flag definition (#202112161725)


Misc
----

- #202112161834


"" "1.4.1" (2021-12-03)
=======================

Expand Down
1 change: 0 additions & 1 deletion changes/202112131127.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/202112161134.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/202112161135.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/202112161725.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/202112161834.misc

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@

<span class="title">Imports</span><div id="packages">
<code> <span class="order">1</span>. <a href="../../../../../pkg/fmt.html">fmt</a></code>
<code> <span class="order">2</span>. <a href="../../../../../pkg/github.com/joho/godotenv.html">github.com/joho/godotenv</a></code>
<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>
<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>
<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>
<code> <span class="order">6</span>. <a href="../../../../../pkg/reflect.html">reflect</a></code>
<code> <span class="order">7</span>. <a href="../../../../../pkg/strings.html">strings</a></code></div>
<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>
<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>
<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>
<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>
<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>
<code> <span class="order">7</span>. <a href="../../../../../pkg/reflect.html">reflect</a></code>
<code> <span class="order">8</span>. <a href="../../../../../pkg/strings.html">strings</a></code></div>
<span class="title" id="imported-by">Imported By</span><div id="packages">
<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">
<table><tr><td><img src="../../../../../png/go101-twitter.png"></td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<code> <span class="order">3</span>. <a href="../../../../../pkg/reflect.html">reflect</a></code>
<code> <span class="order">4</span>. <a href="../../../../../pkg/unsafe.html">unsafe</a></code></div>
<span class="title" id="imported-by">Imported By</span><div id="packages">
<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">
<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>
<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">
<table><tr><td><img src="../../../../../png/go101-twitter.png"></td>
<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)
<b>Golds</b> is a <a href="https://go101.org">Go 101</a> project developed by <a href="https://tapirgames.com">Tapir Liu</a>.
Expand Down
20 changes: 10 additions & 10 deletions docs/imp/builtin.error^ca00f.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
*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>
*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>
*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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
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>
golang.org/x/text/language.<a href="../pkg/golang.org/x/text/language.html#name-ValueError">ValueError</a>.<b>Error</b>
Expand Down Expand Up @@ -125,18 +125,18 @@
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>
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>
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>
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>
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>
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>
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>
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>
*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>
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>
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>
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>
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>
*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>
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>
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>
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>
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>
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>
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>
*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>
Expand Down
8 changes: 4 additions & 4 deletions docs/imp/context.stringer^0a960.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
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>
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>
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>
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>
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>
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>
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>
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>
Expand All @@ -112,7 +112,7 @@
*net.<a href="../pkg/net.html#name-TCPAddr">TCPAddr</a>.<b><a href="../src/net/tcpsock.go.html#line-28">String</a></b>
*net.<a href="../pkg/net.html#name-UDPAddr">UDPAddr</a>.<b><a href="../src/net/udpsock.go.html#line-31">String</a></b>
*net.<a href="../pkg/net.html#name-UnixAddr">UnixAddr</a>.<b><a href="../src/net/unixsock.go.html#line-33">String</a></b>
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>
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>
*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>
*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>
*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>
Expand Down Expand Up @@ -276,7 +276,7 @@
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>
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>
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>
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>
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>
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>
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>
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>
Expand All @@ -290,7 +290,7 @@
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>
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>
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>
*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>
*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>
*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>
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>
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>
Expand Down
2 changes: 1 addition & 1 deletion docs/imp/crypto/tls.Conn.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
(*T).M : io.<a href="../../pkg/io.html#name-WriteCloser">WriteCloser</a>.<b><a href="../../src/io/io.go.html#line-105">Close</a></b>
(*T).M : net.<a href="../../pkg/net.html#name-Conn">Conn</a>.<b><a href="../../src/net/net.go.html#line-126">Close</a></b></div>
<div class="anchor" id="name-CloseWrite"> <a href="../../src/crypto/tls/conn.go.html#line-1346">CloseWrite</a>() <a href="../../pkg/builtin.html#name-error">error</a>
(*T).M : net/http.<a href="../../pkg/net/http.html#name-closeWriter">closeWriter</a>.<b><a href="../../src/net/http/server.go.html#line-1698">CloseWrite</a></b></div>
(*T).M : net/http.<a href="../../pkg/net/http.html#name-closeWriter">closeWriter</a>.<b><a href="../../src/net/http/server.go.html#line-1699">CloseWrite</a></b></div>
<div class="anchor" id="name-ConnectionState"> <a href="../../src/crypto/tls/conn.go.html#line-1408">ConnectionState</a>() <a href="../../pkg/crypto/tls.html#name-ConnectionState">ConnectionState</a>
(*T).M : net/http.<a href="../../pkg/net/http.html#name-http2connectionStater">http2connectionStater</a>.<b><a href="../../src/net/http/h2_bundle.go.html#line-3480">ConnectionState</a></b></div>
<div class="anchor" id="name-LocalAddr"> <a href="../../src/crypto/tls/conn.go.html#line-124">LocalAddr</a>() <a href="../../pkg/net.html">net</a>.<a href="../../pkg/net.html#name-Addr">Addr</a>
Expand Down
Loading

0 comments on commit 20b8c3d

Please sign in to comment.