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

chore(release): 1.3.1 [skip ci]

parent d7ea86c9
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.3.1](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.3.0...1.3.1) (2025-06-13)


### Bug Fixes

* replace deprecated Docker Hub registry FQDN ([d7ea86c](https://gitlab.com/to-be-continuous/gitlab-package/commit/d7ea86c9c0a88a636255b89083085a4b75194c18))

# [1.3.0](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.2.2...1.3.0) (2025-01-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: $CI_SERVER_FQDN/to-be-continuous/gitlab-package/gitlab-ci-gitlab-package@1.3.0
  - component: $CI_SERVER_FQDN/to-be-continuous/gitlab-package/gitlab-ci-gitlab-package@1.3.1
    # 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.0'
    ref: '1.3.1'
    file: '/templates/gitlab-ci-gitlab-package.yml'

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