Skip to content

Commit 4cff6d7

Browse files
committed
chore: upgrade go-cloud-lib go version
1 parent 1e05c14 commit 4cff6d7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ proxy_url = VALUE
466466
| <a name="input_function_app_storage_account_prefix"></a> [function\_app\_storage\_account\_prefix](#input\_function\_app\_storage\_account\_prefix) | Weka storage account name prefix | `string` | `"weka"` | no |
467467
| <a name="input_function_app_subnet_delegation_cidr"></a> [function\_app\_subnet\_delegation\_cidr](#input\_function\_app\_subnet\_delegation\_cidr) | Subnet delegation enables you to designate a specific subnet for an Azure PaaS service. | `string` | `"10.0.1.0/25"` | no |
468468
| <a name="input_function_app_subnet_delegation_id"></a> [function\_app\_subnet\_delegation\_id](#input\_function\_app\_subnet\_delegation\_id) | Required to specify if subnet\_name were used to specify pre-defined subnets for weka. Function subnet delegation requires an additional subnet, and in the case of pre-defined networking this one also should be pre-defined | `string` | `""` | no |
469-
| <a name="input_function_app_version"></a> [function\_app\_version](#input\_function\_app\_version) | Function app code version (hash) | `string` | `"bc5939d95a47d6bbc0dbacb49177bd6f"` | no |
469+
| <a name="input_function_app_version"></a> [function\_app\_version](#input\_function\_app\_version) | Function app code version (hash) | `string` | `"c1e7430d91c6592c6b95e467ce9929fd"` | no |
470470
| <a name="input_get_weka_io_token"></a> [get\_weka\_io\_token](#input\_get\_weka\_io\_token) | The token to download the Weka release from get.weka.io. | `string` | `""` | no |
471471
| <a name="input_hotspare"></a> [hotspare](#input\_hotspare) | Number of hotspares to set on weka cluster. Refer to https://docs.weka.io/weka-system-overview/ssd-capacity-management#hot-spare | `number` | `1` | no |
472472
| <a name="input_install_cluster_dpdk"></a> [install\_cluster\_dpdk](#input\_install\_cluster\_dpdk) | Install weka cluster with DPDK | `bool` | `true` | no |

function-app/code/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/google/go-cmp v0.6.0
1515
github.com/google/uuid v1.6.0
1616
github.com/lithammer/dedent v1.1.0
17-
github.com/weka/go-cloud-lib v0.0.0-20250424095910-e835f70f8115
17+
github.com/weka/go-cloud-lib v0.0.0-20250508104152-1f34e4457b42
1818
)
1919

2020
require (

function-app/code/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ github.com/rs/zerolog v1.29.0 h1:Zes4hju04hjbvkVkOhdl2HpZa+0PmVwigmo8XoORE5w=
6060
github.com/rs/zerolog v1.29.0/go.mod h1:NILgTygv/Uej1ra5XxGf82ZFSLk58MFGAUS2o6usyD0=
6161
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
6262
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
63-
github.com/weka/go-cloud-lib v0.0.0-20250424095910-e835f70f8115 h1:U/4kw68++Yj5ul2k54RaTDZapFWeG+8v5w9A13KOvDw=
64-
github.com/weka/go-cloud-lib v0.0.0-20250424095910-e835f70f8115/go.mod h1:cB0yAASWq1F+IirhZg/mhasO/U0Q8OFl0DF+02xyjG0=
63+
github.com/weka/go-cloud-lib v0.0.0-20250508104152-1f34e4457b42 h1:AoWRcE0lx9Y16XI4SnHD7lxgLRGNSUolQ1+9iH13zL0=
64+
github.com/weka/go-cloud-lib v0.0.0-20250508104152-1f34e4457b42/go.mod h1:6KxFMahEL7T21mhcZpqKRQmqdqI2SfKZJbC7sTSEKNo=
6565
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
6666
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
6767
golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc=

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ variable "function_app_storage_account_container_prefix" {
404404
variable "function_app_version" {
405405
type = string
406406
description = "Function app code version (hash)"
407-
default = "bc5939d95a47d6bbc0dbacb49177bd6f"
407+
default = "c1e7430d91c6592c6b95e467ce9929fd"
408408
}
409409

410410
variable "function_app_dist" {

0 commit comments

Comments
 (0)