Commit 5a66f36d authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 4.9.1 [skip ci]

## [4.9.1](https://gitlab.com/to-be-continuous/php/compare/4.9.0...4.9.1) (2025-01-31)

### Bug Fixes

* **sbom:** only generate SBOMs on prod branches, integ branches and release tags ([bebd982e](https://gitlab.com/to-be-continuous/php/commit/bebd982e3eaf27d83f368d782012c4f23eb3bf7a))
parent bebd982e
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [4.9.1](https://gitlab.com/to-be-continuous/php/compare/4.9.0...4.9.1) (2025-01-31)


### Bug Fixes

* **sbom:** only generate SBOMs on prod branches, integ branches and release tags ([bebd982](https://gitlab.com/to-be-continuous/php/commit/bebd982e3eaf27d83f368d782012c4f23eb3bf7a))

# [4.9.0](https://gitlab.com/to-be-continuous/php/compare/4.8.0...4.9.0) (2025-01-27)


+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: $CI_SERVER_FQDN/to-be-continuous/php/gitlab-ci-php@4.9.0
  - component: $CI_SERVER_FQDN/to-be-continuous/php/gitlab-ci-php@4.9.1
    # 2: set/override component inputs
    inputs:
      image: "registry.hub.docker.com/library/php:8-apache" # ⚠ this is only an example
@@ -30,7 +30,7 @@ Add the following to your `.gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/php'
    ref: '4.9.0'
    ref: '4.9.1'
    file: '/templates/gitlab-ci-php.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -468,7 +468,7 @@ stages:
  image: $PHP_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "php", "4.9.0"]
      command: ["--service", "php", "4.9.1"]
  before_script:
    - !reference [.php-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"