8000 Comparing 1.37.4...1.37.5 · nolar/kopf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: nolar/kopf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.37.4
Choose a base ref
...
head repository: nolar/kopf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.37.5
Choose a head ref
  • 18 commits
  • 16 files changed
  • 2 contributors

Commits on Sep 14, 2023

  1. Add WebHookDockerDesktopServer

    Docker Desktop now uses the host.docker.internal host address and this
    can be used to help develop hooks locally in a fashion similar to k3d
    and Minikube.
    
    Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch>
    sgaist committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    726f625 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Handle event refs with no apiVersion/kind fields at all

    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    da5e5fb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Install setuptools, upgrade pip & wheel in all CI steps

    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    6f277dc View commit details
    Browse the repository at this point in the history
  2. Upgrade GitHub actions (setup-python and checkout)

    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    3da828b View commit details
    Browse the repository at this point in the history
  3. Upgrade pre-commit repos

    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    e4cc3b4 View commit details
    Browse the repository at this point in the history
  4. Trim spaces in CI YAMLs for Python checks with extras installed

    Otherwise, it registers in GitHub with trailing spaces for regular (no-extra) versions — because of how the YAML rendering is done. And then, the PRs become blocked since the name "Python 3.8" does not match "Python 3.8 " (with a space) — which is difficult to defined and notice in the GitHub UI.
    
    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    702c89f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1160 from nolar/setuptools-and-co

    Fix the numerous failures in CI: setuptools (python 3.8/3.9), pre-commit, import-linter
    nolar authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    cf98d88 View commit details
    Browse the repository at this point in the history
  6. Upgrade Ubuntu to 24.04 in CI jobs

    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    df0d29e View commit details
    Browse the repository at this point in the history
  7. Pin the oscrypto with the merged but unreleased hotfix for CI Ubuntu …

    …24.04
    
    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Mar 7, 2025
    Configuration menu
    Copy the full SHA
    d1fe513 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1139 from nolar/upgrade-ubuntu

    Upgrade Ubuntu in CI (and pin oscrypto to an unreleased bugfix)
    nolar authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    af6e882 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Switch to PyPI trusted publisher tokens

    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    b925613 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1161 from nolar/pypi-trusted-publisher

    Switch to PyPI trusted publisher tokens
    nolar authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    51911fe View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Merge pull request #1151 from nolar/optional-apiversion-in-events

    Handle event refs with no apiVersion/kind fields at all
    nolar authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    dc2961b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9f1834 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into dev_dockerdesktop

    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    caa8b60 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1054 from sgaist/dev_dockerdesktop

    Add WebHookDockerDesktopServer
    nolar authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    2df0431 View commit details
    Browse the repository at this point in the history
  5. Put the GitHub Actions permissions into the proper place

    Signed-off-by: Sergey Vasilyev <nolar@nolar.info>
    nolar committed Mar 22, 2025
    Configuration menu
    Copy the full SHA
    b769e9d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1162 from nolar/proper-trusted-publishing

    Put the GitHub Actions permissions into the proper place
    nolar authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    f2eba97 View commit details
    Browse the repository at this point in the history
Loading
0