Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9eeaae0468 | |||
| 00b069ff45 | |||
| 6583610ca9 | |||
| 40245dc165 | |||
|
ca3b5932fa
|
|||
| 14dede61ff | |||
| 41a6a0a52f | |||
| 3715da79f8 | |||
| 9c55a6e87a |
@@ -1,5 +1,7 @@
|
||||
include:
|
||||
- template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml'
|
||||
- project: unboundsoftware/ci-templates
|
||||
file: Defaults.gitlab-ci.yml
|
||||
- project: unboundsoftware/ci-templates
|
||||
file: Release.gitlab-ci.yml
|
||||
|
||||
|
||||
+26
-2
@@ -2,6 +2,22 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [7.2.18] - 2025-05-12
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(ci)* Update CI configuration for merge request pipelines
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Update python:3.13.3-slim docker digest to f7bc65c
|
||||
- *(deps)* Update python:3.13.3-slim docker digest to 54af0aa
|
||||
- *(deps)* Update python:3.13.3-slim docker digest to 549df74
|
||||
- *(deps)* Update python:3.13.3-slim docker digest to 60248ff
|
||||
- *(deps)* Update dependency robotframework-browser to v19.5.0
|
||||
- *(deps)* Update dependency robotframework-browser to v19.5.1
|
||||
- *(deps)* Update python:3.13.3-slim docker digest to 914bf5c
|
||||
|
||||
## [7.2.17] - 2025-04-10
|
||||
|
||||
### Chore
|
||||
@@ -137,9 +153,18 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add robotframework-browser dependency
|
||||
- Add git-cliff configuration and GitLab CI integration
|
||||
|
||||
### Chore
|
||||
|
||||
- *(deps)* Update dependency robotframework-browser to v19.1.1
|
||||
|
||||
## [7.1.1.1] - 2024-12-11
|
||||
|
||||
### 🚀 Features
|
||||
|
||||
- Add robotframework-browser dependency
|
||||
|
||||
### 🚜 Refactor
|
||||
|
||||
- Remove unnecessary variables and services
|
||||
@@ -154,7 +179,6 @@ All notable changes to this project will be documented in this file.
|
||||
- *(deps)* Update python:3.12-slim-bullseye docker digest to d5fe2b1
|
||||
- *(deps)* Update python:3.12-slim-bullseye docker digest to b05f6e0
|
||||
- *(deps)* Update python:3.12-slim-bullseye docker digest to de274ae
|
||||
- *(deps)* Update dependency robotframework-browser to v19.1.1
|
||||
|
||||
## [7.1.1] - 2024-10-19
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM python:3.13.3-slim@sha256:21e39cf1815802d4c6f89a0d3a166cc67ce58f95b6d1639e68a394c99310d2e5
|
||||
FROM python:3.13.3-slim@sha256:914bf5c12ea40a97a78b2bff97fbdb766cc36ec903bfb4358faf2b74d73b555b
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
robotframework==7.2.2
|
||||
robotframework-browser==19.4.0
|
||||
robotframework-browser==19.5.1
|
||||
robotframework-seleniumlibrary==6.7.1
|
||||
urllib3==2.4.0
|
||||
psycopg2-binary==2.9.10
|
||||
|
||||
Reference in New Issue
Block a user