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

TT-12103 Pump FIPS compliant #825

Closed
wants to merge 27 commits into from
Closed

TT-12103 Pump FIPS compliant #825

wants to merge 27 commits into from

Commits on May 14, 2024

  1. adding boringcrypto

    mativm02 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0875ad4 View commit details
    Browse the repository at this point in the history
  2. removing unused binary

    mativm02 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    8497730 View commit details
    Browse the repository at this point in the history
  3. adding GOEXPERIMENT

    mativm02 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0507b94 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    40d437e View commit details
    Browse the repository at this point in the history
  2. improving ci-test.sh

    mativm02 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8dceb61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b5256d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

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

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    800be75 View commit details
    Browse the repository at this point in the history
  2. commenting new step

    mativm02 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    8aea109 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe76404 View commit details
    Browse the repository at this point in the history
  4. removing duplicated 'jobs'

    mativm02 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    691570c View commit details
    Browse the repository at this point in the history
  5. uncommenting job

    mativm02 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2794b3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    400e05f View commit details
    Browse the repository at this point in the history
  7. chore: Update Dockerfile.std with GOEXPERIMENT environment variable

    This commit updates the Dockerfile.std file by adding the GOEXPERIMENT environment variable. The variable is passed as an argument and set in the environment to enable experimental Go features. This change is made to enhance the build process and enable the use of experimental Go features in the CI environment.
    mativm02 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    42cab62 View commit details
    Browse the repository at this point in the history
  8. formatting

    mativm02 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f24f28e View commit details
    Browse the repository at this point in the history
  9. formatting 2

    mativm02 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c66c8ed View commit details
    Browse the repository at this point in the history
  10. commenting borincrypto

    mativm02 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c79fb59 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d8966b View commit details
    Browse the repository at this point in the history
  12. modifying go_tags to tags

    mativm02 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    cf5feba View commit details
    Browse the repository at this point in the history
  13. adding build tag

    mativm02 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bed98e3 View commit details
    Browse the repository at this point in the history
  14. refactor: Update build tag logic in release workflow

    This commit updates the build tag logic in the release workflow. Instead of relying solely on the `github.ref_name` variable, it now checks the value of `github.ref` to determine the appropriate build tag. If the ref starts with `refs/tags/`, it sets the build tag to the tag name. If the ref starts with `refs/pull/`, it sets the build tag to `pr-{pull_request_number}`. Otherwise, it sets the build tag to the commit SHA. This change improves the accuracy of the build tag and ensures it reflects the correct reference type.
    mativm02 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c1e90ec View commit details
    Browse the repository at this point in the history
  15. refactor: Update build tag logic in release workflow

    This commit updates the build tag logic in the release workflow to improve accuracy and reflect the correct reference type. It now checks the value of `github.ref` to determine the appropriate build tag. If the ref starts with `refs/tags/`, it sets the build tag to the tag name. If the ref starts with `refs/pull/`, it sets the build tag to `pr-{pull_request_number}`. Otherwise, it sets the build tag to the commit SHA.
    mativm02 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    eeac37f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    666e3ad View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8804bda View commit details
    Browse the repository at this point in the history
  18. refactor: Update build tag logic in release workflow to include borin…

    …gcrypto
    
    This commit updates the build tag logic in the release workflow to include the "boringcrypto" flavor. It modifies the metadata-action step to generate tags with the pattern "v{{major}}.{{minor}}-boringcrypto" and "v{{version}}-boringcrypto" for the "tyk-pump" image. This change ensures that the correct tags are applied to the boringcrypto image during the release process.
    mativm02 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fdb5739 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e77c76c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5ee1f94 View commit details
    Browse the repository at this point in the history