Skip to content

Commit

Permalink
Merge branch 'main' into PORT-11871-bug-bug-in-cycle-dependencies-aff…
Browse files Browse the repository at this point in the history
…ecting-argo-cd-integration
  • Loading branch information
ivankalinovski authored Dec 15, 2024
2 parents 6ef411a + 47aa14e commit 5ab5b5b
Show file tree
Hide file tree
Showing 111 changed files with 3,898 additions and 1,118 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/perf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,7 @@ jobs:
SMOKE_TEST_SUFFIX: ${{ github.run_id }}
MOCK_PORT_API: ${{ inputs.mock_port_api && '1' || '0' }}
run: |
if [[ "${MOCK_PORT_API}" = "1" ]]; then
make smoke/start-mock-api
make smoke/clean
make smoke/stop-mock-api
else
make smoke/clean
fi
./scripts/clean-smoke-test.sh
- name: Publish Performance Test Summary
run: |
cat ./perf-test-results-${{ github.run_id }}.log.md >> ${GITHUB_STEP_SUMMARY}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

<!-- towncrier release notes start -->

## 0.15.2 (2024-12-15)

### Improvements

- Add handling for different installation types compatibility


## 0.15.1 (2024-12-15)

### Bug Fixes

- Changed `SaasOauth` runtime to `SaasOauth2`


## 0.15.0 (2024-12-12)

### Features

- Added `SaasOauth` runtime support


## 0.14.7 (2024-12-09)


Expand Down
Loading

0 comments on commit 5ab5b5b

Please sign in to comment.