Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
6e90c84
feat: COS 3.0
MichaelThamm Jun 3, 2026
11efdce
Merge branch 'main' into feat/cos-3.0
MichaelThamm Jun 4, 2026
e8f857e
Merge remote-tracking branch 'origin/main' into feat/cos-3.0
MichaelThamm Jun 5, 2026
58b7893
chore: Default risks to stable
MichaelThamm Jun 8, 2026
bc9075f
Merge branch 'main' into feat/cos-3.0
MichaelThamm Jun 10, 2026
c3c3548
Merge remote-tracking branch 'origin/main' into feat/cos-3.0
MichaelThamm Jun 19, 2026
ed6f81e
Merge branch 'main' into feat/cos-3.0
MichaelThamm Jun 22, 2026
86dfc0a
Merge branch 'main' into feat/cos-3.0
MichaelThamm Jul 1, 2026
9cdbb79
chore
MichaelThamm Jul 1, 2026
e2dd11b
chore
MichaelThamm Jul 1, 2026
d6e8468
fix: Add base inputs to applications (#432)
MichaelThamm Jul 1, 2026
871d04a
chore
MichaelThamm Jul 1, 2026
56344cf
chore
MichaelThamm Jul 1, 2026
08421ec
chore
MichaelThamm Jul 1, 2026
20c71dd
chore
MichaelThamm Jul 1, 2026
61b9849
chore
MichaelThamm Jul 1, 2026
3918736
Merge branch 'track/3.0' into feat/cos-3.0
MichaelThamm Jul 1, 2026
08a325f
chore
MichaelThamm Jul 1, 2026
7af28c5
chore
MichaelThamm Jul 1, 2026
5bc266c
chore
MichaelThamm Jul 1, 2026
23ed0a5
chore
MichaelThamm Jul 1, 2026
d580814
chore
MichaelThamm Jul 6, 2026
1bc80ab
chore
MichaelThamm Jul 6, 2026
b919e35
chore
MichaelThamm Jul 6, 2026
425095f
chore
MichaelThamm Jul 6, 2026
1172963
chore
MichaelThamm Jul 6, 2026
12e92de
chore
MichaelThamm Jul 6, 2026
73f371f
chore
MichaelThamm Jul 6, 2026
a533028
chore
MichaelThamm Jul 6, 2026
a3401f3
chore
MichaelThamm Jul 6, 2026
e69072f
chore
MichaelThamm Jul 6, 2026
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
249 changes: 0 additions & 249 deletions .github/actions/deploy-cos/action.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
options:
- cos
- cos_lite
- cos_dev
runner:
description: 'The runner label to use for the job.'
type: choice
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,3 @@ jobs:
with:
product: cos
runner: self-hosted-linux-amd64-noble-xlarge
test-integration-cos-dev:
name: COS Dev Terraform integration
needs: [test-unit]
uses: canonical/observability-stack/.github/workflows/_integration.yml@main
with:
product: cos_dev
runner: self-hosted-linux-amd64-noble-large
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fmt: format-terraform format-terraform-docs

# Run unit tests
[group("Unit")]
unit: (unit-test "cos") (unit-test "cos-lite") (unit-test "cos-dev")
unit: (unit-test "cos") (unit-test "cos-lite")

# Lint the Github workflows
[group("Lint")]
Expand Down
Loading
Loading