Skip to content

Commit 8e31473

Browse files
chore(deps): update golang docker tag to v1.25 (#119)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | minor | `1.23-alpine` -> `1.25-alpine` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/exoscale/exoscale-cloud-controller-manager). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Philippe Chepy <[email protected]>
1 parent 418ea75 commit 8e31473

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,22 @@
44

55
### Bug Fixes
66

7-
* csr validation: handle hostname case inconsistencies
7+
* csr validation: handle hostname case inconsistencies (#105)
88

99
### Improvements
1010

11-
* End-to-end testing overhaul
11+
* Egoscale v3 rewrite (#97)
12+
* Rework the e2e test suite (#106)
13+
* chore(golang): bump golang from 1.23 to 1.25 (#119)
14+
* chore(deps): update busybox docker tag to v1.37.0 (#118)
15+
* chore(deps): update alpine docker tag to v3.22 (#117)
16+
* chore(deps): update actions/setup-go action to v6 (#116)
17+
* fix(deps): update module github.com/google/go-cmp to v0.7.0 (#113)
18+
* chore(deps): update module golang.org/x/oauth2 to v0.27.0 [security] (#109)
19+
* fix(deps): update module github.com/stretchr/testify to v1.11.1 (#114)
20+
* chore(deps): update actions/checkout action to v5 (#115)
21+
* fix(deps): update module github.com/spf13/pflag to v1.0.10 (#112)
22+
* chore(deps): update module golang.org/x/net to v0.38.0 [security] (#108)
1223

1324
## 0.32.0
1425

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23-alpine as builder
1+
FROM golang:1.25-alpine as builder
22

33
RUN apk update && apk add --no-cache git ca-certificates && update-ca-certificates
44

e2e/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ End-to-end tests for the Exoscale Cloud Controller Manager using Ginkgo framewor
55
## Prerequisites
66

77
- Exoscale API credentials (key and secret)
8-
- Go 1.23+ with Ginkgo CLI installed
8+
- Go 1.25+ with Ginkgo CLI installed
99

1010
## Installation
1111

e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/exoscale/exoscale-cloud-controller-manager/e2e
22

3-
go 1.23.12
3+
go 1.25.0
44

55
require (
66
github.com/exoscale/egoscale/v3 v3.1.27

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/exoscale/exoscale-cloud-controller-manager
22

3-
go 1.23.12
3+
go 1.25.0
44

55
require (
66
github.com/exoscale/egoscale/v3 v3.1.27

0 commit comments

Comments
 (0)