Skip to content

Commit 2ee097b

Browse files
chore(main): release 3.0.0 (#413)
1 parent 301c37f commit 2ee097b

3 files changed

Lines changed: 20 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-
".": "2.0.10"
2+
".": "3.0.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
55
Standardise files with files in sous-chefs/repo-management
66
Standardise files with files in sous-chefs/repo-management
77

8+
## [3.0.0](https://github.com/sous-chefs/graphite/compare/v2.0.10...v3.0.0) (2026-05-07)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* migrate graphite to custom resources ([#412](https://github.com/sous-chefs/graphite/issues/412))
14+
15+
### Features
16+
17+
* migrate graphite to custom resources ([#412](https://github.com/sous-chefs/graphite/issues/412)) ([301c37f](https://github.com/sous-chefs/graphite/commit/301c37f07b2052057d1b574368d6fc124e5fc1b8))
18+
19+
20+
### Bug Fixes
21+
22+
* **ci:** Update workflows to use release pipeline ([#406](https://github.com/sous-chefs/graphite/issues/406)) ([28928ad](https://github.com/sous-chefs/graphite/commit/28928ad9aad096e5b02118778868246cbdfa4acc))
23+
* close block in matchers ([a3b661e](https://github.com/sous-chefs/graphite/commit/a3b661e50cce2fa4081467fab97fc9e1116c6bb3))
24+
* install django/twisted versions override ([#347](https://github.com/sous-chefs/graphite/issues/347)) ([fb4462d](https://github.com/sous-chefs/graphite/commit/fb4462db5e42b1ad1cc98ff8c068c3b4d63fe96d))
25+
826
## [2.0.10](https://github.com/sous-chefs/graphite/compare/2.0.9...v2.0.10) (2025-10-15)
927

1028

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
description 'Provides custom resources for installing and configuring Graphite'
88
source_url 'https://github.com/sous-chefs/graphite'
99
issues_url 'https://github.com/sous-chefs/graphite/issues'
10-
version '2.0.10'
10+
version '3.0.0'
1111
chef_version '>= 15.3'
1212

1313
supports 'debian', '>= 12.0'

0 commit comments

Comments
 (0)