Skip to content

Commit

Permalink
release v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piontec committed Sep 13, 2023
1 parent 903fc20 commit 6dc7da8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), following [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.2] - 2023.09.13

- changed:
- dependency updates

## [1.1.1] - 2023.03.08

- fixed:
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,20 @@ Contributions are very welcome.
[the coverage](https://codecov.io/gh/giantswarm/pytest-helm-charts/)
at least stays the same before you submit a pull request.

### Creating a new release

- merge your changes to `master` branch
- edit `pyproject.toml` and update the project version; edit `CHANGELOG.md`; commit
- create a new tag with the same version in git, i.e. `git tag v1.1.1`
- push your changes to GitHub to trigger a release `git push; git push origin v1.1.1`

## License

See [LICENSE](LICENSE).

## Changelog

See [CHANGELOG.md](CHANGELOG.md).
See [CHANGELOG.md](./CHANGELOG.md).

## Issues

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytest-helm-charts"
version = "1.1.1"
version = "1.1.2"
description = "A plugin to provide different types and configs of Kubernetes clusters that can be used for testing."
authors = ["Łukasz Piątkowski <[email protected]>"]
license="Apache-2.0"
Expand Down

0 comments on commit 6dc7da8

Please sign in to comment.