Skip to content

Commit a06b320

Browse files
committed
update changelog for v0.8.1 changes
This commit was created by changelog-from-release in 'Post release' CI workflow
1 parent cc681c0 commit a06b320

File tree

1 file changed

+54
-40
lines changed

1 file changed

+54
-40
lines changed

CHANGELOG.md

+54-40
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,40 @@
11
# Changelog
22

3-
<a name="v0.8.0"></a>
4-
## [v0.8.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.8.0) - 28 Sep 2024
3+
<a id="v0.8.1"></a>
4+
## [v0.8.1](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.8.1) - 2025-03-01
5+
6+
## What's Changed
7+
### Changed
8+
* Updated dependencies to latest versions
9+
10+
11+
**Full Changelog**: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.8.0...v0.8.1
12+
13+
[Changes][v0.8.1]
14+
15+
16+
<a id="v0.8.0"></a>
17+
## [v0.8.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.8.0) - 2024-09-28
518

619
## What's Changed
720
### Added
8-
* Implement Multiplication and Division of Quantities by [@volfco](https://github.com/volfco) in https://github.com/ThomasK33/kube-quantity-rs/pull/15
9-
* add support for nanocpus (fixes issue [#18](https://github.com/ThomasK33/kube-quantity-rs/issues/18)) by [@philgebhardt](https://github.com/philgebhardt) in https://github.com/ThomasK33/kube-quantity-rs/pull/19
21+
* Implement Multiplication and Division of Quantities by [@volfco](https://github.com/volfco) in [#15](https://github.com/ThomasK33/kube-quantity-rs/pull/15)
22+
* add support for nanocpus (fixes issue [#18](https://github.com/ThomasK33/kube-quantity-rs/issues/18)) by [@philgebhardt](https://github.com/philgebhardt) in [#19](https://github.com/ThomasK33/kube-quantity-rs/pull/19)
1023
### Changed
11-
* Update k8s-openapi to latest version by [@xmakro](https://github.com/xmakro) in https://github.com/ThomasK33/kube-quantity-rs/pull/17
24+
* Update k8s-openapi to latest version by [@xmakro](https://github.com/xmakro) in [#17](https://github.com/ThomasK33/kube-quantity-rs/pull/17)
1225

1326
## New Contributors
14-
* [@volfco](https://github.com/volfco) made their first contribution in https://github.com/ThomasK33/kube-quantity-rs/pull/15
15-
* [@philgebhardt](https://github.com/philgebhardt) made their first contribution in https://github.com/ThomasK33/kube-quantity-rs/pull/19
16-
* [@xmakro](https://github.com/xmakro) made their first contribution in https://github.com/ThomasK33/kube-quantity-rs/pull/17
27+
* [@volfco](https://github.com/volfco) made their first contribution in [#15](https://github.com/ThomasK33/kube-quantity-rs/pull/15)
28+
* [@philgebhardt](https://github.com/philgebhardt) made their first contribution in [#19](https://github.com/ThomasK33/kube-quantity-rs/pull/19)
29+
* [@xmakro](https://github.com/xmakro) made their first contribution in [#17](https://github.com/ThomasK33/kube-quantity-rs/pull/17)
1730

1831
**Full Changelog**: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.7.1...v0.8.0
1932

2033
[Changes][v0.8.0]
2134

2235

23-
<a name="v0.7.1"></a>
24-
## [v0.7.1](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.7.1) - 27 Feb 2024
36+
<a id="v0.7.1"></a>
37+
## [v0.7.1](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.7.1) - 2024-02-27
2538

2639
- Updated k8s-openapi dependencies
2740

@@ -30,25 +43,25 @@
3043
[Changes][v0.7.1]
3144

3245

33-
<a name="v0.7.0"></a>
34-
## [v0.7.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.7.0) - 09 Sep 2023
46+
<a id="v0.7.0"></a>
47+
## [v0.7.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.7.0) - 2023-09-09
3548

3649
<!-- Release notes generated using configuration in .github/release.yml at v0.7.0 -->
3750

3851
## What's Changed
3952
### Changed
40-
* bump openapi and k8s version by [@fluktuid](https://github.com/fluktuid) in https://github.com/ThomasK33/kube-quantity-rs/pull/9
53+
* bump openapi and k8s version by [@fluktuid](https://github.com/fluktuid) in [#9](https://github.com/ThomasK33/kube-quantity-rs/pull/9)
4154

4255
## New Contributors
43-
* [@fluktuid](https://github.com/fluktuid) made their first contribution in https://github.com/ThomasK33/kube-quantity-rs/pull/9
56+
* [@fluktuid](https://github.com/fluktuid) made their first contribution in [#9](https://github.com/ThomasK33/kube-quantity-rs/pull/9)
4457

4558
**Full Changelog**: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.6.1...v0.7.0
4659

4760
[Changes][v0.7.0]
4861

4962

50-
<a name="v0.6.1"></a>
51-
## [v0.6.1](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.6.1) - 14 May 2023
63+
<a id="v0.6.1"></a>
64+
## [v0.6.1](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.6.1) - 2023-05-14
5265

5366
<!-- Release notes generated using configuration in .github/release.yml at v0.6.1 -->
5467

@@ -59,23 +72,23 @@
5972
[Changes][v0.6.1]
6073

6174

62-
<a name="v0.6.0"></a>
63-
## [v0.6.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.6.0) - 27 Mar 2023
75+
<a id="v0.6.0"></a>
76+
## [v0.6.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.6.0) - 2023-03-27
6477

6578
<!-- Release notes generated using configuration in .github/release.yml at v0.6.0 -->
6679

6780
## What's Changed
6881
### Added
69-
* Implemented default trait for parsed quantity by [@ThomasK33](https://github.com/ThomasK33) in https://github.com/ThomasK33/kube-quantity-rs/pull/6
82+
* Implemented default trait for parsed quantity by [@ThomasK33](https://github.com/ThomasK33) in [#6](https://github.com/ThomasK33/kube-quantity-rs/pull/6)
7083

7184

7285
**Full Changelog**: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.5.1...v0.6.0
7386

7487
[Changes][v0.6.0]
7588

7689

77-
<a name="v0.5.1"></a>
78-
## [v0.5.1](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.5.1) - 27 Mar 2023
90+
<a id="v0.5.1"></a>
91+
## [v0.5.1](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.5.1) - 2023-03-27
7992

8093
<!-- Release notes generated using configuration in .github/release.yml at v0.5.1 -->
8194

@@ -88,70 +101,70 @@
88101
[Changes][v0.5.1]
89102

90103

91-
<a name="v0.5.0"></a>
92-
## [v0.5.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.5.0) - 27 Mar 2023
104+
<a id="v0.5.0"></a>
105+
## [v0.5.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.5.0) - 2023-03-27
93106

94107
<!-- Release notes generated using configuration in .github/release.yml at v0.5.0 -->
95108

96109
## What's Changed
97110
### Fixed
98-
* Moved k8s-openapi features to dev dependencies by [@ThomasK33](https://github.com/ThomasK33) in https://github.com/ThomasK33/kube-quantity-rs/pull/5
111+
* Moved k8s-openapi features to dev dependencies by [@ThomasK33](https://github.com/ThomasK33) in [#5](https://github.com/ThomasK33/kube-quantity-rs/pull/5)
99112

100113

101114
**Full Changelog**: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.4.0...v0.5.0
102115

103116
[Changes][v0.5.0]
104117

105118

106-
<a name="v0.4.0"></a>
107-
## [v0.4.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.4.0) - 27 Mar 2023
119+
<a id="v0.4.0"></a>
120+
## [v0.4.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.4.0) - 2023-03-27
108121

109122
<!-- Release notes generated using configuration in .github/release.yml at v0.4.0 -->
110123

111124
## What's Changed
112125
### Added
113-
* Added Ord and PartialEQ implementation for parsed quantities by [@ThomasK33](https://github.com/ThomasK33) in https://github.com/ThomasK33/kube-quantity-rs/pull/4
126+
* Added Ord and PartialEQ implementation for parsed quantities by [@ThomasK33](https://github.com/ThomasK33) in [#4](https://github.com/ThomasK33/kube-quantity-rs/pull/4)
114127

115128

116129
**Full Changelog**: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.3.0...v0.4.0
117130

118131
[Changes][v0.4.0]
119132

120133

121-
<a name="v0.3.0"></a>
122-
## [v0.3.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.3.0) - 24 Mar 2023
134+
<a id="v0.3.0"></a>
135+
## [v0.3.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.3.0) - 2023-03-24
123136

124137
<!-- Release notes generated using configuration in .github/release.yml at v0.3.0 -->
125138

126139
## What's Changed
127140
### Added
128-
* Added additional try from implementations by [@ThomasK33](https://github.com/ThomasK33) in https://github.com/ThomasK33/kube-quantity-rs/pull/3
141+
* Added additional try from implementations by [@ThomasK33](https://github.com/ThomasK33) in [#3](https://github.com/ThomasK33/kube-quantity-rs/pull/3)
129142

130143

131144
**Full Changelog**: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.2.0...v0.3.0
132145

133146
[Changes][v0.3.0]
134147

135148

136-
<a name="v0.2.0"></a>
137-
## [v0.2.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.2.0) - 23 Mar 2023
149+
<a id="v0.2.0"></a>
150+
## [v0.2.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.2.0) - 2023-03-23
138151

139152
<!-- Release notes generated using configuration in .github/release.yml at v0.2.0 -->
140153

141154
## What's Changed
142155
### Added
143-
* Additional byte calculations by [@ThomasK33](https://github.com/ThomasK33) in https://github.com/ThomasK33/kube-quantity-rs/pull/2
156+
* Additional byte calculations by [@ThomasK33](https://github.com/ThomasK33) in [#2](https://github.com/ThomasK33/kube-quantity-rs/pull/2)
144157

145158
## New Contributors
146-
* [@ThomasK33](https://github.com/ThomasK33) made their first contribution in https://github.com/ThomasK33/kube-quantity-rs/pull/2
159+
* [@ThomasK33](https://github.com/ThomasK33) made their first contribution in [#2](https://github.com/ThomasK33/kube-quantity-rs/pull/2)
147160

148161
**Full Changelog**: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.1.1...v0.2.0
149162

150163
[Changes][v0.2.0]
151164

152165

153-
<a name="v0.1.1"></a>
154-
## [v0.1.1](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.1.1) - 23 Mar 2023
166+
<a id="v0.1.1"></a>
167+
## [v0.1.1](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.1.1) - 2023-03-23
155168

156169
<!-- Release notes generated using configuration in .github/release.yml at v0.1.1 -->
157170

@@ -162,20 +175,21 @@
162175
[Changes][v0.1.1]
163176

164177

165-
<a name="v0.1.0"></a>
166-
## [v0.1.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.1.0) - 23 Mar 2023
178+
<a id="v0.1.0"></a>
179+
## [v0.1.0](https://github.com/ThomasK33/kube-quantity-rs/releases/tag/v0.1.0) - 2023-03-23
167180

168181
<!-- Release notes generated using configuration in .github/release.yml at v0.1.0 -->
169182

170183

171184
## New Contributors
172-
* [@dependabot](https://github.com/dependabot) made their first contribution in https://github.com/ThomasK33/kube-quantity-rs/pull/1
185+
* [@dependabot](https://github.com/dependabot) made their first contribution in [#1](https://github.com/ThomasK33/kube-quantity-rs/pull/1)
173186

174187
**Full Changelog**: https://github.com/ThomasK33/kube-quantity-rs/commits/v0.1.0
175188

176189
[Changes][v0.1.0]
177190

178191

192+
[v0.8.1]: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.8.0...v0.8.1
179193
[v0.8.0]: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.7.1...v0.8.0
180194
[v0.7.1]: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.7.0...v0.7.1
181195
[v0.7.0]: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.6.1...v0.7.0
@@ -189,4 +203,4 @@
189203
[v0.1.1]: https://github.com/ThomasK33/kube-quantity-rs/compare/v0.1.0...v0.1.1
190204
[v0.1.0]: https://github.com/ThomasK33/kube-quantity-rs/tree/v0.1.0
191205

192-
<!-- Generated by https://github.com/rhysd/changelog-from-release v3.7.2 -->
206+
<!-- Generated by https://github.com/rhysd/changelog-from-release v3.9.0 -->

0 commit comments

Comments
 (0)