File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ parameters:
1717 description : " If true, the success pipeline will be executed."
1818
1919orbs :
20- toolkit : jerus-org/circleci-toolkit@1.5 .0
20+ toolkit : jerus-org/circleci-toolkit@1.11 .0
2121
2222executors :
2323 rust-env :
@@ -46,6 +46,13 @@ workflows:
4646 - not : << pipeline.parameters.success-flag >>
4747 - << pipeline.parameters.validation-flag >>
4848 jobs :
49+ - toolkit/label :
50+ min_rust_version : << pipeline.parameters.min-rust-version >>
51+ context : pcu-app
52+ filters :
53+ branches :
54+ only :
55+ - main
4956 - toolkit/required_builds :
5057 min_rust_version : << pipeline.parameters.min-rust-version >>
5158 - toolkit/test_doc_build :
@@ -66,7 +73,6 @@ workflows:
6673 - bot-check
6774 ssh_fingerprint : << pipeline.parameters.fingerprint >>
6875 min_rust_version : << pipeline.parameters.min-rust-version >>
69- label_option : true
7076
7177 on_success :
7278 when :
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ Unreleased]
9+
10+ ### Fixed
11+
12+ - update renovate config to enable jerus-org/circleci-toolkit and add sourceUrl(pr [ #50 ] )
13+
814## [ 0.2.8] - 2024-09-14
915
1016### Changed
@@ -95,6 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
95101[ #47 ] : https://github.com/jerus-org/lambda_sqs/pull/47
96102[ #48 ] : https://github.com/jerus-org/lambda_sqs/pull/48
97103[ #49 ] : https://github.com/jerus-org/lambda_sqs/pull/49
104+ [ #50 ] : https://github.com/jerus-org/lambda_sqs/pull/50
105+ [ Unreleased ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.8...HEAD
98106[ 0.2.8 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.7...v0.2.8
99107[ 0.2.7 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.6...v0.2.7
100108[ 0.2.6 ] : https://github.com/jerus-org/lambda_sqs/compare/v0.2.5...v0.2.6
Original file line number Diff line number Diff line change 77 "matchPackagePatterns" : [
88 " jerus-org/circleci-toolkit"
99 ],
10- "enabled" : false
10+ "sourceUrl" : " https://github.com/jerus-org/circleci-toolkit" ,
11+ "enabled" : true
1112 },
1213 {
1314 "packagePatterns" : [
You can’t perform that action at this time.
0 commit comments