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

chore(release): 1.0.1 [skip ci]

parent 16f4c9b1
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.1](https://gitlab.com/to-be-continuous/s2i/compare/1.0.0...1.0.1) (2024-1-10)


### Bug Fixes

* fix issue when version for s2i is mentionned ([35f08b9](https://gitlab.com/to-be-continuous/s2i/commit/35f08b9f11feab187b0a7b6fb1a098392d07162f))

# 1.0.0 (2023-12-22)


+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
  - project: 'to-be-continuous/s2i'
    ref: '1.0.0'
    ref: '1.0.1'
    file: '/templates/gitlab-ci-s2i.yml'
```

+2 −2
Original line number Diff line number Diff line
@@ -424,7 +424,7 @@ stages:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "s2i", "1.0.0"]
      command: ["--service", "s2i", "1.0.1"]
  before_script:
    - !reference [.s2i-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
@@ -434,7 +434,7 @@ s2i-build:
  extends: .s2i-base
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "s2i", "1.0.0"]
      command: ["--service", "s2i", "1.0.1"]
    - name: $S2I_DIND_IMAGE
      alias: docker
      command: