github AlexGustafsson/cupdate v0.17.0-beta.2

pre-releaseone day ago

Thanks to everyone who created feature requests, bug reports and tested fixes. Your help is instrumental to continue to improve Cupdate!

The lists below refer to changes made since v0.17.0-beta.1.

Features

Ignore images using labels

Cupdate can now be configured to ignore images, containers, deployments, any Docker or Kubernetes resource that takes a label.

# deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
  labels:
    app: cupdate
    config.cupdate/ignore: "true"
# ...
# compose.yaml
services:
  cupdate:
    labels:
      - cupdate.config.ignore: "true"
docker run --rm -it --label "cupdate.config.ignore=true" alpine:3

See docs/config for more information.

Improvements and fixes

  • Add backdrop blur to top bar
  • Fix z-index of surface navigation

Full Changelog: v0.17.0-beta.1...v0.17.0-beta.2

Don't miss a new cupdate release

NewReleases is sending notifications on new releases.