Compare commits

...

6 Commits

Author SHA1 Message Date
argoyle d6176ea5ca Merge pull request 'chore(release): prepare for v7.5.2' (#273) from next-release into main
Release / release (push) Successful in 37s
robotframework / build (push) Successful in 2m13s
Reviewed-on: #273
2026-01-30 13:49:48 +00:00
renovate 5977f4ab4b chore(deps): update dependency robotframework-browser to v19.12.4 (#275)
robotframework / build (push) Successful in 56s
Release / release (push) Successful in 45s
2026-01-30 10:12:21 +00:00
argoyle 944eb13776 Merge pull request 'chore: remove unused .gitlab-ci.yml' (#274) from remove-gitlab-ci into main
Release / release (push) Failing after 3m47s
robotframework / build (push) Successful in 17m56s
Reviewed-on: #274
2026-01-23 14:56:09 +00:00
argoyle c27d2c488d chore: remove unused .gitlab-ci.yml
robotframework / build (pull_request) Successful in 15m23s
No longer needed after migration to Gitea Actions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 14:33:31 +01:00
releaser 523b700d07 chore(release): prepare for v7.5.2
robotframework / build (pull_request) Successful in 4m15s
chore(release): prepare for v7.5.2

chore(release): prepare for v7.5.2

chore(release): prepare for v7.5.2

chore(release): prepare for v7.5.2

chore(release): prepare for v7.5.2
2026-01-17 02:15:40 +00:00
renovate 17faed3668 chore(deps): update python:3.14.2-slim docker digest to 9b81fe9 (#272)
robotframework / build (push) Successful in 55s
Release / release (push) Successful in 1m17s
2026-01-17 02:14:38 +00:00
5 changed files with 14 additions and 21 deletions
-18
View File
@@ -1,18 +0,0 @@
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
stages:
- build
image: buildtool/build-tools:${BUILDTOOLS_VERSION}
build:
stage: build
script:
- build
- push
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "v7.5.1"
"version": "v7.5.2"
}
+11
View File
@@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
## [7.5.2] - 2026-01-30
### ⚙️ Miscellaneous Tasks
- Remove unused .gitlab-ci.yml
### Chore
- *(deps)* Update python:3.14.2-slim docker digest to 9b81fe9 (#272)
- *(deps)* Update dependency robotframework-browser to v19.12.4 (#275)
## [7.5.1] - 2026-01-14
### Chore
+1 -1
View File
@@ -1,4 +1,4 @@
FROM python:3.14.2-slim@sha256:1f741aef81d09464251f4c52c83a02f93ece0a636db125d411bd827bf381a763
FROM python:3.14.2-slim@sha256:9b81fe9acff79e61affb44aaf3b6ff234392e8ca477cb86c9f7fd11732ce9b6a
ARG TARGETOS
ARG TARGETARCH
+1 -1
View File
@@ -1,5 +1,5 @@
robotframework==7.4.1
robotframework-browser==19.12.3
robotframework-browser==19.12.4
robotframework-seleniumlibrary==6.8.0
urllib3==2.6.3
psycopg[binary]==3.3.2