-
Notifications
You must be signed in to change notification settings - Fork 69
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
[TEMP] Investigate component tests failures #1173
Closed
SergeyKleyman
wants to merge
36
commits into
elastic:TEMP_investigate_failing_component_tests
from
SergeyKleyman:TEMP_investigate_failing_component_tests
Closed
[TEMP] Investigate component tests failures #1173
SergeyKleyman
wants to merge
36
commits into
elastic:TEMP_investigate_failing_component_tests
from
SergeyKleyman:TEMP_investigate_failing_component_tests
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Fixed link in open_basedir related log message * Fixed link from Troubleshooting to Limitations / open_basedir
Bumps the github-actions group with 3 updates: [hashicorp/vault-action](https://github.com/hashicorp/vault-action), [google-github-actions/auth](https://github.com/google-github-actions/auth) and [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage). Updates `hashicorp/vault-action` from 2.7.4 to 3.0.0 - [Release notes](https://github.com/hashicorp/vault-action/releases) - [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault-action@v2.7.4...v3.0.0) Updates `google-github-actions/auth` from 1 to 2 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v1...v2) Updates `google-github-actions/upload-cloud-storage` from 1 to 2 - [Release notes](https://github.com/google-github-actions/upload-cloud-storage/releases) - [Changelog](https://github.com/google-github-actions/upload-cloud-storage/blob/main/CHANGELOG.md) - [Commits](google-github-actions/upload-cloud-storage@v1...v2) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: google-github-actions/upload-cloud-storage dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Adrien Mannocci <[email protected]>
* security: add permissions block to workflows * Add permissions * Remove actions permissions
* feat: use pre-built fpm container image Signed-off-by: Adrien Mannocci <[email protected]> * fix: docker login before build phase Signed-off-by: Adrien Mannocci <[email protected]> * ci: inherit secrets from upstream workflow Signed-off-by: Adrien Mannocci <[email protected]> * ci(fix): docker login for test packages too Signed-off-by: Adrien Mannocci <[email protected]> * feat: build container image in the project itself Signed-off-by: Adrien Mannocci <[email protected]> * ci: enable cache build on push for testing purpose Signed-off-by: Adrien Mannocci <[email protected]> * chore: push only latest Signed-off-by: Adrien Mannocci <[email protected]> * fix: correct container tags Signed-off-by: Adrien Mannocci <[email protected]> * ci: switch to github packages Signed-off-by: Adrien Mannocci <[email protected]> * ci: disable push publish Signed-off-by: Adrien Mannocci <[email protected]> * fix: correct permissions Signed-off-by: Adrien Mannocci <[email protected]> * fix: correct permissions Signed-off-by: Adrien Mannocci <[email protected]> * ci: add version in comments Signed-off-by: Adrien Mannocci <[email protected]> * ci: use hardcode literal when useful Signed-off-by: Adrien Mannocci <[email protected]> * ci: use a less specific tag Signed-off-by: Adrien Mannocci <[email protected]> * ci: test package before publishing the container image Signed-off-by: Adrien Mannocci <[email protected]> * ci: re-enable cache on push Signed-off-by: Adrien Mannocci <[email protected]> * ci: forward test image tag Signed-off-by: Adrien Mannocci <[email protected]> * fix: forward correctly image tag Signed-off-by: Adrien Mannocci <[email protected]> * fix: push to env instead of output Signed-off-by: Adrien Mannocci <[email protected]> * fix: tag correctly test container image Signed-off-by: Adrien Mannocci <[email protected]> * ci: cleanup Signed-off-by: Adrien Mannocci <[email protected]> --------- Signed-off-by: Adrien Mannocci <[email protected]>
…b-actions group (elastic#1156) Bumps the github-actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenance` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@951c0c5...173725a)
…oup (elastic#1160) Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@e92390c...0d4c9c5) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…b-actions group (elastic#1168) Bumps the github-actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenance` from 1.1.2 to 1.2.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Supersedes #1171