Skip to content
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: stefanprodan/kustomizer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.3
Choose a base ref
...
head repository: stefanprodan/kustomizer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 2, 2022

  1. Update Kubernetes packages to v1.25.0

    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    3d02459 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from stefanprodan/kube-1.25

    Update Kubernetes packages to v1.25.0
    stefanprodan authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    3378a47 View commit details
    Browse the repository at this point in the history
  3. Add source and revision metadata to artifacts

    Allow specifying the Git source URL and revision when publishing artifacts
    with `kustomizer push artifact --source --revision`. The Git metadata
    is stored in the OCI artifact manifests as annotations:
    - `org.opencontainers.image.source: <GIT-URL>`
    - `org.opencontainers.image.revision: <GIT-BRANCH|TAG>/<GIT-SHA>`
    
    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    693e1bd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #76 from stefanprodan/opencontainers-annotations

    Add source and revision metadata to artifacts
    stefanprodan authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    dbc30f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Add Flux guide

    Continuous deployment with Kustomizer and Flux
    
    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    d6ed0bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from stefanprodan/docs-fluxcd

    Add Flux guide
    stefanprodan authored Sep 5, 2022
    Configuration menu
    Copy the full SHA
    d91b9cb View commit details
    Browse the repository at this point in the history
Loading