Skip to content

Commit 429148c

Browse files
renovate[bot]iciclespider
authored andcommitted
chore(deps): update dependency kopf to v1.39.0 (#10)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f098be0 commit 429148c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ env:
2626
# This CI job will automatically push new builds to xpkg.upbound.io if the
2727
# XPKG_ACCESS_ID and XPKG_TOKEN secrets are set in the GitHub respository (or
2828
# organization) settings. Create a token at https://accounts.upbound.io.
29-
# XPKG_ACCESS_ID: ${{ secrets.XPKG_ACCESS_ID }}
29+
XPKG_ACCESS_ID: ${{ secrets.XPKG_ACCESS_ID }}
3030

3131
# The package to push, without a version tag. The default matches GitHub. For
3232
# example xpkg.upbound.io/crossplane/function-template-go.
33-
# XPKG: xpkg.upbound.io/${{ github.repository}}
33+
XPKG: xpkg.upbound.io/${{ github.repository}}
3434
CROSSPLANE_REGORG: ghcr.io/${{ github.repository}}
3535

3636
# The PyPi project version to push. The default is v0.0.0+gitdate-gitsha.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
]
2323

2424
[project.optional-dependencies]
25-
packages = ["kopf==1.38.0"]
25+
packages = ["kopf==1.39.0"]
2626
pip-install = ["pip==25.3"]
2727

2828
[project.urls]

0 commit comments

Comments
 (0)