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

chore(release): 2.2.0 [skip ci]

parent bb6546f2
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [2.2.0](https://gitlab.com/to-be-continuous/mobsf/compare/2.1.3...2.2.0) (2023-12-8)


### Features

* use centralized tracking image (gitlab.com) ([ea0c3e2](https://gitlab.com/to-be-continuous/mobsf/commit/ea0c3e27aec735115b4ae0d853cbb5efb71e4744))

## [2.1.3](https://gitlab.com/to-be-continuous/mobsf/compare/2.1.2...2.1.3) (2023-10-16)


+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/mobsf'
    ref: '2.1.3'
    ref: '2.2.0'
    file: '/templates/gitlab-ci-mobsf.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@ stages:
  image: $MOBSF_CLIENT_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "mobsf", "2.1.3"]
      command: ["--service", "mobsf", "2.2.0"]
  before_script:
    - !reference [.mobsf-scripts]
    - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"