-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
50 lines (32 loc) · 1.19 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[0.0.4] 2024-11-12 - Enabling Go Security (gosec)
Added:
- GoSec support (https://github.com/securego/gosec) added. Can be used when added `gosec` stage.
Changed:
- No changes in this release
Removed:
- No removals in this release
[0.0.3] 2024-11-11 - Enabling versioning injection
Added:
- Build process can inject version now when called with `--release <version>`. Main package needs to have `releaseVersion` variable defined.
Changed:
- No changes in this release
Removed:
- No removals in this release
[0.0.2] 2024-11-11 - Adding support for autobuild.profile file
Added:
- 'autobuild.profile' YAML file support is included that instructs autobuild-go to apply build rules across projects
Changed:
- No changes in this release
Removed:
- No removals in this release
[0.0.1-dev1] 2024-10-16 - First external build
Added:
- Finds and builds sub-applications correctly
- Installs Go toolchain if Go is not found
- Checks if go dependency - git - is installed
- Performs testing and building for all environments
- Has support of ~/.go-env environment file to specify additional flags, like private repos, proxies etc.
Changed:
- No changes in this release
Removed:
- No removals in this release