Skip to content
Snippets Groups Projects
  1. Jul 18, 2024
  2. Jun 11, 2024
  3. Jun 04, 2024
  4. Apr 29, 2024
  5. Apr 22, 2024
  6. Apr 18, 2024
  7. Apr 02, 2024
    • GitLab Dependency Bot's avatar
      This is a small breaking change, and while it's not being done in the · 1e9e6d5f
      GitLab Dependency Bot authored
      major milestone, we had no option but to do this, as we had a breaking
      change in the external dependency which we couldn't control. 
      
      All the users for which this particular upgrade to heroku/builder:20
      might be a breaking change are already suffering a breaking change as
      we speak, because Heroku introduced a breaking change into
      heroku/buildpacks:20.
      
      This update will fix the behaviour for most of the use cases. 
      It has approval from PMs and Product Director.
      
      Changelog: fixed
      1e9e6d5f
  8. Dec 01, 2023
  9. Nov 15, 2023
  10. Nov 01, 2023
  11. Oct 16, 2023
  12. Oct 13, 2023
  13. Sep 27, 2023
  14. Sep 07, 2023
  15. Aug 21, 2023
  16. Aug 18, 2023
  17. Aug 04, 2023
  18. Jul 18, 2023
  19. Jul 05, 2023
  20. Jun 29, 2023
  21. Jun 13, 2023
  22. May 23, 2023
  23. Apr 06, 2023
  24. Mar 27, 2023
  25. Mar 06, 2023
  26. Feb 17, 2023
  27. Feb 02, 2023
  28. Oct 20, 2022
  29. Sep 22, 2022
  30. Aug 10, 2022
  31. Aug 04, 2022
  32. May 10, 2022
  33. Mar 10, 2022
  34. Feb 04, 2022
  35. Sep 13, 2021
    • Hordur Freyr Yngvason's avatar
      Add CI/CD variables for Auto Build and Auto Deploy image versions · 89d5502f
      Hordur Freyr Yngvason authored
      By making the versions CI/CD variables, they can be set at the instance
      level, at any group level, at the project level, and at the pipeline
      level.
      
      The main motivation is faster rollbacks of changes to Auto Build and
      Auto Deploy on GitLab.com in the case of an incident, see
      #339033.
      
      For example, to pin the version of auto-deploy-image to v2.12.0 for an
      entire GitLab instance, run:
      
         curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" \
           "https://gitlab.example.com/api/v4/admin/ci/variables" \
           --form "key=AUTO_DEPLOY_IMAGE_VERSION" \
           --form "value=v2.12.0"
      
      Group level variables, and project level variables, can be set in their
      respective CI/CD section of their settings.
      
      Changelog: changed
      89d5502f
  36. Jun 11, 2021
  37. May 12, 2021
  38. Apr 20, 2021
  39. Apr 15, 2021
Loading