Skip to content

Commit e55c0ce

Browse files
author
Paulo Gomes
authored
Merge pull request #767 from pjbgf/release-v0.25.4
Release v0.25.4
2 parents 2ad59a5 + df91f87 commit e55c0ce

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## 0.25.4
6+
7+
**Release date:** 2022-06-07
8+
9+
This prerelease fixes a regression when accessing Gitlab via HTTPS
10+
when the URL does not have the '.git' suffix. Plus some small
11+
documentation fixes and dependency updates.
12+
13+
Fixes:
14+
- Update link to v1beta2 in the API spec
15+
[#764](https://github.com/fluxcd/source-controller/pull/764)
16+
- libgit2: fix gitlab redirection for HTTP
17+
[#765](https://github.com/fluxcd/source-controller/pull/765)
18+
- Update dependencies
19+
[#766](https://github.com/fluxcd/source-controller/pull/766)
20+
521
## 0.25.3
622

723
**Release date:** 2022-06-06

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: fluxcd/source-controller
88
newName: fluxcd/source-controller
9-
newTag: v0.25.3
9+
newTag: v0.25.4

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/fluxcd/pkg/testserver v0.2.0
3333
github.com/fluxcd/pkg/untar v0.1.0
3434
github.com/fluxcd/pkg/version v0.1.0
35-
github.com/fluxcd/source-controller/api v0.25.3
35+
github.com/fluxcd/source-controller/api v0.25.4
3636
github.com/go-git/go-billy/v5 v5.3.1
3737
github.com/go-git/go-git/v5 v5.4.2
3838
github.com/go-logr/logr v1.2.3

0 commit comments

Comments
 (0)