Skip to content

Commit 2915f39

Browse files
github-actions[bot]ramereth
authored andcommitted
chore(main): release 1.0.0
1 parent 3ad2b10 commit 2915f39

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Kitchen-cinc Change Log
22

3+
## [1.0.0](https://github.com/test-kitchen/kitchen-cinc/compare/v0.1.0...v1.0.0) (2026-04-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove legacy omnibus install-script code path
9+
* rename chef-prefixed config keys to cinc-prefixed equivalents
10+
11+
### Features
12+
13+
* add initial kitchen-cinc gem scaffold ([21875b0](https://github.com/test-kitchen/kitchen-cinc/commit/21875b0506f00bf6a3ae475b469592219eb25867))
14+
* add project docs and default product_name to cinc ([1e2c3e4](https://github.com/test-kitchen/kitchen-cinc/commit/1e2c3e48c84453c2670371a310c76d668ac04fa4))
15+
16+
17+
### Bug Fixes
18+
19+
* **cinc_base:** properly escape quotes and backslashes in config values ([08a7b0a](https://github.com/test-kitchen/kitchen-cinc/commit/08a7b0a4ed0560ad300d21f04e11ba2cae36e67d))
20+
21+
22+
### Code Refactoring
23+
24+
* remove legacy omnibus install-script code path ([6d04cf2](https://github.com/test-kitchen/kitchen-cinc/commit/6d04cf2368e9d00c30b6bc1ed2ab2d5ed8b61bb3))
25+
* rename chef-prefixed config keys to cinc-prefixed equivalents ([c577ae2](https://github.com/test-kitchen/kitchen-cinc/commit/c577ae2a0f4e55d0499cc7f8821e958b5d3ade0a))
26+
327
## 0.1.0 (Unreleased)
428

529
- Initial release of kitchen-cinc gem
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Kitchen
22
module Provisioner
3-
CINC_VERSION = "0.1.0".freeze
3+
CINC_VERSION = "1.0.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)