Commit 41941a98 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent d2dee4ed
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.4.0](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.3.3...1.4.0) (2025-07-24)


### Features

* configurable [@url](https://gitlab.com/url)@ timeout ([d2dee4e](https://gitlab.com/to-be-continuous/gitlab-package/commit/d2dee4edabf95d9a5675f648e55d0da6cbfde2f0))

## [1.3.3](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.3.2...1.3.3) (2025-07-05)


+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: $CI_SERVER_FQDN/to-be-continuous/gitlab-package/gitlab-ci-gitlab-package@1.3.3
  - component: $CI_SERVER_FQDN/to-be-continuous/gitlab-package/gitlab-ci-gitlab-package@1.4.0
    # 2: set/override component inputs
    inputs:
      files: "build/*.tgz" # ⚠ 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/gitlab-package'
    ref: '1.3.3'
    ref: '1.4.0'
    file: '/templates/gitlab-ci-gitlab-package.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -336,7 +336,7 @@ glpkg-publish:
  stage: publish
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "gitlab-package", "1.3.3"]
      command: ["--service", "gitlab-package", "1.4.0"]
  before_script:
    - !reference [.packages-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"