Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Feb 28, 2024
1 parent f16a093 commit fbf5cbe
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.8

- Automatically set the `GOMEMLIMIT` (90% of cgroup limit) and `GOMAXPROCS`
- Disallow running multiple tc configurations at the same time

## 1.2.7

- Update dependencies
Expand Down
2 changes: 1 addition & 1 deletion e2e/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@ func testNetworkDelayAndBandwidthOnSameContainer(t *testing.T, m *e2e.Minikube,
}
actionLimit, err2 := e.RunAction(fmt.Sprintf("%s.network_bandwidth", exthost.BaseActionID), getTarget(m), configLimit, executionContext)
defer func() { _ = actionLimit.Cancel() }()
require.ErrorContains(t, err2, "running multiple tc configs at the same time on the same namespace is not supported")
require.ErrorContains(t, err2, "running multiple network attacks at the same time on the same network namespace is not supported")

requireAllSidecarsCleanedUp(t, m, e)
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.32.0
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.0
github.com/steadybit/action-kit/go/action_kit_commons v1.1.7-0.20240227195729-8450512f7d19
github.com/steadybit/action-kit/go/action_kit_commons v1.1.7
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.8
github.com/steadybit/action-kit/go/action_kit_test v1.2.9
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.5.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad/go.mod h1:qLr4V1qq6nMqFKkMo8ZTx3f+BZEkzsRUY10Xsm2mwU0=
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.0 h1:8whTfgk0UpNVj/d0hrXmW+mgAN0HUAvaafMW+yPHbqA=
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.9.0/go.mod h1:VvrWrWS4lFAmtlYW06wY1G8+L9gbw/Tq0HDceSN21M8=
github.com/steadybit/action-kit/go/action_kit_commons v1.1.7-0.20240227195729-8450512f7d19 h1:+AvvqmZILq9q1qrgtgiYJdhPj0bWEKnaX+8sRWADwjg=
github.com/steadybit/action-kit/go/action_kit_commons v1.1.7-0.20240227195729-8450512f7d19/go.mod h1:dkcE2gBU/CB6vhwsf8SuOkAQ+N41KNToIUwTtrObhzE=
github.com/steadybit/action-kit/go/action_kit_commons v1.1.7 h1:mGI04NZG227PRFDFrxoWxfDk6G42QFX6U9YRET0WDWE=
github.com/steadybit/action-kit/go/action_kit_commons v1.1.7/go.mod h1:dkcE2gBU/CB6vhwsf8SuOkAQ+N41KNToIUwTtrObhzE=
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.8 h1:kcpEVZw0iv5bIE7GNmjC54XRKxUlwPkDsvfMGeudIrQ=
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.8/go.mod h1:h2E1gRdpIhWvfQy5XsRIfQi3AujlpdcXxt3tNU9829U=
github.com/steadybit/action-kit/go/action_kit_test v1.2.9 h1:oeX0Oz2RudPIkGC1OJ6nX30QAaGMKyCMwq//xBoclkw=
Expand Down

0 comments on commit fbf5cbe

Please sign in to comment.