[jenkinsci/hashicorp-vault-plugin] d49bf7: JENKINS-73398: Support credential snapshots (#334)
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: d49bf7441aa330cb717640075c4d74a5047e7878 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/d49bf7441aa330cb717640075c4d74a5047e7878 Author: Michael Tughan Date: 2024-08-22 (Thu, 22 Aug 2024) Changed paths: M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultSSHUserPrivateKeyImpl.java M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultStringCredentialImpl.java M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultUsernamePasswordCredentialImpl.java Log Message: --- JENKINS-73398: Support credential snapshots (#334) To unsubscribe from these emails, change your notification settings at https://github.com/jenkinsci/hashicorp-vault-plugin/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/48134f-d49bf7%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/tags/364.vf5d54b_3dc313 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/tags/364.vf5d54b_3dc313/00-f5d54b%40github.com.
[jenkinsci/hashicorp-vault-plugin] f5d54b: Adds support for using job-specific policies (#223)
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: f5d54b3dc313b540011887dc420e6cd0488fe24d https://github.com/jenkinsci/hashicorp-vault-plugin/commit/f5d54b3dc313b540011887dc420e6cd0488fe24d Author: Brian Saville Date: 2023-11-21 (Tue, 21 Nov 2023) Changed paths: M README.md M src/main/java/com/datapipe/jenkins/vault/VaultAccessor.java M src/main/java/com/datapipe/jenkins/vault/configuration/VaultConfiguration.java M src/main/java/com/datapipe/jenkins/vault/credentials/AbstractAuthenticatingVaultTokenCredential.java M src/main/java/com/datapipe/jenkins/vault/credentials/AbstractVaultTokenCredential.java M src/main/java/com/datapipe/jenkins/vault/credentials/AbstractVaultTokenCredentialWithExpiration.java M src/main/java/com/datapipe/jenkins/vault/credentials/VaultCredential.java M src/main/resources/com/datapipe/jenkins/vault/configuration/VaultConfiguration/config.jelly A src/main/resources/com/datapipe/jenkins/vault/configuration/VaultConfiguration/help-disableChildPoliciesOverride.html A src/main/resources/com/datapipe/jenkins/vault/configuration/VaultConfiguration/help-policies.html M src/main/resources/com/datapipe/jenkins/vault/credentials/VaultAppRoleCredential/credentials.jelly A src/main/resources/com/datapipe/jenkins/vault/credentials/VaultAppRoleCredential/help-usePolicies.html M src/main/resources/com/datapipe/jenkins/vault/credentials/VaultAwsIamCredential/credentials.jelly A src/main/resources/com/datapipe/jenkins/vault/credentials/VaultAwsIamCredential/help-usePolicies.html M src/main/resources/com/datapipe/jenkins/vault/credentials/VaultGCPCredential/credentials.jelly A src/main/resources/com/datapipe/jenkins/vault/credentials/VaultGCPCredential/help-usePolicies.html M src/main/resources/com/datapipe/jenkins/vault/credentials/VaultGithubTokenCredential/credentials.jelly A src/main/resources/com/datapipe/jenkins/vault/credentials/VaultGithubTokenCredential/help-usePolicies.html M src/main/resources/com/datapipe/jenkins/vault/credentials/VaultKubernetesCredential/credentials.jelly A src/main/resources/com/datapipe/jenkins/vault/credentials/VaultKubernetesCredential/help-usePolicies.html A src/test/java/com/datapipe/jenkins/vault/VaultAccessorTest.java M src/test/java/com/datapipe/jenkins/vault/credentials/AbstractAuthenticatingVaultTokenCredentialTest.java M src/test/java/com/datapipe/jenkins/vault/credentials/AbstractVaultTokenCredentialWithExpirationTest.java M src/test/java/com/datapipe/jenkins/vault/it/VaultConfigurationIT.java Log Message: --- Adds support for using job-specific policies (#223) * Fixes #214, adds support for separating job policies * Add configuration to credentials to enable using limited policies * Fix handling of TTL in child tokens * Add ability to disable folders or jobs from overriding policies * Use StringSubstitutor for templating policies * Fix flaky test - Co-authored-by: saville -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/af8c16-f5d54b%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/tags/363.va_f8c1627db_b_a Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/tags/363.va_f8c1627db_b_a/00-af8c16%40github.com.
[jenkinsci/hashicorp-vault-plugin] af8c16: Make sure token does not expire within 10 seconds ...
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: af8c1627dbba4c7dcf904a87d410e1b1b3fe143b https://github.com/jenkinsci/hashicorp-vault-plugin/commit/af8c1627dbba4c7dcf904a87d410e1b1b3fe143b Author: Brian Saville Date: 2023-11-17 (Fri, 17 Nov 2023) Changed paths: M src/main/java/com/datapipe/jenkins/vault/credentials/AbstractVaultTokenCredentialWithExpiration.java Log Message: --- Make sure token does not expire within 10 seconds instead of 2 (#268) Co-authored-by: saville -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/8dfe40-af8c16%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/tags/362.v8dfe4061f29e Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/tags/362.v8dfe4061f29e/00-8dfe40%40github.com.
[jenkinsci/hashicorp-vault-plugin] 8dfe40: Raise exception when access is denied instead of s...
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 8dfe4061f29ec3c5f12c0b582330a3dc547d692b https://github.com/jenkinsci/hashicorp-vault-plugin/commit/8dfe4061f29ec3c5f12c0b582330a3dc547d692b Author: Brian Saville Date: 2023-11-14 (Tue, 14 Nov 2023) Changed paths: M src/main/java/com/datapipe/jenkins/vault/VaultAccessor.java M src/test/java/com/datapipe/jenkins/vault/VaultBuildWrapperTest.java Log Message: --- Raise exception when access is denied instead of silently failing (#257) Co-authored-by: saville -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/44fea4-8dfe40%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/tags/361.v44fea_4fc08d9 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/tags/361.v44fea_4fc08d9/00-44fea4%40github.com.
[jenkinsci/hashicorp-vault-plugin] 44fea4: [JENKINS-71788] Fix timing of `SecretPatterns.getA...
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 44fea4fc08d90080a273567c21c45eb403eca04f https://github.com/jenkinsci/hashicorp-vault-plugin/commit/44fea4fc08d90080a273567c21c45eb403eca04f Author: Jesse Glick Date: 2023-09-11 (Mon, 11 Sep 2023) Changed paths: M src/main/java/com/datapipe/jenkins/vault/log/MaskingConsoleLogFilter.java Log Message: --- [JENKINS-71788] Fix timing of `SecretPatterns.getAggregateSecretPattern` (#314) * [JENKINS-71788] Fix timing of `SecretPatterns.getAggregateSecretPattern` * Protect against possible race condition -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/0a1c04-44fea4%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.7.0 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.7.0/84ebfb-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 60d8a0: Bump checkstyle from 8.31 to 10.8.0
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.8.0 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 60d8a00127f8e50d8a0a4cafafb2df2871700f15 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/60d8a00127f8e50d8a0a4cafafb2df2871700f15 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-02-27 (Mon, 27 Feb 2023) Changed paths: M pom.xml Log Message: --- Bump checkstyle from 8.31 to 10.8.0 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.31 to 10.8.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.31...checkstyle-10.8.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.8.0/00-60d8a0%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-aws-java-sdk-1.12.397-362.v050e9394cf8e Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-aws-java-sdk-1.12.397-362.v050e9394cf8e/2941da-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 486267: Bump aws-java-sdk
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-aws-java-sdk-1.12.406-370.v8f993c987059 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 4862677f4ebf5223be533c3378519db6cde8624a https://github.com/jenkinsci/hashicorp-vault-plugin/commit/4862677f4ebf5223be533c3378519db6cde8624a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-02-20 (Mon, 20 Feb 2023) Changed paths: M pom.xml Log Message: --- Bump aws-java-sdk Bumps [aws-java-sdk](https://github.com/jenkinsci/aws-java-sdk-plugin) from 1.12.246-349.v96b_b_f7eb_a_c3c to 1.12.406-370.v8f993c987059. - [Release notes](https://github.com/jenkinsci/aws-java-sdk-plugin/releases) - [Changelog](https://github.com/jenkinsci/aws-java-sdk-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/aws-java-sdk-plugin/commits/1.12.406-370.v8f993c987059) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:aws-java-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-aws-java-sdk-1.12.406-370.v8f993c987059/00-486267%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.5 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.5/2fe13c-00%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.54 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.54/40efc8-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 715c39: Bump git-changelist-maven-extension from 1.4 to 1.6
Branch: refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.6 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 715c3973763bb104b0d656f8afdf91874b3f608f https://github.com/jenkinsci/hashicorp-vault-plugin/commit/715c3973763bb104b0d656f8afdf91874b3f608f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-02-20 (Mon, 20 Feb 2023) Changed paths: M .mvn/extensions.xml Log Message: --- Bump git-changelist-maven-extension from 1.4 to 1.6 Bumps [git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.4 to 1.6. - [Release notes](https://github.com/jenkinsci/incrementals-tools/releases) - [Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.4...parent-1.6) --- updated-dependencies: - dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.6/00-715c39%40github.com.
[jenkinsci/hashicorp-vault-plugin] 1c68a8: Bump plugin from 4.46 to 4.55
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.55 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 1c68a8972fb94208c0b5c2c6dccc7c839da50293 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/1c68a8972fb94208c0b5c2c6dccc7c839da50293 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-02-20 (Mon, 20 Feb 2023) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.46 to 4.55 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.46 to 4.55. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.46...plugin-4.55) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.55/00-1c68a8%40github.com.
[jenkinsci/hashicorp-vault-plugin] 2fe13c: Bump git-changelist-maven-extension from 1.4 to 1.5
Branch: refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.5 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 2fe13cce43e799b2893e36c0d7ce076ade2db148 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/2fe13cce43e799b2893e36c0d7ce076ade2db148 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-02-13 (Mon, 13 Feb 2023) Changed paths: M .mvn/extensions.xml Log Message: --- Bump git-changelist-maven-extension from 1.4 to 1.5 Bumps [git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.4 to 1.5. - [Release notes](https://github.com/jenkinsci/incrementals-tools/releases) - [Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.4...parent-1.5) --- updated-dependencies: - dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.5/00-2fe13c%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-aws-java-sdk-1.12.287-357.vf82d85a_6eefd Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-aws-java-sdk-1.12.287-357.vf82d85a_6eefd/5829be-00%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.6.0 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.6.0/109ef5-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 2941da: Bump aws-java-sdk
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-aws-java-sdk-1.12.397-362.v050e9394cf8e Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 2941dac1b61d6fdd5983a65b19f0bc1de1fed9a8 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/2941dac1b61d6fdd5983a65b19f0bc1de1fed9a8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-02-06 (Mon, 06 Feb 2023) Changed paths: M pom.xml Log Message: --- Bump aws-java-sdk Bumps [aws-java-sdk](https://github.com/jenkinsci/aws-java-sdk-plugin) from 1.12.246-349.v96b_b_f7eb_a_c3c to 1.12.397-362.v050e9394cf8e. - [Release notes](https://github.com/jenkinsci/aws-java-sdk-plugin/releases) - [Changelog](https://github.com/jenkinsci/aws-java-sdk-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/aws-java-sdk-plugin/commits/1.12.397-362.v050e9394cf8e) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:aws-java-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-aws-java-sdk-1.12.397-362.v050e9394cf8e/00-2941da%40github.com.
[jenkinsci/hashicorp-vault-plugin] 84ebfb: Bump checkstyle from 8.31 to 10.7.0
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.7.0 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 84ebfb860832870f48a4b299daf7cbffe70bdf6d https://github.com/jenkinsci/hashicorp-vault-plugin/commit/84ebfb860832870f48a4b299daf7cbffe70bdf6d Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-02-06 (Mon, 06 Feb 2023) Changed paths: M pom.xml Log Message: --- Bump checkstyle from 8.31 to 10.7.0 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.31 to 10.7.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.31...checkstyle-10.7.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.7.0/00-84ebfb%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/tags/360.v0a_1c04cf807d Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/tags/360.v0a_1c04cf807d/00-0a1c04%40github.com.
[jenkinsci/hashicorp-vault-plugin] 0a1c04: Mark logger as transient (#285)
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 0a1c04cf807da08a74dcf499865fa96ee8dbae39 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/0a1c04cf807da08a74dcf499865fa96ee8dbae39 Author: Philipp Dallig Date: 2023-02-02 (Thu, 02 Feb 2023) Changed paths: M src/main/java/com/datapipe/jenkins/vault/VaultBuildWrapper.java Log Message: --- Mark logger as transient (#285) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/2da3b4-0a1c04%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.53 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.53/1bb307-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 40efc8: Bump plugin from 4.46 to 4.54
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.54 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 40efc80e6ec03402e24f36669ed919edf075a268 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/40efc80e6ec03402e24f36669ed919edf075a268 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-01-23 (Mon, 23 Jan 2023) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.46 to 4.54 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.46 to 4.54. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.46...plugin-4.54) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.54/00-40efc8%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0/d6f6fb-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 2b70ca: Bump maven-checkstyle-plugin from 3.1.2 to 3.2.1
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.1 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 2b70cacf050adfcca6788b8c83bdab697ba32646 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/2b70cacf050adfcca6788b8c83bdab697ba32646 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-01-16 (Mon, 16 Jan 2023) Changed paths: M pom.xml Log Message: --- Bump maven-checkstyle-plugin from 3.1.2 to 3.2.1 Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.1. - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases) - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.1/00-2b70ca%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.5.0 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.5.0/ea4e0a-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 109ef5: Bump checkstyle from 8.31 to 10.6.0
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.6.0 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 109ef5ba579827417f017630cb1618614ec717dc https://github.com/jenkinsci/hashicorp-vault-plugin/commit/109ef5ba579827417f017630cb1618614ec717dc Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2023-01-02 (Mon, 02 Jan 2023) Changed paths: M pom.xml Log Message: --- Bump checkstyle from 8.31 to 10.6.0 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.31 to 10.6.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.31...checkstyle-10.6.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.6.0/00-109ef5%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.52 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.52/7ddf2d-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 1bb307: Bump plugin from 4.46 to 4.53
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.53 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 1bb3077399e325ecf4297272709141abe3d8d113 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/1bb3077399e325ecf4297272709141abe3d8d113 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-12-12 (Mon, 12 Dec 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.46 to 4.53 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.46 to 4.53. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.46...plugin-4.53) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.53/00-1bb307%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.51 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.51/1fba3d-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 7ddf2d: Bump plugin from 4.46 to 4.52
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.52 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 7ddf2daa11c458d0b5b70788ae2b8d46768633c8 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/7ddf2daa11c458d0b5b70788ae2b8d46768633c8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-12-05 (Mon, 05 Dec 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.46 to 4.52 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.46 to 4.52. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.46...plugin-4.52) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.52/00-7ddf2d%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.4 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.4/ca75da-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] ea4e0a: Bump checkstyle from 8.31 to 10.5.0
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.5.0 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: ea4e0a5b294e501341b1a534ba739e8fb7420b68 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/ea4e0a5b294e501341b1a534ba739e8fb7420b68 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-11-28 (Mon, 28 Nov 2022) Changed paths: M pom.xml Log Message: --- Bump checkstyle from 8.31 to 10.5.0 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.31 to 10.5.0. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.31...checkstyle-10.5.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.5.0/00-ea4e0a%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.testcontainers-vault-1.17.5 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.testcontainers-vault-1.17.5/ceb173-00%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.50 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.50/e218a0-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 1dcec8: Bump vault from 1.15.2 to 1.17.6
Branch: refs/heads/dependabot/maven/org.testcontainers-vault-1.17.6 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 1dcec899b20c5631bd0760b31a0510a0d7963fd8 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/1dcec899b20c5631bd0760b31a0510a0d7963fd8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-11-21 (Mon, 21 Nov 2022) Changed paths: M pom.xml Log Message: --- Bump vault from 1.15.2 to 1.17.6 Bumps [vault](https://github.com/testcontainers/testcontainers-java) from 1.15.2 to 1.17.6. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.2...1.17.6) --- updated-dependencies: - dependency-name: org.testcontainers:vault dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.testcontainers-vault-1.17.6/00-1dcec8%40github.com.
[jenkinsci/hashicorp-vault-plugin] 1fba3d: Bump plugin from 4.46 to 4.51
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.51 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 1fba3ddbadcddc917db7734f9c5c9484a3d08b81 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/1fba3ddbadcddc917db7734f9c5c9484a3d08b81 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-11-21 (Mon, 21 Nov 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.46 to 4.51 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.46 to 4.51. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.46...plugin-4.51) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.51/00-1fba3d%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.49 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.49/263aec-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] e218a0: Bump plugin from 4.46 to 4.50
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.50 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: e218a03080367543ff622e0d8f4f9435c770fbb0 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/e218a03080367543ff622e0d8f4f9435c770fbb0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-11-14 (Mon, 14 Nov 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.46 to 4.50 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.46 to 4.50. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.46...plugin-4.50) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.50/00-e218a0%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.4 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.4/605718-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] ca75da: Bump checkstyle from 8.31 to 10.4
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.4 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: ca75dadfdc673e5c6a63e2f747484985b6515991 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/ca75dadfdc673e5c6a63e2f747484985b6515991 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-10-31 (Mon, 31 Oct 2022) Changed paths: M pom.xml Log Message: --- Bump checkstyle from 8.31 to 10.4 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.31 to 10.4. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.31...checkstyle-10.4) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.4/00-ca75da%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.48 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.48/4a8f54-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 263aec: Bump plugin from 4.46 to 4.49
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.49 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 263aecfd2e7444808267b8a1991a225dde94713b https://github.com/jenkinsci/hashicorp-vault-plugin/commit/263aecfd2e7444808267b8a1991a225dde94713b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-10-31 (Mon, 31 Oct 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.46 to 4.49 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.46 to 4.49. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.46...plugin-4.49) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.49/00-263aec%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/tags/359.v2da_3b_45f17d5 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/tags/359.v2da_3b_45f17d5/00-2da3b4%40github.com.
[jenkinsci/hashicorp-vault-plugin] 2da3b4: fix: add transient modifier to AbstractVaultBaseSt...
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 2da3b45f17d5fa150145a0a7548fd01645e7bfd0 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/2da3b45f17d5fa150145a0a7548fd01645e7bfd0 Author: Kyle Cronin Date: 2022-10-19 (Wed, 19 Oct 2022) Changed paths: M src/main/java/com/datapipe/jenkins/vault/credentials/common/AbstractVaultBaseStandardCredentials.java A src/test/java/com/datapipe/jenkins/vault/credentials/common/AbstractVaultBaseStandardCredentialsTest.java Log Message: --- fix: add transient modifier to AbstractVaultBaseStandardCredentials context field (#265) Add `transient` modifier to `AbstractVaultBaseStandardCredentials#context` field. This excludes the ItemGroup context field from serialization when jenkins configuration is saved. This field is injected by VaultCredentialsProvider when credentials are resolved. Fixes #264 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/a9c014-2da3b4%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.testcontainers-vault-1.17.4 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.testcontainers-vault-1.17.4/deb554-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] ceb173: Bump vault from 1.15.2 to 1.17.5
Branch: refs/heads/dependabot/maven/org.testcontainers-vault-1.17.5 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: ceb17302cd5559a5f620d4a64150609aeab594d3 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/ceb17302cd5559a5f620d4a64150609aeab594d3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-10-10 (Mon, 10 Oct 2022) Changed paths: M pom.xml Log Message: --- Bump vault from 1.15.2 to 1.17.5 Bumps [vault](https://github.com/testcontainers/testcontainers-java) from 1.15.2 to 1.17.5. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.2...1.17.5) --- updated-dependencies: - dependency-name: org.testcontainers:vault dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.testcontainers-vault-1.17.5/00-ceb173%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.testcontainers-vault-1.17.3 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.testcontainers-vault-1.17.3/9df43e-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] deb554: Bump vault from 1.15.2 to 1.17.4
Branch: refs/heads/dependabot/maven/org.testcontainers-vault-1.17.4 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: deb554ae911d88190976146280274d7a3341c854 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/deb554ae911d88190976146280274d7a3341c854 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-10-03 (Mon, 03 Oct 2022) Changed paths: M pom.xml Log Message: --- Bump vault from 1.15.2 to 1.17.4 Bumps [vault](https://github.com/testcontainers/testcontainers-java) from 1.15.2 to 1.17.4. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.15.2...1.17.4) --- updated-dependencies: - dependency-name: org.testcontainers:vault dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.testcontainers-vault-1.17.4/00-deb554%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47/037b27-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 4a8f54: Bump plugin from 4.46 to 4.48
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.48 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 4a8f54c126d547330c0c238ff6ed7775dce5f6d0 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/4a8f54c126d547330c0c238ff6ed7775dce5f6d0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-10-03 (Mon, 03 Oct 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.46 to 4.48 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.46 to 4.48. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.46...plugin-4.48) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.48/00-4a8f54%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.3 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.3/f7c6a3-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 605718: Bump checkstyle from 8.31 to 10.3.4
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.4 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 6057183264be22ca113c516e769217d7bb5f1efd https://github.com/jenkinsci/hashicorp-vault-plugin/commit/6057183264be22ca113c516e769217d7bb5f1efd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-09-26 (Mon, 26 Sep 2022) Changed paths: M pom.xml Log Message: --- Bump checkstyle from 8.31 to 10.3.4 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.31 to 10.3.4. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.31...checkstyle-10.3.4) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.4/00-605718%40github.com.
[jenkinsci/hashicorp-vault-plugin] 5829be: Bump aws-java-sdk
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-aws-java-sdk-1.12.287-357.vf82d85a_6eefd Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 5829be3ddde155a8cec53d2622584bb3b8d09a76 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/5829be3ddde155a8cec53d2622584bb3b8d09a76 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-08-29 (Mon, 29 Aug 2022) Changed paths: M pom.xml Log Message: --- Bump aws-java-sdk Bumps [aws-java-sdk](https://github.com/jenkinsci/aws-java-sdk-plugin) from 1.12.246-349.v96b_b_f7eb_a_c3c to 1.12.287-357.vf82d85a_6eefd. - [Release notes](https://github.com/jenkinsci/aws-java-sdk-plugin/releases) - [Changelog](https://github.com/jenkinsci/aws-java-sdk-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/aws-java-sdk-plugin/commits) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:aws-java-sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-aws-java-sdk-1.12.287-357.vf82d85a_6eefd/00-5829be%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.2 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.2/96b433-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] f7c6a3: Bump checkstyle from 8.31 to 10.3.3
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.3 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: f7c6a35a38cfe9b0feec6e8094488c690d8a75f1 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/f7c6a35a38cfe9b0feec6e8094488c690d8a75f1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-08-29 (Mon, 29 Aug 2022) Changed paths: M pom.xml Log Message: --- Bump checkstyle from 8.31 to 10.3.3 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.31 to 10.3.3. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.31...checkstyle-10.3.3) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.3/00-f7c6a3%40github.com.
[jenkinsci/hashicorp-vault-plugin] d6f6fb: Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: d6f6fb92d548a3e87bc4a6388224ec1218ef1e9c https://github.com/jenkinsci/hashicorp-vault-plugin/commit/d6f6fb92d548a3e87bc4a6388224ec1218ef1e9c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-08-29 (Mon, 29 Aug 2022) Changed paths: M pom.xml Log Message: --- Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases) - [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.2.0/00-d6f6fb%40github.com.
[jenkinsci/hashicorp-vault-plugin] 037b27: Bump plugin from 4.46 to 4.47
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 037b27507a5c9fbb86b560f60d49b4f226e8bdf7 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/037b27507a5c9fbb86b560f60d49b4f226e8bdf7 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-08-22 (Mon, 22 Aug 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.46 to 4.47 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.46 to 4.47. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.46...plugin-4.47) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.47/00-037b27%40github.com.
[jenkinsci/hashicorp-vault-plugin] a9c014: Bump plugin from 4.45 to 4.46 (#251)
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: a9c014c8f0749b4553b71f28db14724bf0571cde https://github.com/jenkinsci/hashicorp-vault-plugin/commit/a9c014c8f0749b4553b71f28db14724bf0571cde Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-08-16 (Tue, 16 Aug 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.45 to 4.46 (#251) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/05ff59-a9c014%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.46 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.46/41d6a8-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 41d6a8: Bump plugin from 4.45 to 4.46
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.46 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 41d6a8c68c545f50c45f1e8d4b4e44340184e6f0 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/41d6a8c68c545f50c45f1e8d4b4e44340184e6f0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-08-15 (Mon, 15 Aug 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.45 to 4.46 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.45 to 4.46. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.45...plugin-4.46) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.46/00-41d6a8%40github.com.
[jenkinsci/hashicorp-vault-plugin] 05ff59: Bump plugin from 4.44 to 4.45 (#249)
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 05ff5971d7c5a208034a343dfdde47611c9092a4 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/05ff5971d7c5a208034a343dfdde47611c9092a4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-08-03 (Wed, 03 Aug 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.44 to 4.45 (#249) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/ed1881-05ff59%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.45 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.45/b005a4-00%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.1 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.1/c8d618-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 96b433: Bump checkstyle from 8.31 to 10.3.2
Branch: refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.2 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 96b4337c4146775f5df04d7788b2d6ad8e281b2f https://github.com/jenkinsci/hashicorp-vault-plugin/commit/96b4337c4146775f5df04d7788b2d6ad8e281b2f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-08-01 (Mon, 01 Aug 2022) Changed paths: M pom.xml Log Message: --- Bump checkstyle from 8.31 to 10.3.2 Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.31 to 10.3.2. - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.31...checkstyle-10.3.2) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/com.puppycrawl.tools-checkstyle-10.3.2/00-96b433%40github.com.
[jenkinsci/hashicorp-vault-plugin] b005a4: Bump plugin from 4.44 to 4.45
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.45 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: b005a4a2371929e402d7361f678266db1fef2ced https://github.com/jenkinsci/hashicorp-vault-plugin/commit/b005a4a2371929e402d7361f678266db1fef2ced Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-08-01 (Mon, 01 Aug 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.44 to 4.45 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.44 to 4.45. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.44...plugin-4.45) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.45/00-b005a4%40github.com.
[jenkinsci/hashicorp-vault-plugin] 101151: Create jenkins-security-scan.yml
Branch: refs/heads/jetersen-patch-1 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 101151a1f8168d071d4eb18593972ede87aff42e https://github.com/jenkinsci/hashicorp-vault-plugin/commit/101151a1f8168d071d4eb18593972ede87aff42e Author: Joseph Petersen Date: 2022-07-27 (Wed, 27 Jul 2022) Changed paths: A .github/workflows/jenkins-security-scan.yml Log Message: --- Create jenkins-security-scan.yml -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/jetersen-patch-1/00-101151%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/tags/356.ved18810a_b_828 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/tags/356.ved18810a_b_828/00-ed1881%40github.com.
[jenkinsci/hashicorp-vault-plugin] ed1881: Fix the 'Test Connection' Button (#244)
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: ed18810ab8289c606753d70b01a30fa8aacd4336 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/ed18810ab8289c606753d70b01a30fa8aacd4336 Author: jamesrobson-secondmind <43956559+jamesrobson-secondm...@users.noreply.github.com> Date: 2022-07-27 (Wed, 27 Jul 2022) Changed paths: M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultHelper.java Log Message: --- Fix the 'Test Connection' Button (#244) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/3b38d7-ed1881%40github.com.
[jenkinsci/hashicorp-vault-plugin] 3b38d7: [SECURITY-2593]
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 3b38d767aba8bd98d6f4fb53c1f1678d95b5e752 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/3b38d767aba8bd98d6f4fb53c1f1678d95b5e752 Author: Joseph Petersen Date: 2022-07-26 (Tue, 26 Jul 2022) Changed paths: M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultCertificateCredentialsImpl.java M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultFileCredentialImpl.java M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultGCRLoginImpl.java M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultSSHUserPrivateKeyImpl.java M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultStringCredentialImpl.java M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultUsernamePasswordCredentialImpl.java M src/main/resources/com/datapipe/jenkins/vault/credentials/common/VaultCertificateCredentialsImpl/credentials.jelly M src/main/resources/com/datapipe/jenkins/vault/credentials/common/VaultFileCredentialImpl/credentials.jelly M src/main/resources/com/datapipe/jenkins/vault/credentials/common/VaultGCRLoginImpl/credentials.jelly M src/main/resources/com/datapipe/jenkins/vault/credentials/common/VaultSSHUserPrivateKeyImpl/credentials.jelly M src/main/resources/com/datapipe/jenkins/vault/credentials/common/VaultStringCredentialImpl/credentials.jelly M src/main/resources/com/datapipe/jenkins/vault/credentials/common/VaultUsernamePasswordCredentialImpl/credentials.jelly Log Message: --- [SECURITY-2593] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/db858f-3b38d7%40github.com.
[jenkinsci/hashicorp-vault-plugin] 3b38d7: [SECURITY-2593]
Branch: refs/tags/355.v3b_38d767a_b_a_8 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 3b38d767aba8bd98d6f4fb53c1f1678d95b5e752 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/3b38d767aba8bd98d6f4fb53c1f1678d95b5e752 Author: Joseph Petersen Date: 2022-07-26 (Tue, 26 Jul 2022) Changed paths: M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultCertificateCredentialsImpl.java M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultFileCredentialImpl.java M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultGCRLoginImpl.java M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultSSHUserPrivateKeyImpl.java M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultStringCredentialImpl.java M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultUsernamePasswordCredentialImpl.java M src/main/resources/com/datapipe/jenkins/vault/credentials/common/VaultCertificateCredentialsImpl/credentials.jelly M src/main/resources/com/datapipe/jenkins/vault/credentials/common/VaultFileCredentialImpl/credentials.jelly M src/main/resources/com/datapipe/jenkins/vault/credentials/common/VaultGCRLoginImpl/credentials.jelly M src/main/resources/com/datapipe/jenkins/vault/credentials/common/VaultSSHUserPrivateKeyImpl/credentials.jelly M src/main/resources/com/datapipe/jenkins/vault/credentials/common/VaultStringCredentialImpl/credentials.jelly M src/main/resources/com/datapipe/jenkins/vault/credentials/common/VaultUsernamePasswordCredentialImpl/credentials.jelly Log Message: --- [SECURITY-2593] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/tags/355.v3b_38d767a_b_a_8/00-3b38d7%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/tags/354.vdb_858fd6b_f48 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/tags/354.vdb_858fd6b_f48/00-db858f%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.44 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.44/2cf1b9-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] db858f: Bump plugin from 4.42 to 4.44 (#247)
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: db858fd6bf48b0784598b8f1b12d006c8d6dec98 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/db858fd6bf48b0784598b8f1b12d006c8d6dec98 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-07-26 (Tue, 26 Jul 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.42 to 4.44 (#247) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/987330-db858f%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.43.1 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.43.1/7a878a-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 2cf1b9: Bump plugin from 4.42 to 4.44
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.44 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 2cf1b969f688a372df8b52de877ebff6238a17bb https://github.com/jenkinsci/hashicorp-vault-plugin/commit/2cf1b969f688a372df8b52de877ebff6238a17bb Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-07-26 (Tue, 26 Jul 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.42 to 4.44 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.42 to 4.44. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.42...plugin-4.44) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.44/00-2cf1b9%40github.com.
[jenkinsci/hashicorp-vault-plugin] 987330: Bump bom-2.303.x from 1478.v81d3dc4f9a_43 to 1500....
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 98733020d6396599e413276e0f209a97d191615a https://github.com/jenkinsci/hashicorp-vault-plugin/commit/98733020d6396599e413276e0f209a97d191615a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-07-25 (Mon, 25 Jul 2022) Changed paths: M pom.xml Log Message: --- Bump bom-2.303.x from 1478.v81d3dc4f9a_43 to 1500.ve4d05cd32975 (#246) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/4406e7-987330%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.303.x-1500.ve4d05cd32975 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.303.x-1500.ve4d05cd32975/b19746-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 4406e7: Bump git-changelist-maven-extension from 1.3 to 1....
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 4406e744968ad72ad4661a188ec9d8c272ecb6e6 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/4406e744968ad72ad4661a188ec9d8c272ecb6e6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-07-25 (Mon, 25 Jul 2022) Changed paths: M .mvn/extensions.xml Log Message: --- Bump git-changelist-maven-extension from 1.3 to 1.4 (#245) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/dbf83a-4406e7%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.4 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.4/0de6cf-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 0de6cf: Bump git-changelist-maven-extension from 1.3 to 1.4
Branch: refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.4 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 0de6cf08db87370c3b4031ebc67d9db682524482 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/0de6cf08db87370c3b4031ebc67d9db682524482 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-07-25 (Mon, 25 Jul 2022) Changed paths: M .mvn/extensions.xml Log Message: --- Bump git-changelist-maven-extension from 1.3 to 1.4 Bumps [git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.3 to 1.4. - [Release notes](https://github.com/jenkinsci/incrementals-tools/releases) - [Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.3...parent-1.4) --- updated-dependencies: - dependency-name: io.jenkins.tools.incrementals:git-changelist-maven-extension dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.incrementals-git-changelist-maven-extension-1.4/00-0de6cf%40github.com.
[jenkinsci/hashicorp-vault-plugin] b19746: Bump bom-2.303.x from 1478.v81d3dc4f9a_43 to 1500....
Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.303.x-1500.ve4d05cd32975 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: b19746c66091571051013515588e04823a66cde3 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/b19746c66091571051013515588e04823a66cde3 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-07-25 (Mon, 25 Jul 2022) Changed paths: M pom.xml Log Message: --- Bump bom-2.303.x from 1478.v81d3dc4f9a_43 to 1500.ve4d05cd32975 Bumps [bom-2.303.x](https://github.com/jenkinsci/bom) from 1478.v81d3dc4f9a_43 to 1500.ve4d05cd32975. - [Release notes](https://github.com/jenkinsci/bom/releases) - [Commits](https://github.com/jenkinsci/bom/commits) --- updated-dependencies: - dependency-name: io.jenkins.tools.bom:bom-2.303.x dependency-type: direct:production ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.303.x-1500.ve4d05cd32975/00-b19746%40github.com.
[jenkinsci/hashicorp-vault-plugin] 7a878a: Bump plugin from 4.42 to 4.43.1
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.43.1 Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 7a878a2edaa7b56deb8941c6638c6b66f2473704 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/7a878a2edaa7b56deb8941c6638c6b66f2473704 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-07-18 (Mon, 18 Jul 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.42 to 4.43.1 Bumps [plugin](https://github.com/jenkinsci/plugin-pom) from 4.42 to 4.43.1. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.42...plugin-4.43.1) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.43.1/00-7a878a%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/tags/351.vdb_f83a_1c6a_9d Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/tags/351.vdb_f83a_1c6a_9d/00-dbf83a%40github.com.
[jenkinsci/hashicorp-vault-plugin] dbf83a: Use SecretPatterns API (#219)
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: dbf83a1c6a9d7ef27959304104b49cd0ee1cc9ed https://github.com/jenkinsci/hashicorp-vault-plugin/commit/dbf83a1c6a9d7ef27959304104b49cd0ee1cc9ed Author: Kyle Cronin Date: 2022-07-12 (Tue, 12 Jul 2022) Changed paths: M README.md M pom.xml M src/main/java/com/datapipe/jenkins/vault/credentials/VaultTokenCredentialBinding.java M src/main/java/com/datapipe/jenkins/vault/log/MaskingConsoleLogFilter.java M src/test/java/com/datapipe/jenkins/vault/log/MaskingConsoleLogFilterSpec.java Log Message: --- Use SecretPatterns API (#219) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/a991d1-dbf83a%40github.com.
[jenkinsci/hashicorp-vault-plugin] a991d1: ensure ssh private key ends with newline (#213)
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: a991d19aa0fa3fdd3f71d41ef29e750dd6bbf2d0 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/a991d19aa0fa3fdd3f71d41ef29e750dd6bbf2d0 Author: Kyle Cronin Date: 2022-07-12 (Tue, 12 Jul 2022) Changed paths: M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultSSHUserPrivateKeyBinding.java M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultSSHUserPrivateKeyImpl.java Log Message: --- ensure ssh private key ends with newline (#213) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/c56495-a991d1%40github.com.
[jenkinsci/hashicorp-vault-plugin] c56495: fixes SECURITY-2521 (#221)
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: c564958154e5b2eccb2423b0aaabd01b928f71fc https://github.com/jenkinsci/hashicorp-vault-plugin/commit/c564958154e5b2eccb2423b0aaabd01b928f71fc Author: Joseph Petersen Date: 2022-07-12 (Tue, 12 Jul 2022) Changed paths: M src/main/java/com/datapipe/jenkins/vault/credentials/VaultTokenFileCredential.java Log Message: --- fixes SECURITY-2521 (#221) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/bd8521-c56495%40github.com.
[jenkinsci/hashicorp-vault-plugin] bd8521: Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 (...
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: bd852167e20a744964985787fa2c52bfa4b86344 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/bd852167e20a744964985787fa2c52bfa4b86344 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-07-12 (Tue, 12 Jul 2022) Changed paths: M pom.xml Log Message: --- Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2 (#235) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/086130-bd8521%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.2 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.apache.maven.plugins-maven-checkstyle-plugin-3.1.2/8f9af5-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 086130: Bump aws-java-sdk from 1.11.955 to 1.12.246-349.v9...
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 08613010b05d74bce611c3dfa1758ab89614f354 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/08613010b05d74bce611c3dfa1758ab89614f354 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-07-12 (Tue, 12 Jul 2022) Changed paths: M pom.xml Log Message: --- Bump aws-java-sdk from 1.11.955 to 1.12.246-349.v96b_b_f7eb_a_c3c (#232) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/9814f9-086130%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-aws-java-sdk-1.12.246-349.v96b_b_f7eb_a_c3c Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-aws-java-sdk-1.12.246-349.v96b_b_f7eb_a_c3c/fc514c-00%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.42 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/org.jenkins-ci.plugins-plugin-4.42/45c20d-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 9814f9: Bump plugin from 4.40 to 4.42 (#231)
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 9814f96aed58bdba7427e842f59f3584edd654e0 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/9814f96aed58bdba7427e842f59f3584edd654e0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-07-12 (Tue, 12 Jul 2022) Changed paths: M pom.xml Log Message: --- Bump plugin from 4.40 to 4.42 (#231) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/bc3c0d-9814f9%40github.com.
[jenkinsci/hashicorp-vault-plugin] bc3c0d: Bump bom-2.303.x from 1472.vb_65d893c9a_b_6 to 147...
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: bc3c0db92501ddebcc092af84e959cb8e016a376 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/bc3c0db92501ddebcc092af84e959cb8e016a376 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2022-07-12 (Tue, 12 Jul 2022) Changed paths: M pom.xml Log Message: --- Bump bom-2.303.x from 1472.vb_65d893c9a_b_6 to 1478.v81d3dc4f9a_43 (#230) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/3958ec-bc3c0d%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.303.x-1478.v81d3dc4f9a_43 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/maven/io.jenkins.tools.bom-bom-2.303.x-1478.v81d3dc4f9a_43/76b685-00%40github.com.
[jenkinsci/hashicorp-vault-plugin] 3958ec: Ensure vault access only takes place from the cont...
Branch: refs/heads/master Home: https://github.com/jenkinsci/hashicorp-vault-plugin Commit: 3958ecc111c2233ce0cb2c8e02c5683f85823871 https://github.com/jenkinsci/hashicorp-vault-plugin/commit/3958ecc111c2233ce0cb2c8e02c5683f85823871 Author: jamesrobson-secondmind <43956559+jamesrobson-secondm...@users.noreply.github.com> Date: 2022-07-12 (Tue, 12 Jul 2022) Changed paths: M pom.xml M src/main/java/com/datapipe/jenkins/vault/credentials/common/VaultHelper.java Log Message: --- Ensure vault access only takes place from the controller (#228) -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/master/228dd8-3958ec%40github.com.
[jenkinsci/hashicorp-vault-plugin]
Branch: refs/heads/dependabot/github_actions/actions/checkout-3.0.2 Home: https://github.com/jenkinsci/hashicorp-vault-plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/hashicorp-vault-plugin/push/refs/heads/dependabot/github_actions/actions/checkout-3.0.2/19396a-00%40github.com.