Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wavesoftware/go-magetasks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: wavesoftware/go-magetasks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 3 commits
  • 35 files changed
  • 1 contributor

Commits on Oct 28, 2021

  1. 🎁 Version ranges are automatically used for release images (#20)

    * Git version ranges
    
    * Version ranges impl.
    
    * Version ranges only for releases
    
    * Configurable resolver
    
    * Fixing Github actions tests
    
    * Switch to github.com/blang/semver/v4
    
    * Don't fail if version isn't semantic
    
    * Support for version ranges even in case on not latest one
    
    * Fixing Trivy complains
    cardil authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    cafaf8e View commit details
    Browse the repository at this point in the history
  2. 🧹 Switch to snyk.io (#23)

    * Switch to snyk.io
    
    * Update deps
    cardil authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    2578dcd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. 🎁 Allow to override version via environmental variables to be used on…

    … CI (#22)
    
    * Introducing version.Resolver type for compatibility with #20
    
    * Impementing knative style version resolver using composite, ordered, and git resolvers.
    
    * Adding additional tests and fixes
    
    * More tests to pinpoint the failure
    
    * Knative version resolver work properly
    
    * Lint fix
    cardil authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    0bd3a66 View commit details
    Browse the repository at this point in the history
Loading