Skip to content

Commit 1b42cec

Browse files
authored
Merge pull request #1121 from turkenf/managed-redis-support
Add support for Azure managed redis resource
2 parents c1adf6c + 43cd2e7 commit 1b42cec

35 files changed

Lines changed: 6308 additions & 215 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
workflow_dispatch: {}
1414

1515
env:
16-
GO_VERSION: "1.25.4"
16+
GO_VERSION: "1.25.5"
1717

1818
jobs:
1919
detect-noop:

.github/workflows/uptest-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [created]
1010

1111
env:
12-
GO_VERSION: "1.25.4"
12+
GO_VERSION: "1.25.5"
1313

1414
jobs:
1515
check-permissions:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
4848
# correctly.
4949
export GOPRIVATE = github.com/upbound/*
5050

51-
GO_REQUIRED_VERSION ?= 1.25.4
51+
GO_REQUIRED_VERSION ?= 1.25.5
5252
# GOLANGCILINT_VERSION is inherited from build submodule by default.
5353
# Uncomment below if you need to override the version.
5454
GOLANGCILINT_VERSION ?= 2.6.2

apis/cluster/cache/v1beta1/zz_generated.conversion_hubs.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)