Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
publish-charm:
uses: canonical/charm-ci/.github/workflows/publish-artifacts.yml@v0.0.1-alpha.6
uses: canonical/charm-ci/.github/workflows/publish-artifacts.yml@0eef5b8cbef3ee74907850f790cab64bcf0499e5 # v1.0.0
permissions:
contents: write
actions: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
working-directory: ${{ matrix.charm.working-directory }}
with-uv: true
integration-test:
uses: canonical/charm-ci/.github/workflows/integration-test.yml@v0.0.1-alpha.6
uses: canonical/charm-ci/.github/workflows/integration-test.yml@0eef5b8cbef3ee74907850f790cab64bcf0499e5 # v1.0.0
with:
spread-jobs-include: "integration-test-ci:*"
test-secret-1-name: CLOUDFLARE_ACCOUNT_ID
Expand Down
6 changes: 5 additions & 1 deletion cloudflare-configurator-operator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,17 @@ static = [
]
integration = [
"jubilant==1.11.0",
"opcli @ git+https://github.com/canonical/charm-ci.git@v0.0.1-alpha.3",
"opcli",
"pytest",
]

[tool.uv]
package = false

[tool.uv.sources]
# opcli is published only from the charm-ci git repository, not PyPI.
opcli = { git = "https://github.com/canonical/charm-ci.git", tag = "v1.0.0" }

[tool.ruff]
target-version = "py310"
line-length = 99
Expand Down
41 changes: 3 additions & 38 deletions cloudflare-configurator-operator/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion cloudflared-operator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,18 @@ static = [
]
integration = [
"jubilant==1.11.0",
"opcli @ git+https://github.com/canonical/charm-ci.git@v0.0.1-alpha.3",
"opcli",
"pytest",
"requests",
]

[tool.uv]
package = false

[tool.uv.sources]
# opcli is published only from the charm-ci git repository, not PyPI.
opcli = { git = "https://github.com/canonical/charm-ci.git", tag = "v1.0.0" }

[tool.ruff]
target-version = "py310"
line-length = 99
Expand Down
41 changes: 3 additions & 38 deletions cloudflared-operator/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@
"minor",
"patch"
]
},
{
"groupName": "charm-ci",
"description": "Keep the opcli git dependency (pyproject.toml/uv.lock) and the canonical/charm-ci reusable workflow refs (.github/workflows) in lockstep, since they must always point at the same charm-ci release.",
"matchPackageNames": [
"opcli",
"canonical/charm-ci",
"*charm-ci*"
]
}
],
"schedule": [
Expand Down
Loading