Releases: asseco-pst/einstein
Releases · asseco-pst/einstein
v1.3.1 - Fix Gitlab subgroups issue
This hotfix aims to address an identified issue that occurred when trying to calculate the dependencies of a project that is stored within a Gitlab subgroup. I.i, given a project X, a group A and a group B that is a subgroup of A, being project X stored at A/B/X, einstein considered that the project's namespace was A and its name was B/X.
With this fix, einstein now correctly considers that, in such a scenario, the project's namespace is A/B and its name X.
v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.1.0
v1.0.5
This version introduces some minor fixes and corrections, namely:
- Fixed issue where logs weren't outputting if user didn't have SL4J in class path
- Fixed issue where einstein would be caught in an exception loop if a previous exception was thrown and the process wasn't restarted
- Increased certain timeout durations
Einstein 1.0.0 is out!
- Dependencies file must be named
einstein.yaml
. Its content must be according to the YAML 1.2 specs - Declared versions on this file:
- must respect Semver 2.0.0 specifications
- can be represented by Semver Ranges (SemVer 2.0.0)
- can represent SNAPSHOT versions (i.e,
1.0.0-SNAPSHOT
). These "pseudo" versions represent the latest status of thedevelop
branch
More about here