Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note on required delegate version. #8079

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ When using base image connector, pushing to or pulling from multiple Docker regi
This limitation does not apply to following build and push steps only on K8 - ACR, GAR, ECR.
:::

This setting is enabled by the feature flag `CI_ENABLE_BASE_IMAGE_DOCKER_CONNECTOR`.
This setting is enabled by the feature flag `CI_ENABLE_BASE_IMAGE_DOCKER_CONNECTOR`. When enabling this flag, the delegate version must be higher than `24.07.83503`.

### Optimize

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ When using base image connector, pushing to or pulling from multiple Docker regi
This limitation does not apply to following build and push steps only on K8 - ACR, GAR, ECR.
:::

This setting is enabled by the feature flag `CI_ENABLE_BASE_IMAGE_DOCKER_CONNECTOR`.
This setting is enabled by the feature flag `CI_ENABLE_BASE_IMAGE_DOCKER_CONNECTOR`. When enabling this flag, the delegate version must be higher than `24.07.83503`.

### Optimize

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ When using base image connector, pushing to or pulling from multiple Docker regi
This limitation does not apply to following build and push steps only on K8 - ACR, GAR, ECR.
:::

This setting is enabled by the feature flag `CI_ENABLE_BASE_IMAGE_DOCKER_CONNECTOR`.
This setting is enabled by the feature flag `CI_ENABLE_BASE_IMAGE_DOCKER_CONNECTOR`. When enabling this flag, the delegate version must be higher than `24.07.83503`.

### Optimize

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ When using base image connector, pushing to or pulling from multiple Docker regi
This limitation does not apply to following build and push steps only on K8 - ACR, GAR, ECR.
:::

This setting is enabled by the feature flag `CI_ENABLE_BASE_IMAGE_DOCKER_CONNECTOR`.
This setting is enabled by the feature flag `CI_ENABLE_BASE_IMAGE_DOCKER_CONNECTOR`. When enabling this flag, the delegate version must be higher than `24.07.83503`.

### Optimize

Expand Down
2 changes: 1 addition & 1 deletion release-notes/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ These release notes describe recent changes to Harness Continuous Integration.

- Fixed an issue where time savings due to Harness CI intelligence feature, didn't populate properly when used in the parallel CI stages. (CI-13993)

- Due to Docker rate limiting, `CI_ENABLE_BASE_IMAGE_DOCKER_CONNECTOR` feature flag must be enabled whenever a base image connector is used (CI-13924)
- Due to Docker rate limiting, `CI_ENABLE_BASE_IMAGE_DOCKER_CONNECTOR` feature flag must be enabled whenever a base image connector is used (CI-13924). When enabling this flag, the delegate version must be higher than `24.07.83503`.

- Bitbucket has an issue in their API; it does not support the slash character ( / ) [https://jira.atlassian.com/browse/BCLOUD-20223](https://jira.atlassian.com/browse/BCLOUD-20223)
This can be worked around by using query parameters in the Bitbucket api `https://api.bitbucket.org/2.0/repositories/smjth/originalrepo/?at=qq/ww` (CI-13826)
Expand Down
Loading