Skip to content

Releases: wso2/labs-agentic-engineer

Release v0.5.3

Choose a tag to compare

@github-actions github-actions released this 01 Jul 08:13
f0a4972

What's Changed

  • Add latest tag for the releases by @senithkay in #52
  • make task signing key generation automatic if not provided by @senithkay in #53
  • Fix local repo clone permissions and surface provisioning failures in the console by @randilt in #41
  • Implement ae installer by @senithkay in #64
  • Fix release workflow for ae installer by @senithkay in #65
  • fix(ci): add version bump step to build-images job in release workflow by @senithkay in #66

New Contributors

Full Changelog: v0.5.2...v0.5.3

Platform v0.5.4

Choose a tag to compare

@github-actions github-actions released this 20 Jul 08:02
f0a4972

Platform v0.5.4

Install

helm install aep oci://ghcr.io/wso2/aep/charts/bootstrap \
  --version 0.5.4 -n wso2-aep --create-namespace

aep connect --server http://aep-server.openchoreo.localhost:8080
aep init --platform-version 0.5.4

Images

  • ghcr.io/wso2/aep/aep-server:0.5.4
  • ghcr.io/wso2/aep/aep-api:0.5.4
  • ghcr.io/wso2/aep/agents:0.5.4
  • ghcr.io/wso2/aep/collab:0.5.4
  • ghcr.io/wso2/aep/aep-mcp-server:0.5.4
  • ghcr.io/wso2/aep/remote-worker:0.5.4
  • ghcr.io/wso2/aep/remote-worker-validation:0.5.4
  • ghcr.io/wso2/aep/console:0.5.4
  • ghcr.io/wso2/aep/cluster-gateway-proxy:0.5.4

Release v0.5.2

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:00
9bed270

What's Changed

  • Migrate source from wso2-enterprise to wso2 org by @kaje94 in #1
  • Rewrite README to lead with platform intent by @hevayo in #3
  • Add demo section with link to GitHub assets by @xlight05 in #4
  • Fix setup script env file creation issues by @senithkay in #5
  • Add WSO2 logo to ASDLC navbar with keyboard-accessible brand by @xlight05 in #6
  • Update README.md with prerequisites and GitHub integration details by @kaje94 in #8
  • Pluggable Skills system and agent refactoring (design, PR 1, PR 2) by @xlight05 in #9
  • Refactor workflow runs to work in wso2cloud by @kaje94 in #10
  • feat: drop gitservice loopback HTTP client (WS0.1.h follow-up) by @kaje94 in #13
  • chore: bump go-jose/v4 + pgx/v5 to fix Trivy HIGH/CRITICAL findings by @kaje94 in #14
  • fix(asdlc-api): forward user JWT to platform-api (drop M2M-first priority) by @kaje94 in #15
  • [DIAGNOSTIC] Log M2M JWT claims + OC client request URL/status by @kaje94 in #16
  • WS2.5: BFF talks OC REST direct via M2M only (Plan A — phase 1) by @kaje94 in #17
  • feat(db): self-grant on startup to recover from managed-DB REVOKE by @kaje94 in #11
  • feat(openchoreo): impersonate target org on M2M calls (X-Impersonate-Org) by @kaje94 in #19
  • feat(openchoreo): route OC calls to the caller's org — forward user JWT (user calls) + X-Impersonate-Org (M2M calls) by @kaje94 in #18
  • chore(observability): logs for CGW dispatch + OC impersonation by @kaje94 in #20
  • fix(openchoreo): make async OC writes impersonate the target org (service-identity marker) by @kaje94 in #21
  • fix(org): resolve impersonation org by handle (JWT ouId + handle-keyed side-car) by @kaje94 in #22
  • fix(clustergatewayproxy): authenticate to the cloud proxy with the M2M token by @kaje94 in #23
  • fix(remote-worker): use https transport when the git-service/BFF URL is https by @kaje94 in #25
  • WS2.4: per-org publisher cc runner-auth (additive, behind triplet) by @kaje94 in #26
  • feat(dispatch): provision per-org publisher cc at dispatch (runner gateway-auth for every component) by @kaje94 in #28
  • fix(publisher): register per-org publisher app under the org's OU + self-heal platform profile by @kaje94 in #29
  • fix(publisher): tolerate Thunder 5xx-on-delete during OU self-heal by @kaje94 in #30
  • fix(webhook): also serve the GitHub webhook receiver at /api/v1/webhooks/github by @kaje94 in #31
  • fix(build): provision the build git secret via OpenChoreo (unified local + cloud) by @kaje94 in #33
  • fix(build): default to public repos + make build git-secret provisioning fault-tolerant by @kaje94 in #34
  • fix(webhook): scope PR/issue→task resolution by org_id (cross-org project-slug collision) by @kaje94 in #35
  • fix(deploy): use per-org namespaced ComponentType so workloads get the ECR pull secret by @kaje94 in #36
  • fix(deployments): replace wso2cloud sm-api build dep with in-repo local stub by @kaje94 in #37
  • chore: add Apache-2.0 license headers to all source files by @xlight05 in #39
  • fix(progress): parse runner NDJSON envelopes in new-path agent log feed by @xlight05 in #43
  • Add helm charts and workflows for oc community module based installation by @senithkay in #44
  • fix(ci): ignore GHA cache write errors in build-images workflow by @senithkay in #46
  • Fix thunder cors errors by @senithkay in #47
  • bump version by @senithkay in #48
  • Add release workflow by @senithkay in #50
  • Fix release workflow by @senithkay in #51

New Contributors

Full Changelog: https://github.com/wso2/labs-agentic-engineer/commits/v0.5.2