Compare commits

..

13 Commits

Author SHA1 Message Date
Unbound Release a23d6e9e3c chore(release): prepare for v7.2.19 2025-05-30 17:19:45 +02:00
Renovate f9d60abc86 chore(deps): update dependency robotframework to v7.3 2025-05-30 15:02:02 +00:00
Renovate 99ce91410c chore(deps): update python:3.13.3-slim docker digest to 56a1136 2025-05-22 13:01:46 +00:00
Renovate fe2c30c5a2 chore(deps): update python:3.13.3-slim docker digest to a14b83d 2025-05-22 10:08:58 +00:00
Unbound Release 9eeaae0468 chore(release): prepare for v7.2.18 2025-05-12 15:17:24 +02:00
Renovate 00b069ff45 chore(deps): update python:3.13.3-slim docker digest to 914bf5c 2025-05-12 14:00:53 +02:00
Renovate 6583610ca9 chore(deps): update dependency robotframework-browser to v19.5.1 2025-05-09 20:00:27 +00:00
Renovate 40245dc165 chore(deps): update dependency robotframework-browser to v19.5.0 2025-05-02 22:00:19 +00:00
argoyle ca3b5932fa chore(ci): update CI configuration for merge request pipelines
Add new include for 'Defaults.gitlab-ci.yml' in the CI 
configuration to streamline the build process. The changes 
ensure that the necessary defaults are applied, improving 
pipeline consistency and maintainability.
2025-05-01 09:24:52 +02:00
Renovate 14dede61ff chore(deps): update python:3.13.3-slim docker digest to 60248ff 2025-04-30 01:08:11 +00:00
Renovate 41a6a0a52f chore(deps): update python:3.13.3-slim docker digest to 549df74 2025-04-29 10:04:44 +00:00
Renovate 3715da79f8 chore(deps): update python:3.13.3-slim docker digest to 54af0aa 2025-04-29 07:01:14 +00:00
Renovate 9c55a6e87a chore(deps): update python:3.13.3-slim docker digest to f7bc65c 2025-04-29 04:05:23 +00:00
4 changed files with 39 additions and 5 deletions
+2
View File
@@ -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
+34 -2
View File
@@ -2,6 +2,30 @@
All notable changes to this project will be documented in this file.
## [7.2.19] - 2025-05-30
### Chore
- *(deps)* Update python:3.13.3-slim docker digest to a14b83d
- *(deps)* Update python:3.13.3-slim docker digest to 56a1136
- *(deps)* Update dependency robotframework to v7.3
## [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 +161,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 +187,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
View File
@@ -1,4 +1,4 @@
FROM python:3.13.3-slim@sha256:21e39cf1815802d4c6f89a0d3a166cc67ce58f95b6d1639e68a394c99310d2e5
FROM python:3.13.3-slim@sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc
ARG TARGETOS
ARG TARGETARCH
+2 -2
View File
@@ -1,5 +1,5 @@
robotframework==7.2.2
robotframework-browser==19.4.0
robotframework==7.3
robotframework-browser==19.5.1
robotframework-seleniumlibrary==6.7.1
urllib3==2.4.0
psycopg2-binary==2.9.10