Skip to content

Commit

Permalink
Merge pull request #1022 from exasol/develop
Browse files Browse the repository at this point in the history
Changelog:
- Implement a GH workflow(s) which validates correct target branch of PR (#1017)
- #1019: Update Dependencies on top of 8.3.0 (#1020)
  • Loading branch information
tomuben authored Nov 21, 2024
2 parents f2edb41 + 0f1abd1 commit c1a247e
Show file tree
Hide file tree
Showing 21 changed files with 37 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .current_gitmodules

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .github/workflows/validate_pr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Validate PR

on:
pull_request:

jobs:
validate-pr:
runs-on: ubuntu-24.04
steps:
- name: Check master
if: ${{github.base_ref == 'master' && github.ref_name != 'develop'}}
run: echo You must not merge directly to master. Instead merge to 'develop' first. && exit 1
4 changes: 3 additions & 1 deletion doc/changes/changes_9.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ This release uses version 1.0.0 of the container tool.
## Security Issues

- #956: Updated dependencies
- #1006: Updated Dependencies on top of 8.4.0
- #1006: Updated Dependencies on top of 8.3.0
- #1019: Update Dependencies on top of 8.3.0

## Refactorings

Expand Down Expand Up @@ -46,6 +47,7 @@ This release uses version 1.0.0 of the container tool.
- #1002: Use ECR fallback repository for Trivy caching
- #958: Fix conda version conflict
- #1014: Fixed Push Docker Test Container workflow
- #1017: Implemented a GH workflow which validates correct target branch of PR

## Doc

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coreutils|8.32-4.1ubuntu1.2
locales|2.35-0ubuntu3.8
tar|1.34+dfsg-1ubuntu0.1.22.04.2
curl|7.81.0-1ubuntu1.18
curl|7.81.0-1ubuntu1.19
openjdk-11-jdk|11.0.25+9-1ubuntu1~22.04
build-essential|12.9ubuntu3
libpcre3-dev|2:8.39-13ubuntu0.22.04.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
unzip|6.0-26ubuntu3.2
git|1:2.34.1-1ubuntu1.11
libcurl4-openssl-dev|7.81.0-1ubuntu1.18
libcurl4-openssl-dev|7.81.0-1ubuntu1.19
build-essential|12.9ubuntu3
wget|1.21.2-2ubuntu1.1
maven|3.6.3-5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ca-certificates|20240203~22.04.1
python3.10-dev|3.10.12-1~22.04.6
python3.10-dev|3.10.12-1~22.04.7
python3-distutils|3.10.8-1~22.04
curl|7.81.0-1ubuntu1.18
curl|7.81.0-1ubuntu1.19
openjdk-11-jdk-headless|11.0.25+9-1ubuntu1~22.04
chrpath|0.16-2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
coreutils|8.32-4.1ubuntu1.2
locales|2.35-0ubuntu3.8
tar|1.34+dfsg-1ubuntu0.1.22.04.2
curl|7.81.0-1ubuntu1.18
curl|7.81.0-1ubuntu1.19
openjdk-11-jdk|11.0.25+9-1ubuntu1~22.04
build-essential|12.9ubuntu3
libpcre3-dev|2:8.39-13ubuntu0.22.04.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ca-certificates|20240203~22.04.1
curl|7.81.0-1ubuntu1.18
curl|7.81.0-1ubuntu1.19

0 comments on commit c1a247e

Please sign in to comment.