charm-kubernetes-worker:main

Last commit made on 2024-05-17
Get this branch:
git clone -b main https://git.launchpad.net/charm-kubernetes-worker

Branch merges

Branch information

Name:
main
Repository:
lp:charm-kubernetes-worker

Recent commits

ae94ba8... by Adam Dyess

Implement an HttpProvides for the ingress-proxy interface (#171)

* Implement an HttpProvides for the ingress-proxy interface

* Migrate to new inclusive naming action

* Update http_provides.py ensuring Port value is represented as a string

9a32d90... by Adam Dyess

Incorporate azure cloud integration (#170)

* integrate with google cloud provider

* Apply suggestions from code review

Co-authored-by: Kevin W Monroe <email address hidden>

* Incorporate azure cloud integration

* black formatting

* Update requirements.txt

---------

Co-authored-by: Kevin W Monroe <email address hidden>

802d4c8... by Adam Dyess

integrate with google cloud provider (#168)

* integrate with google cloud provider

* Apply suggestions from code review

Co-authored-by: Kevin W Monroe <email address hidden>

---------

Co-authored-by: Kevin W Monroe <email address hidden>

bfaeaec... by Kevin W Monroe

set default snap channel to edge on main branch (#169)

we pin this config on the release_1.xx branches; we should let it track edge on the main branch.

35b1427... by Adam Dyess

Integrate with AWS cloud to appropriately tag worker instances (#165)

* Integrate with AWS cloud to appropriately tag worker instances

* Improved Linting

* Actually skip if the cloud is unsupported

* Wait on the cloud integration if integrated with a cloud and not ready

* Use library from main branch

* Resolve merge lint issue

* use default-branch of interface-aws-integration

d495911... by Mateo Florido <email address hidden>

LP#2052140 Fix Worker ScrapeJobs databag refresh process (#167)

* Add Worker AlertRules

* Fix ScrapeJobs databag refresh process

89cc52c... by Mateo Florido <email address hidden>

LP #2054819 Add AlertRules for Worker's Core Components (#166)

* Add Worker AlertRules

* Add Rule patch

* Update tox.ini

d9bbceb... by Kevin W Monroe

enforce juju >= 3.1 (#163)

246e76b... by Adam Dyess

Handle unready relations with status.on_error (#164)

* Handle unready relations with status.on_error

* linting

* use ops package to reference WaitingStatus and MaintenanceStatus

7237373... by Kevin W Monroe

adding coordinator peer interface (#162)