Skip to content

Commit 188cca1

Browse files
authored
Merge pull request #25 from zalando-incubator/issue-24
Fix kubernetes dependency conflict
2 parents 5441c43 + 6bf8a4b commit 188cca1

File tree

4 files changed

+925
-201
lines changed

4 files changed

+925
-201
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.2.15][] - 2020-05-29
9+
10+
### Fixed
11+
12+
- Specifically excluded `10.1.0` from acceptable versions of our `kubernetes`
13+
dependency (#25)
14+
815
## [1.2.14][] - 2019-11-29
916

1017
### Added
@@ -113,6 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113120
- Implemented `-v`/`--version` option to show Zelt version.
114121
- This changelog.
115122

123+
[1.2.15]: https://github.com/zalando-incubator/zelt/compare/v1.2.14...v1.2.15
116124
[1.2.14]: https://github.com/zalando-incubator/zelt/compare/v1.2.13...v1.2.14
117125
[1.2.13]: https://github.com/zalando-incubator/zelt/compare/v1.2.12...v1.2.13
118126
[1.2.12]: https://github.com/zalando-incubator/zelt/compare/v1.2.11...v1.2.12

CONTRIBUTORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Project Contributors
22

3-
All external contributors to the project, we are grateful for all their help
3+
All external contributors to the project, we are grateful for all their help!
44

5-
## Contributors sorted alphabetically
5+
## Contributors sorted alphabetically
66

7-
...
7+
- @NeolithEra for reporting a dependency conflict (#24)

0 commit comments

Comments
 (0)