Skip to content

Commit

Permalink
Merge branch 'main' into KF-5257-sidecar-rewrite
Browse files Browse the repository at this point in the history
# Conflicts:
#	requirements-integration.txt
#	requirements-unit.txt
#	requirements.txt
  • Loading branch information
ca-scribner committed Mar 20, 2024
2 parents 6730db5 + 338f000 commit 91950a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 304 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
ref: ${{ inputs.source_branch }}

- name: Select charmhub channel
uses: canonical/charming-actions/channel@2.1.1
uses: canonical/charming-actions/channel@2.4.0
id: select-channel
if: ${{ inputs.destination_channel == '' }}

Expand All @@ -84,7 +84,7 @@ jobs:
echo "::set-output name=tag_prefix::$tag_prefix"
- name: Upload charm to charmhub
uses: canonical/charming-actions/upload-charm@2.1.1
uses: canonical/charming-actions/upload-charm@2.4.0
with:
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Release charm to channel
uses: canonical/charming-actions/release-charm@2.1.1
uses: canonical/charming-actions/release-charm@2.4.0
with:
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
301 changes: 0 additions & 301 deletions lib/charms/observability_libs/v0/juju_topology.py

This file was deleted.

2 changes: 2 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ charmed-kubeflow-chisme >= 0.3.0
# from observability_libs.v0.juju_topology.py
cosl
envoy_data_plane==0.2.5
# from observability_libs.v0.juju_topology.py
cosl
# if unpinned causes problems with installation resulting in module 'platform' has no attribute 'dist'
oci-image
ops

0 comments on commit 91950a9

Please sign in to comment.