charm-k8s-telegraf:master

Last commit made on 2021-05-14
Get this branch:
git clone -b master https://git.launchpad.net/charm-k8s-telegraf
Members of Telegraf Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:charm-k8s-telegraf

Recent commits

d9639e2... by Laurent Sesquès

Dockerfile: use CMD instead of ENTRYPOINT, rewrite config when restarted (to use with pebble / sidecar charms), bump golang version, install ca-certificates package

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-k8s-telegraf/+git/charm-k8s-telegraf/+merge/402758
Reviewed-by: Tom Haddon <email address hidden>

3a7f941... by Laurent Sesquès

Dockerfile: use CMD instead of ENTRYPOINT, rewrite config when restarted (to use iwith pebble / sidecar charms), bump golang version, install ca-certificates package

f45cd5a... by Laurent Sesquès

Add functional tests

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-k8s-telegraf/+git/charm-k8s-telegraf/+merge/393340
Reviewed-by: Benjamin Allot <email address hidden>
Reviewed-by: John Lenton <email address hidden>

50baf3f... by Laurent Sesquès

Makefile: remove potential duplicate / from path

d1aee90... by Tom Haddon

Add icon

Reviewed-on: https://code.launchpad.net/~mthaddon/charm-k8s-telegraf/+git/charm-k8s-telegraf/+merge/393595
Reviewed-by: Benjamin Allot <email address hidden>

2b260f5... by Benjamin Allot

Use $(lastword)

$(MAKEFILE_LIST) is a list of all the Makefile called before, included
other Makefiles executed through `make -C`.
$(lastword) makes sure we use only this one.

d9183ca... by Benjamin Allot

Build the charm archive in ${CHARM_BUILD_DIR} and add missing slash

9a26279... by Tom Haddon

Add icon

589f635... by Laurent Sesquès

Makefile simplifications, small code clarifications and bug reference added for functional tests

4f624f9... by Laurent Sesquès

remove /venv from .jujuignore (it's not ignored anyway)

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-k8s-telegraf/+git/charm-k8s-telegraf/+merge/393383
Reviewed-by: Tom Haddon <email address hidden>