v1.3.0-rc.1
Pre-releaseChangelog
All notable changes to this project will be documented in this file.
[1.3.0-rc.1] - 2025-06-05
🚀 Features
-
(front) Whenever changing workflows page, update the state (#279) by @VeljkoMaksimovic
-
(secrethub) Add project and org. name to OIDC token claims (#303) by @dexyk
-
(front) Enable writable root FS and live reload for front (#330) by @radwo
-
(dev) Control internal TLS skip via env and Helm flag (#329) by @radwo
-
(dev) Add initial Skaffold configuration for local development (#331) by @radwo
-
(plumber) Inject SEMAPHORE_BLOCK_NAME env to jobs (#319) by @skipi
-
(bootstrapper) Add idempotent operations for secrets and organizations (#338) by @radwo
🐛 Bug Fixes
-
If there are multiple branches having current tag, use the first one (#263) by @VeljkoMaksimovic
-
(front) Remove groups reference from deployment target screen (#265) by @lucaspin
-
(repositoryhub) Bitbucket status checks for blocks (#306) by @skipi
-
(front) Display promoter information for scheduled workflows (#307) by @skipi
-
(front) Wrong pipeline mapping in deployment targets (#314) by @forestileao
-
(front) Wf filtering add error msg (#322) by @VeljkoMaksimovic
-
(guard) Add correct owner filter for list projects by owner (#333) by @forestileao
-
(front) Add expand button for job commands that are too big (#321) by @forestileao
-
(keycloak) Avoid glibc conflicts by copying only required shared libs (#332) by @radwo
-
(sem) Use PR number for docker image (#340) by @VeljkoMaksimovic
-
(front) Added isRendered to false state when switch yml tabs (#277) by @fredericof
-
(front) Add integration type mapping for :GITLAB (#345) by @VeljkoMaksimovic
-
(toil) Pattern matched function missing "gitlab" case (#346) by @VeljkoMaksimovic
-
(front) Expand button UI bugs (#349) by @forestileao
-
Enable filtering feature (#359) by @VeljkoMaksimovic
💼 Other
-
(front) Refactor all the front lint suggestions (#318) by @VeljkoMaksimovic
-
(front) Remove all references to deprecated user_api_endpoint (#312) by @VeljkoMaksimovic
-
(front) Changed word right to left in the create-project instructions (#278) by @fredericof
📚 Documentation
-
Update install/update instructions to v1.2 (#300) by @TomFern
-
Update supported mysql container versions (#301) by @d-stefanovic
-
Add Markdown report pages for Cloud and CE (#320) by @TomFern
-
Add explanation for connecting any Git server (#344) by @TomFern
⚙️ Miscellaneous Tasks
- (e2e) Introduce user login case and git integrations page tests (#229) by @hamir-suspect