Skip to content

Commit

Permalink
feat: update extensionlib (helm) and extension-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Apr 26, 2023
1 parent 32396aa commit ec4d0f8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/steadybit-extension-postman/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: extensionlib
repository: https://steadybit.github.io/helm-charts
version: 1.1.0
digest: sha256:50f7816a312812729400e1ead5cfe1a89de8aabcc66ff2cc6eac262d0952912b
generated: "2023-04-19T14:22:16.73331+02:00"
version: 1.2.0
digest: sha256:8797b2f7c03291e3115e76a62b43d27827181c28606b49e2d3aeffda3f287bb0
generated: "2023-04-26T14:11:48.264908+02:00"
4 changes: 2 additions & 2 deletions charts/steadybit-extension-postman/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-postman
description: Steadybit Postman extension Helm chart for Kubernetes.
version: 1.6.7
version: 1.6.8
appVersion: latest
home: https://www.steadybit.com/
icon: https://steadybit-website-assets.s3.amazonaws.com/logo-symbol-transparent.png
Expand All @@ -21,5 +21,5 @@ annotations:
url: https://hub.steadybit.com
dependencies:
- name: extensionlib
version: 1.1.0
version: 1.2.0
repository: https://steadybit.github.io/helm-charts
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/rs/zerolog v1.29.1
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.5.1
github.com/steadybit/action-kit/go/action_kit_sdk v1.0.2
github.com/steadybit/extension-kit v1.7.10
github.com/steadybit/extension-kit v1.7.12
github.com/stretchr/testify v1.8.0
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ github.com/steadybit/action-kit/go/action_kit_api/v2 v2.5.1 h1:gW6IttJ33Tu/ynn2c
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.5.1/go.mod h1:4yGr/DzsHpw6elju1XHCeUsY/qoqNTcLY3ytgnNcMt8=
github.com/steadybit/action-kit/go/action_kit_sdk v1.0.2 h1:pYpKm1BaRY296OH56oMXTfUQjEJLwE2e6ESxRoBuyME=
github.com/steadybit/action-kit/go/action_kit_sdk v1.0.2/go.mod h1:mTMPHv8eCORj2cVHL3BMDEcUlU86A0mRyaCNsVi25AQ=
github.com/steadybit/extension-kit v1.7.10 h1:9u/709e9dYkiZgEsTyEwfFhZUMGq/OsP1Zxdm8BNprQ=
github.com/steadybit/extension-kit v1.7.10/go.mod h1:zC5Tw+wrJTx4xvOlsIY+MfMoRYoglj83vR15Xr3aP5c=
github.com/steadybit/extension-kit v1.7.12 h1:e61q54Yy75aRNoubxGiwhotvcsHGiqrJcJGuQEmPI38=
github.com/steadybit/extension-kit v1.7.12/go.mod h1:zC5Tw+wrJTx4xvOlsIY+MfMoRYoglj83vR15Xr3aP5c=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
Expand Down

0 comments on commit ec4d0f8

Please sign in to comment.