Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 06:34
· 17 commits to master since this release
db766c7

Release mode: pool!

Changelog

  • db766c7 Merge pull request #28 from gamoutatsumi/pool-agent
  • 24a02a3 add return err to reloadConfig()
  • 0624a24 unify stadium to host in log parameter
  • 6c13561 fix wg.Add() bad usage
  • a1e9b3e fix fuzzy function name and add comment
  • e7fe1bb unify error handling
  • b3e1865 add pool-agent architecture diagram
  • 68e5151 add reset metrics value
  • 71448cd fix metrics label
  • bed4cae fix set zero value
  • 47c42b5 add allocate failed binary metrics
  • 542c28b fix staticcheck error
  • 3bd0a3d fix golint errors
  • 0edc793 fix gauge metrics
  • 29c4551 fix panic
  • 93ff98e remove log metrics
  • d47b25d fix logging
  • 0c3c8bb add hostname to metrics
  • 05b14a3 fix error handling
  • 5a7ae2c update pool-agent/README.md
  • 222fb2a export metrics to textfile
  • 3c24860 provide prometheus metrics from pool-agent
  • d29242f fix already stopped instance error
  • d9dd806 fix panic on create mode
  • e214990 use context timeout
  • c2a3e22 add disabled flavor condition
  • e13dda7 fix failed allocated metrics labels
  • a9ea052 deleteInstance use etag
  • 36ac3b8 add failed allocate count metrics
  • 800269e add instance flavor metrics
  • 1e6566e get newest image hash from newer container
  • fd09118 run go mod tidy
  • 2424d2c remove image-server cache
  • 6c4e126 add: delete dust pooled runners
  • 05acf17 use image server by lxd protocol
  • 422d05d wip: get newest image from image-server
  • 8154b66 wip: check container config
  • 046c2c7 wip: delete old image containers from pool
  • abb91c0 remove ephemeral flag
  • caa72d5 remove debug log
  • fbbb674 single worker agent
  • 4a78eff get host resources from lxdclient
  • 58b9b3e setting LXD_IMAGE_ALIAS from config file
  • 8de0bfb change timeout duration
  • 92d51e0 Add status label to shoes_lxd_multi_lxd_instance
  • 736c749 Exclude frozen instances from shoes_lxd_multi_lxd_host_usage_{cpu,memory}
  • bc67e9b add comments
  • 070abe8 configured by toml format
  • ab74d7a Add document about LXD_MULTI_MODE
  • ba3948e Add doc comments for suppress lints
  • 8d829c5 Add pool-agent to test target
  • aae239b Implement pool mode
  • 6df6153 Merge pull request #37 from gamoutatsumi/publish_parse_image_alias
  • e4289a6 publish function parseAlias