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

chore(release): 1.7.0 [skip ci]

parent c6f10fc2
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.7.0](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.6.1...1.7.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([18576a8](https://gitlab.com/to-be-continuous/gitlab-package/commit/18576a8e74291fa999a37f7a3d6a379b8cc46677))


### Features

* support CA certs provided as file ([c6f10fc](https://gitlab.com/to-be-continuous/gitlab-package/commit/c6f10fc28e616c2b0a297c0a8d0bd59187c78e22))

## [1.6.1](https://gitlab.com/to-be-continuous/gitlab-package/compare/1.6.0...1.6.1) (2026-01-06)


+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.6.1
  - component: $CI_SERVER_FQDN/to-be-continuous/gitlab-package/gitlab-ci-gitlab-package@1.7.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.6.1'
    ref: '1.7.0'
    file: '/templates/gitlab-ci-gitlab-package.yml'

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