Skip to content

Releases: GlueOps/pull-request-bot

v0.22.0

03 Dec 00:50
b8d80b7
Compare
Choose a tag to compare

What's Changed

Other 🐛

  • chore(deps): update docker/metadata-action action to v5.6.1 by @public-glueops-renovatebot in #81
  • chore(deps): update python:3.11.10-alpine docker digest to 65c34f5 by @public-glueops-renovatebot in #80
  • chore(deps): update dependency kubernetes to v30 by @public-glueops-renovatebot in #78
  • chore(deps): update actions/checkout digest to 11bd719 by @public-glueops-renovatebot in #75
  • chore(deps): update docker/build-push-action action to v6.10.0 by @public-glueops-renovatebot in #82

New Contributors

  • @public-glueops-renovatebot made their first contribution in #81

Full Changelog: v0.21.0...v0.22.0

v0.21.0

23 Oct 15:40
3929417
Compare
Choose a tag to compare

What's Changed

Enhancements 🎉

Other 🐛

  • chore(deps): update docker/build-push-action action to v6 by @glueops-renovatebot in #72
  • chore(deps): update docker/setup-buildx-action action to v3.7.1 by @glueops-renovatebot in #71
  • chore(deps): update docker/login-action action to v3.3.0 by @glueops-renovatebot in #67
  • chore(deps): update docker/setup-qemu-action digest to 49b3bc8 by @glueops-renovatebot in #66
  • chore(deps): update actions/checkout digest to eef6144 by @glueops-renovatebot in #65
  • chore(deps): update python docker tag to v3.11.10 by @glueops-svc-account in #57

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.0

06 Sep 00:15
c4fdfd1
Compare
Choose a tag to compare

What's Changed

Other 🐛

  • chore(deps): update python:3.11.9-alpine docker digest to 1bcefb9 by @renovate in #48
  • fix: race conditions + support for multiple apps/previews by @venkatamutyala in #49

Full Changelog: v0.19.0...v0.20.0

v0.19.0

05 Aug 19:52
ee231b9
Compare
Choose a tag to compare

What's Changed

Other 🐛

  • chore(deps): update dependency kubernetes to v29 by @renovate in #33
  • chore(deps): update python:3.11.9-alpine docker digest to 700b4aa by @renovate in #47

Full Changelog: v0.18.1...v0.19.0

v0.18.1

17 Jul 22:03
af6a26a
Compare
Choose a tag to compare

What's Changed

Other 🐛

  • chore(deps): update python:3.11.9-alpine docker digest to eb8afe3 by @renovate in #45

Full Changelog: v0.18.0...v0.18.1

v0.18.0

17 Jul 21:54
b328ff5
Compare
Choose a tag to compare

What's Changed

Enhancements 🎉

Full Changelog: v0.17.1...v0.18.0

v0.17.1

18 Jun 00:20
32f60fb
Compare
Choose a tag to compare

What's Changed

Other 🐛

  • chore(deps): update dependency requests to v2.32.2 [security] by @renovate in #43
  • chore(deps): update python:3.11.9-alpine docker digest to e8effbb by @renovate in #41
  • chore(deps): update dependency requests to v2.32.3 by @renovate in #44

Full Changelog: 0.15.0...v0.17.1

v0.17.0

04 Apr 16:41
1b64655
Compare
Choose a tag to compare

v0.16.0

04 Apr 05:28
1b64655
Compare
Choose a tag to compare

Full Changelog: 0.15.0...v0.16.0

v0.15.0

04 Apr 05:14
1b64655
Compare
Choose a tag to compare

🚀 Enhancements

chore(deps): update python:3.11.9-alpine docker digest to 0b5ed25 @renovate (#36)

This PR contains the following updates:

Package Type Update Change
python final digest 5068612 -> 0b5ed25

chore(deps): update python docker tag to v3.11.9 @renovate (#34)

This PR contains the following updates:

Package Type Update Change
python final patch 3.11.8-alpine -> 3.11.9-alpine

feat: switch to using the latest stable version of alpine @venkatamutyala (#35)

Type

enhancement


Description

  • Updated the Dockerfile to use the latest stable version of Alpine (python:3.11.8-alpine) for the base image. This change ensures the application runs on a more secure and up-to-date environment.

Changes walkthrough

Relevant files
Enhancement
Dockerfile
Update Base Image to Latest Stable Alpine Version               

Dockerfile

  • Updated the base image from python:3.11.8-alpine3.19 to
    python:3.11.8-alpine to use the latest stable version of Alpine.
  • +1/-1     

    PR-Agent usage:
    Comment /help on the PR to get a list of all available PR-Agent tools and their descriptions

    🤖 Automatic Updates

    chore(deps): update python:3.11.9-alpine docker digest to 0b5ed25 @renovate (#36)

    This PR contains the following updates:

    Package Type Update Change
    python final digest 5068612 -> 0b5ed25

    chore(deps): update python docker tag to v3.11.9 @renovate (#34)

    This PR contains the following updates:

    Package Type Update Change
    python final patch 3.11.8-alpine -> 3.11.9-alpine