Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add missing Helm helper loki.hpa.apiVersion (#12716) #12721

Closed
wants to merge 16 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
5f04125
fix: Add missing Helm helper loki.hpa.apiVersion (#12716)
mattgialelis Apr 22, 2024
1a72a5e
fix: Add missing OTLP endpoint to nginx config (#12709)
snrnats Apr 22, 2024
2c1077a
ci: update drone image version to 0.33.2 (#12730)
cstyan Apr 22, 2024
dc285b4
docs: Fix mangled admonition block in alerting/recording rule docs (#…
seizethedave Apr 22, 2024
e2d2725
docs: Add Azure example configuration snippets (#12725)
paul1r Apr 22, 2024
8920b98
fix: update to build image 0.33.2, fixes bug with promtail windows DN…
cstyan Apr 22, 2024
bf95ad4
fix(docs): broken link in getting started readme (#12736)
MasslessParticle Apr 22, 2024
2f2182a
fix(promtail): Fix UDP receiver on syslog transport (#10708)
joshuapare Apr 22, 2024
27ae3a3
perf(blooms): Resolve bloom blocks on index gateway and shard by bloc…
chaudum Apr 23, 2024
e2a6df2
chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#12699)
dependabot[bot] Apr 23, 2024
eed6e95
chore(deps): bump golang.org/x/net from 0.21.0 to 0.23.0 in /operator…
dependabot[bot] Apr 23, 2024
d1915e9
chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 in /tools/la…
dependabot[bot] Apr 23, 2024
5425886
chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 in /pkg/push…
dependabot[bot] Apr 23, 2024
9e4f29d
fix: helm: Set compactor addr for distributed mode. (#12748)
DylanGuedes Apr 23, 2024
6d6e0b5
test: Data race updates for memchunk tests (#12752)
paul1r Apr 23, 2024
d2ee60b
fix: Add missing Helm helper loki.hpa.apiVersion (#12716)
mattgialelis Apr 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#12699)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Periklis Tsirakidis <[email protected]>
  • Loading branch information
2 people authored and mattgialelis committed Apr 23, 2024
commit e2a6df24f828ac962f1d444b76afa85f1f2e1350
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ require (
go.uber.org/atomic v1.11.0
go.uber.org/goleak v1.3.0
golang.org/x/crypto v0.21.0
golang.org/x/net v0.22.0
golang.org/x/net v0.23.0
golang.org/x/sync v0.6.0
golang.org/x/sys v0.18.0
golang.org/x/time v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2068,8 +2068,8 @@ golang.org/x/net v0.2.0/go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY=
golang.org/x/net v0.4.0/go.mod h1:MBQ8lrhLObU/6UmLb4fmbmk5OcyYmqtbGd/9yIeKjEE=
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/net v0.22.0 h1:9sGLhx7iRIHEiX0oAJ3MRZMUCElJgy7Br1nO+AMN3Tc=
golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=
golang.org/x/net v0.23.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
Expand Down
5 changes: 1 addition & 4 deletions vendor/golang.org/x/net/http/httpproxy/proxy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions vendor/golang.org/x/net/http2/frame.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion vendor/golang.org/x/net/http2/pipe.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions vendor/golang.org/x/net/http2/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading