Skip to content

Commit 26778d6

Browse files
committed
1 parent ff3d2be commit 26778d6

18 files changed

+2961
-2732
lines changed

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## [2.2.0](https://github.com/batleforc/Dev_Cli/compare/f9bb0accabb4609864b64844dad32234e40f8b92..2.2.0) - 2025-01-15
6+
#### Bug Fixes
7+
- job name - ([fd68da8](https://github.com/batleforc/Dev_Cli/commit/fd68da83630196fa36714294614aaf496a5a4535)) - Max batleforc
8+
#### Features
9+
- huge upgrade of the tool tracing module in order to jump from the - ([ff3d2be](https://github.com/batleforc/Dev_Cli/commit/ff3d2be0519987aea21db6e6db4740b133d659af)) - Max batleforc
10+
- upgrade ci/cd - ([4dfeeec](https://github.com/batleforc/Dev_Cli/commit/4dfeeec7bdaf4ee7037c73ec03d821b4cb4c961d)) - Max batleforc
11+
- add project key - ([5798119](https://github.com/batleforc/Dev_Cli/commit/57981193630a6027f4b9fb3ac57387ffa43b9d23)) - Max batleforc
12+
- update - ([3f4fbbe](https://github.com/batleforc/Dev_Cli/commit/3f4fbbe6b4413bace4998313c2247d3573186bff)) - Max batleforc
13+
- workkk - ([6bb4b14](https://github.com/batleforc/Dev_Cli/commit/6bb4b140b5e4d17b53254baefbdc0970e8cc2452)) - Max batleforc
14+
- fix ? - ([7e556dd](https://github.com/batleforc/Dev_Cli/commit/7e556ddd55ae9689689911dbb076c2ea7f2ae970)) - Max batleforc
15+
- try - ([2f40fe2](https://github.com/batleforc/Dev_Cli/commit/2f40fe2cc6abfeb9e7b04d24cffd3390a6892eac)) - Max batleforc
16+
- add step to push build - ([fb432ef](https://github.com/batleforc/Dev_Cli/commit/fb432ef1e47619f7eb0333bb2ac8f39a2c700d32)) - Max batleforc
17+
- add two new job, one provide Sonar scan and the other one provide - ([dfa92e0](https://github.com/batleforc/Dev_Cli/commit/dfa92e04c44e37d9d5260cd4591fbe38580f2790)) - Max batleforc
18+
- upgrade json patch and add catalog info about this project - ([5bb2044](https://github.com/batleforc/Dev_Cli/commit/5bb20447e73abb6ce1700930b517c5d7ccdfe83c)) - Max batleforc
19+
- WIP rewriting the restart from devfile logique - ([d2ce6ff](https://github.com/batleforc/Dev_Cli/commit/d2ce6ff96350837250bff98a5442e51a7c609bfd)) - Max batleforc
20+
- Add DevWorkSpaceTemplate CRD in order to handle the Editor - ([9484314](https://github.com/batleforc/Dev_Cli/commit/948431467a797ccf0707597ad290b2294287bc26)) - Max batleforc
21+
- Remove devfile to struct usage and use the decorator, add more doc - ([605a21e](https://github.com/batleforc/Dev_Cli/commit/605a21ed06e8bf206e4b617a6442e27df5a2aaa9)) - Max batleforc
22+
- apply format - ([502e816](https://github.com/batleforc/Dev_Cli/commit/502e816335a2eed2baa18d5b9efdbf934316f88b)) - Max batleforc
23+
- WIP create devfile format - ([f9bb0ac](https://github.com/batleforc/Dev_Cli/commit/f9bb0accabb4609864b64844dad32234e40f8b92)) - Max batleforc
24+
25+
- - -
26+
527
## [2.1.0](https://github.com/batleforc/Dev_Cli/compare/f5d69056ec47e595f1067003b7bdff1d3fbd8e81..2.1.0) - 2025-01-05
628
#### Features
729
- WIP on commit version - ([f5d6905](https://github.com/batleforc/Dev_Cli/commit/f5d69056ec47e595f1067003b7bdff1d3fbd8e81)) - Max batleforc

Diff for: Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: apps/dev_cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dev_cli"
3-
version = "2.0.0"
3+
version = "2.2.0"
44
edition = "2021"
55
default-run = "dev_cli"
66

0 commit comments

Comments
 (0)