Skip to content

Commit

Permalink
Bump version to 1.3.1 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Mar 5, 2024
1 parent a31edb0 commit 82bb3cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Changelog

<!-- latest_release 1.3.0 -->
## [v1.3.0](https://github.com/inspec/train-k8s-container/tree/v1.3.0) (2024-01-31)
<!-- latest_release 1.3.1 -->
## [v1.3.1](https://github.com/inspec/train-k8s-container/tree/v1.3.1) (2024-03-05)

#### Merged Pull Requests
- add support to file connection [#19](https://github.com/inspec/train-k8s-container/pull/19) ([sathish-progress](https://github.com/sathish-progress))
- Bug Fix shell run command [#21](https://github.com/inspec/train-k8s-container/pull/21) ([sathish-progress](https://github.com/sathish-progress))
<!-- latest_release -->

<!-- release_rollup -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Bug Fix shell run command [#21](https://github.com/inspec/train-k8s-container/pull/21) ([sathish-progress](https://github.com/sathish-progress)) <!-- 1.3.1 -->
- add support to file connection [#19](https://github.com/inspec/train-k8s-container/pull/19) ([sathish-progress](https://github.com/sathish-progress)) <!-- 1.3.0 -->
- Fix for undefined method presence [#17](https://github.com/inspec/train-k8s-container/pull/17) ([Vasu1105](https://github.com/Vasu1105)) <!-- 1.2.1 -->
- CHEF-7406 update README and inspec compatibility [#15](https://github.com/inspec/train-k8s-container/pull/15) ([sathish-progress](https://github.com/sathish-progress)) <!-- 1.2.0 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
2 changes: 1 addition & 1 deletion lib/train/k8s/container/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Train
module K8s
module Container
VERSION = "1.3.0"
VERSION = "1.3.1"
end
end
end

0 comments on commit 82bb3cb

Please sign in to comment.