Skip to content

Commit 22b1ece

Browse files
committed
update CHANGELOG and documentation
1 parent 461969e commit 22b1ece

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Update to Go 1.25.
1313

14-
## [Unreleased] -
15-
16-
### Changed
14+
### Breaking changes
1715

18-
- Update to Go 1.25.
16+
- The packages `sets`, `retry`, `github` have been removed, following the deprecation notice in v0.14.0.
17+
This does not impact the users of the cogito Concourse resource.
18+
It impacts only code using these packages directly. Such code should switch to https://github.com/Pix4D/go-kit, which contains the same packages (drop-in replacement).
1919

2020
## [v0.14.0] - 2026-01-26
2121

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ In case of doubts about how to tackle testing something, feel free to ask.
1515
## Required
1616

1717
* Go, version >= 1.25
18-
* Docker, version >= 20
19-
* [Task], version >= 3.40
18+
* Docker, version >= 28
19+
* [Task], version >= 3.46
2020

2121
## Optional
2222

0 commit comments

Comments
 (0)