File tree Expand file tree Collapse file tree 4 files changed +65
-2
lines changed Expand file tree Collapse file tree 4 files changed +65
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.2.1] - 2024-01-25
11
+
12
+ ### Added
13
+ - CAPTEP-0046: Release planning and documentation for v0.2.1
14
+ - Added detailed release process documentation
15
+ - Added troubleshooting guide for GitHub Actions releases
16
+
17
+ ### Changed
18
+ - Improved release process with clear documentation
19
+ - Enhanced GitHub Actions workflow documentation
20
+
10
21
## [ v0.2.0] - 2024-01-25
11
22
12
23
### Added
Original file line number Diff line number Diff line change 1
- VERSION = 0.2.0
1
+ VERSION = 0.2.1
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
5
5
images :
6
6
- name : controller
7
7
newName : ghcr.io/appthrust/capt
8
- newTag : v0.2.0
8
+ newTag : v0.2.1
Original file line number Diff line number Diff line change
1
+ # CAPTEP-0046: Release v0.2.1 Planning
2
+
3
+ ## Summary
4
+
5
+ CAPTのv0.2.1リリースの計画と、主要な変更点の整理を行います。このリリースでは、v0.2.0のリリースプロセスの改善と、リリース手順の文書化を含みます。
6
+
7
+ ## Motivation
8
+
9
+ ### 現状の課題
10
+
11
+ 1 . リリースプロセス
12
+ - リリース手順が明確に文書化されていなかった
13
+ - GitHub Actionsとの連携が不明確
14
+
15
+ 2 . ドキュメント
16
+ - リリースプロセスの文書化が必要
17
+
18
+ ### Goals
19
+
20
+ - リリースプロセスの文書化と改善
21
+ - GitHub Actionsとの連携の明確化
22
+
23
+ ### Non-Goals
24
+
25
+ - 機能の追加や変更
26
+ - 既存のアーキテクチャの変更
27
+
28
+ ## Changes
29
+
30
+ ### Major Changes
31
+
32
+ 1 . リリースプロセスの文書化
33
+ - リリース手順の詳細な文書化
34
+ - GitHub Actionsとの連携手順の明確化
35
+ - トラブルシューティングガイドの追加
36
+
37
+ ### Documentation Changes
38
+
39
+ 1 . docs/release-process.md
40
+ - リリースの種類(RC/正式リリース)の説明
41
+ - 詳細な手順の記載
42
+ - トラブルシューティングガイドの追加
43
+
44
+ ## Implementation History
45
+
46
+ - 2024-01-25: Initial proposal
47
+ - 2024-01-25: Review started
48
+
49
+ ## References
50
+
51
+ - [ GitHub Actions Workflow Documentation] ( https://docs.github.com/en/actions )
52
+ - [ Semantic Versioning] ( https://semver.org/ )
You can’t perform that action at this time.
0 commit comments