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

[TEMP] Investigate component tests failures #1173

Commits on Jan 31, 2024

  1. Fixed link in open_basedir related log message (elastic#1129)

    * Fixed link in open_basedir related log message
    
    * Fixed link from Troubleshooting to Limitations / open_basedir
    SergeyKleyman committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9e35092 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    7a7b0e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. ci bump the github-actions group with 3 updates (elastic#1141)

    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>
    dependabot[bot] committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f12d3ef View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix: use latest fpm version (elastic#1144)

    Signed-off-by: Adrien Mannocci <[email protected]>
    amannocci committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1469804 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. security: add permissions block to workflows (elastic#1136)

    * security: add permissions block to workflows
    
    * Add permissions
    
    * Remove actions permissions
    reakaleek committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ccd4cfa View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    249c1e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. feat: use pre-built fpm container image (elastic#1145)

    * 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]>
    amannocci committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    627a3db View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    1d68a37 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    04142bf View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    56d44b9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Bump actions/attest-build-provenance from 1.1.1 to 1.1.2 in the githu…

    …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)
    dependabot[bot] committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0273f82 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    a3c00d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Bump docker/login-action from 3.1.0 to 3.2.0 in the github-actions gr…

    …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>
    dependabot[bot] committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fae8e13 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    9de0e79 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    4935fd4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de0870e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Bump actions/attest-build-provenance from 1.1.2 to 1.2.0 in the githu…

    …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)
    dependabot[bot] committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ab8d985 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    d0b3530 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b503108 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8805a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    32042df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fddc3e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebde4f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1aa0dd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    eb1812d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f3b15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c549891 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b0bcfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    581ee6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6bf8f5f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3237fb6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95df446 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fadc64c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    b7a8c75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e524c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    e37a615 View commit details
    Browse the repository at this point in the history