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 828c87d commit 866f72d
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-prometheus/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-20T15:56:47.192588+02:00"
version: 1.2.0
digest: sha256:8797b2f7c03291e3115e76a62b43d27827181c28606b49e2d3aeffda3f287bb0
generated: "2023-04-26T14:12:11.782862+02:00"
4 changes: 2 additions & 2 deletions charts/steadybit-extension-prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: steadybit-extension-prometheus
description: Steadybit Prometheus extension Helm chart for Kubernetes.
version: 1.4.4
version: 1.4.5
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 @@ -12,7 +12,7 @@ require (
github.com/steadybit/action-kit/go/action_kit_api/v2 v2.5.1
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.0
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.3.0
github.com/steadybit/extension-kit v1.7.10
github.com/steadybit/extension-kit v1.7.12
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,8 @@ github.com/steadybit/action-kit/go/action_kit_sdk v1.1.0 h1:wzDVD8F6KFDK2FwdTvwA
github.com/steadybit/action-kit/go/action_kit_sdk v1.1.0/go.mod h1:mTMPHv8eCORj2cVHL3BMDEcUlU86A0mRyaCNsVi25AQ=
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.3.0 h1:HwvovoYbAYpJ5PnMeiJUgrjwVkV5EpveAjeHH9pPDMQ=
github.com/steadybit/discovery-kit/go/discovery_kit_api v1.3.0/go.mod h1:OnIfjrBhmMQCYxriHmr8mT1wCpvqIZxwBHWnanFhgNA=
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/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980/go.mod h1:AO3tvPzVZ/ayst6UlUKUv6rcPQInYe3IknH3jYhAKu8=
github.com/stretchr/objx v0.0.0-20180129172003-8a3f7159479f/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit 866f72d

Please sign in to comment.