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

chore(release): 1.2.1 [skip ci]

## [1.2.1](https://gitlab.com/to-be-continuous/hurl/compare/1.2.0...1.2.1) (2024-05-05)

### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([7ac5754c](https://gitlab.com/to-be-continuous/hurl/commit/7ac5754c07fe161eb556d231968c52cb3abc6f30))
parent 7ac5754c
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.2.1](https://gitlab.com/to-be-continuous/hurl/compare/1.2.0...1.2.1) (2024-05-05)


### Bug Fixes

* **workflow:** disable MR pipeline from prod & integ branches ([7ac5754](https://gitlab.com/to-be-continuous/hurl/commit/7ac5754c07fe161eb556d231968c52cb3abc6f30))

# [1.2.0](https://gitlab.com/to-be-continuous/hurl/compare/1.1.0...1.2.0) (2024-1-27)


+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/hurl/gitlab-ci-hurl@1.2.0
  - component: gitlab.com/to-be-continuous/hurl/gitlab-ci-hurl@1.2.1
    # 2: set/override component inputs
    inputs:
      review-enabled: true # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/hurl'
    ref: '1.2.0'
    ref: '1.2.1'
    file: '/templates/gitlab-ci-hurl.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ hurl:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "hurl", "1.2.0"]
      command: ["--service", "hurl", "1.2.1"]
  stage: acceptance
  before_script:
    - !reference [.hurl-scripts]