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

[pull] master from GoogleContainerTools:master #466

Open
wants to merge 327 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 7, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Oct 7, 2021
zhumin8 and others added 29 commits March 29, 2022 11:34
Bump jackson-databind to the latest 2.13.2.2.
Switch and use jackson-bom to manage jackson dependency versions.
* [Gradle Release Plugin] - pre tag commit:  'v0.21.0-core'.

* [Gradle Release Plugin] - new version commit:  'v0.21.1-SNAPSHOT-core'.

Co-authored-by: elefeint <elefeint@users.noreply.github.com>
* Update CHANGELOG for 0.21.0

* Update CHANGELOG.md

* Update CHANGELOG.md
* [Gradle Release Plugin] - pre tag commit:  'v3.2.1-maven'.

* [Gradle Release Plugin] - new version commit:  'v3.2.2-SNAPSHOT-maven'.

Co-authored-by: elefeint <elefeint@users.noreply.github.com>
Bumps com.gradle.plugin-publish from 0.20.0 to 0.21.0.

---
updated-dependencies:
- dependency-name: com.gradle.plugin-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [Gradle Release Plugin] - pre tag commit:  'v3.2.1-gradle'.

* [Gradle Release Plugin] - new version commit:  'v3.2.2-SNAPSHOT-gradle'.

Co-authored-by: elefeint <elefeint@users.noreply.github.com>
* Update CHANGELOG for 3.2.1

* Update CHANGELOG.md

* Update CHANGELOG.md

* update versions in other files

* added transitive jackson-databind change

* minor format
* Update jib-gradle-plugin CHANGELOG for 3.2.1

* add transitive jackson-databind change

* update version in README
Bumps asm from 9.2 to 9.3.

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Update jib-cli CHANGELOG
* [Gradle Release Plugin] - pre tag commit:  'v0.10.0-cli'.

* [Gradle Release Plugin] - new version commit:  'v0.10.1-SNAPSHOT-cli'.

