Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ec2 from 1.44 to 1.63 #1658

Merged
merged 4 commits into from Aug 7, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2021

Bumps ec2 from 1.44 to 1.63.

Release notes

Sourced from ec2's releases.

1.63

🚀 New features and improvements

🐛 Bug fixes

📦 Dependency updates

1.62

🐛 Bug fixes

📦 Dependency updates

1.61

🚀 New features and improvements

🐛 Bug fixes

📦 Dependency updates

👻 Maintenance

1.60.1

🐛 Bug fixes

... (truncated)

Changelog

Sourced from ec2's changelog.

Changelog

DEPRECATED

The changelog for new versions is at https://github.com/jenkinsci/ec2-plugin/releases

Version 1.46 (September 25, 2019)

  • Configure release drafter and Dependabot
  • JENKINS-25106 - Support for minimum number of instances
  • JENKINS-58578 - Force private IP also for public subnets
  • JENKINS-59459 - Restore backward compatibility for connection strategy

Version 1.45 (August 9, 2019)

Breaking change !! - A new permission is needed in the iam role (see IAM Setup Section), if you want to launch Windows Agents and use a Generated Admin Password.

Role permission has to be extended with:

"Effect": "Allow",
"Action": [
"ec2:GetPasswordData",
],
"Resource": "*"
  • JENKINS-53952 - Wait for spot instances to get an instance id
  • JENKINS-57215 - Fix stale uptime in EC2RetentionStrategy
  • JENKINS-53322 - Cross-version dom4j compatibility tweaks
  • Fix reconfiguration - Make sure templateDescription is preserved when reconfiguring a node
  • Fix - Only check credentials once a minute
  • Fix - Close stdin streams once shell is deleted
  • Fix - workdir on windows
  • Add - support for retrieving the windows password admin automatically
  • Add - t3a instance support
  • Update dependecies
  • Clean up code
Commits
  • 8862640 [maven-release-plugin] prepare release ec2-1.63
  • 37eb435 Bump bom-2.277.x from 887.vae9c8ac09ff7 to 918.vae501d2cdc99
  • e382b62 Bump plugin from 4.19 to 4.24
  • a1e9788 Bump bouncycastle-api from 2.20 to 2.21 (#638)
  • 2b39c0b Merge pull request #635 from boussaffawalid/bugfix-fix-socket-leak-windows
  • aa06a45 [JENKINS-65127] Support IMDSv2 configuration (#609)
  • e070608 Merge pull request #622 from TalAntR/feature/multiple-delimeters-for-subnet-c...
  • f540561 Bump testcontainers from 1.15.3 to 1.16.0
  • 55ea6c3 Adds new delimeters for subnet configuration: white spaces, comma, semicolon ...
  • ff72d70 Bump git-changelist-maven-extension from 1.0-beta-7 to 1.2
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner August 7, 2021 08:06
@dependabot dependabot bot added the dependencies A PR that updates dependencies - used by Release Drafter label Aug 7, 2021
@dependabot dependabot bot force-pushed the dependabot/maven/org.jenkins-ci.plugins-ec2-1.63 branch 6 times, most recently from aca1edd to 04ee4ff Compare August 7, 2021 11:36
Bumps [ec2](https://github.com/jenkinsci/ec2-plugin) from 1.44 to 1.63.
- [Release notes](https://github.com/jenkinsci/ec2-plugin/releases)
- [Changelog](https://github.com/jenkinsci/ec2-plugin/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/ec2-plugin@ec2-1.44...ec2-1.63)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:ec2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.jenkins-ci.plugins-ec2-1.63 branch from 04ee4ff to e9ac416 Compare August 7, 2021 11:40
Bumps [ec2](https://github.com/jenkinsci/ec2-plugin) from 1.44 to 1.63.
- [Release notes](https://github.com/jenkinsci/ec2-plugin/releases)
- [Changelog](https://github.com/jenkinsci/ec2-plugin/blob/master/CHANGELOG.md)
- [Commits](jenkinsci/ec2-plugin@ec2-1.44...ec2-1.63)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:ec2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.jenkins-ci.plugins-ec2-1.63 branch from e9ac416 to 6fe6763 Compare August 7, 2021 13:49
…thub.com:jenkinsci/configuration-as-code-plugin into dependabot/maven/org.jenkins-ci.plugins-ec2-1.63
@codecov
Copy link

codecov bot commented Aug 7, 2021

Codecov Report

Merging #1658 (2dbaa88) into master (9ba8c49) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #1658   +/-   ##
=========================================
  Coverage     80.64%   80.64%           
  Complexity      820      820           
=========================================
  Files            66       66           
  Lines          2402     2402           
  Branches        340      340           
=========================================
  Hits           1937     1937           
  Misses          356      356           
  Partials        109      109           

@timja timja merged commit 57ac0b9 into master Aug 7, 2021
@timja timja deleted the dependabot/maven/org.jenkins-ci.plugins-ec2-1.63 branch August 7, 2021 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies A PR that updates dependencies - used by Release Drafter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant