charm-aws-k8s-storage:release_1.28

Last commit made on 2023-08-04
Get this branch:
git clone -b release_1.28 https://git.launchpad.net/charm-aws-k8s-storage

Branch merges

Branch information

Name:
release_1.28
Repository:
lp:charm-aws-k8s-storage

Recent commits

6524ddb... by Adam Dyess

Replace certificates interface with library version (#11)

* replace certificates interface with library version

* upload built charm as an artifact when the gh action runs

* remove node12 deprecation warning in gh action

7ee2780... by Mateo Florido <email address hidden>

Merge pull request #10 from charmed-kubernetes/pin/pydantic

pin pydantic to 1.* release

6ae9230... by Adam Dyess

pin pydantic to 1.* release

373cef6... by Kevin W Monroe

Merge pull request #9 from charmed-kubernetes/bugs/lp2007594/hung-evaluating-manifests

[LP#2007594] State Hung at Evaluating Manifests

88244b3... by Adam Dyess

install, upgrade, config change hooks all should ensure manifests are deployed or retried on failure

2a5d9bc... by Adam Dyess

sync-resources action should mark charm deployed (#8)

* apply fix from LP#2010233

* Apply Fix from LP#2009965

* adjust formatting

007f315... by Adam Dyess

update ops-lib-manifest (#7)

* update ops-lib-manifest

6891815... by Adam Dyess

[LP#1999427] handle ManifestClientErrors which cause hiccups in install and update-status (#6)

* handle ManifestClientErrors which cause hiccups in install and update-status hooks

* adjust codespell and charm building

* update sync and cleanup hooks

* linting

bba0738... by Adam Dyess

update interface-kube-control (#5)

ef0a06d... by George Kraft

Fix relation names in README (#4)

The aws-integrator:clients relation doesn't exist. I pulled the relation names from the [integration test overlay](https://github.com/charmed-kubernetes/aws-k8s-storage/blob/f48e25e02843c3438748adcdc3bc960c9fb89756/tests/data/charm.yaml#L17-L29) which I think should be correct.