Co-authored-by: mpeddada1 <mpeddada1@users.noreply.github.com>
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.4.0...v4.5.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.5.0...v4.5.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [nullaway](https://github.com/uber/NullAway) from 0.9.6 to 0.9.7.
- [Release notes](https://github.com/uber/NullAway/releases)
- [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
- [Commits](uber/NullAway@v0.9.6...v0.9.7)

---
updated-dependencies:
- dependency-name: com.uber.nullaway:nullaway
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
To fix integration test relying on the latest Jetty.
* remaining javax.servlet instances

* remove accidental comment
Bumps [nullaway](https://github.com/uber/NullAway) from 0.9.6 to 0.9.7.
- [Release notes](https://github.com/uber/NullAway/releases)
- [Changelog](https://github.com/uber/NullAway/blob/master/CHANGELOG.md)
- [Commits](uber/NullAway@v0.9.6...v0.9.7)

---
updated-dependencies:
- dependency-name: com.uber.nullaway:nullaway
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2.2 to 2.13.3.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.13.2 to 2.13.3.
- [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases)
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.13.2...jackson-dataformats-text-2.13.3)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps jackson-datatype-jsr310 from 2.13.2 to 2.13.3.

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mpeddada1 and others added 30 commits September 21, 2023 15:24
* [Gradle Release Plugin] - pre tag commit:  'v3.4.0-maven'.

* [Gradle Release Plugin] - new version commit:  'v3.4.1-SNAPSHOT-maven'.

---------

Co-authored-by: mpeddada1 <mpeddada1@users.noreply.github.com>
* [Gradle Release Plugin] - pre tag commit:  'v0.25.0-core'.

* [Gradle Release Plugin] - new version commit:  'v0.25.1-SNAPSHOT-core'.

---------

Co-authored-by: mpeddada1 <mpeddada1@users.noreply.github.com>
…test Docker (#4172)

* fix: support manifest JSON from latest Docker
Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 1.7.0 to 1.9.0.
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
- [Commits](slsa-framework/slsa-github-generator@v1.7.0...v1.9.0)

---
updated-dependencies:
- dependency-name: slsa-framework/slsa-github-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alice <65933803+alicejli@users.noreply.github.com>
Bumps [JasonEtco/create-an-issue](https://github.com/jasonetco/create-an-issue) from 2.9.1 to 2.9.2.
- [Release notes](https://github.com/jasonetco/create-an-issue/releases)
- [Commits](JasonEtco/create-an-issue@v2.9.1...v2.9.2)

---
updated-dependencies:
- dependency-name: JasonEtco/create-an-issue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…eases (#4203)

* chore: update documentation for jib-core 0.26.0 and plugins 3.4.1 releases
* [Gradle Release Plugin] - pre tag commit:  'v3.4.1-maven'.

* [Gradle Release Plugin] - new version commit:  'v3.4.2-SNAPSHOT-maven'.

---------

Co-authored-by: mpeddada1 <mpeddada1@users.noreply.github.com>
* [Gradle Release Plugin] - pre tag commit:  'v3.4.1-gradle'.

* [Gradle Release Plugin] - new version commit:  'v3.4.2-SNAPSHOT-gradle'.

---------

Co-authored-by: mpeddada1 <mpeddada1@users.noreply.github.com>
* [Gradle Release Plugin] - pre tag commit:  'v0.26.0-core'.

* [Gradle Release Plugin] - new version commit:  'v0.26.1-SNAPSHOT-core'.

---------

Co-authored-by: mpeddada1 <mpeddada1@users.noreply.github.com>
Co-authored-by: Mridula <66699525+mpeddada1@users.noreply.github.com>
…reproducibility issue (#4204)

* Update apache-commons to 1.26.0 and set PAX headers to address build reproducibility issue. 

---------

Co-authored-by: Bjørn Bugge Grathwohl <bjorn.bugge@deondigital.com>
Co-authored-by: Bjørn Bugge Grathwohl <bjornbugge@users.noreply.github.com>
Co-authored-by: Mridula <66699525+mpeddada1@users.noreply.github.com>
* Update CONTRIBUTING.md
Co-authored-by: Mike Eltsufin <meltsufin@google.com>
…ble with Jetty 12+ (#4216)

* fix: modify default entrypoint for WAR containerization to be compatible with Jetty 12+
#4217)

Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.1.0 to 2.1.2.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](gradle/wrapper-validation-action@v1.1.0...v2.1.2)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases)
- [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md)
- [Commits](slsa-framework/slsa-github-generator@v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: slsa-framework/slsa-github-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [Gradle Release Plugin] - pre tag commit:  'v3.4.2-gradle'.

* [Gradle Release Plugin] - new version commit:  'v3.4.3-SNAPSHOT-gradle'.

---------

Co-authored-by: mpeddada1 <mpeddada1@users.noreply.github.com>
* [Gradle Release Plugin] - pre tag commit:  'v3.4.2-maven'.

* [Gradle Release Plugin] - new version commit:  'v3.4.3-SNAPSHOT-maven'.

---------

Co-authored-by: mpeddada1 <mpeddada1@users.noreply.github.com>
* [Gradle Release Plugin] - pre tag commit:  'v0.27.0-core'.

* [Gradle Release Plugin] - new version commit:  'v0.27.1-SNAPSHOT-core'.

---------

Co-authored-by: mpeddada1 <mpeddada1@users.noreply.github.com>
#4243)

Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 2.1.2 to 3.3.2.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](gradle/wrapper-validation-action@v2.1.2...v3.3.2)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…4189)

Bumps [org.apache.maven:maven-compat](https://github.com/apache/maven) from 3.9.3 to 3.9.6.
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.3...maven-3.9.6)

---
updated-dependencies:
- dependency-name: org.apache.maven:maven-compat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [Gradle Release Plugin] - pre tag commit:  'v0.13.0-cli'.

* [Gradle Release Plugin] - new version commit:  'v0.13.1-SNAPSHOT-cli'.

---------

Co-authored-by: mpeddada1 <mpeddada1@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet