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

chore(release): 4.8.0 [skip ci]

parent e441cb5f
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [4.8.0](https://gitlab.com/to-be-continuous/php/compare/4.7.1...4.8.0) (2024-08-30)


### Features

* standard TBC secrets decoding ([e441cb5](https://gitlab.com/to-be-continuous/php/commit/e441cb5f1da6b9aa44d91c22acc5ec6dfb989a56))

## [4.7.1](https://gitlab.com/to-be-continuous/php/compare/4.7.0...4.7.1) (2024-05-05)


+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.7.1
  - component: $CI_SERVER_FQDN/to-be-continuous/php/gitlab-ci-php@4.8.0
    # 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.7.1'
    ref: '4.8.0'
    file: '/templates/gitlab-ci-php.yml'

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