Skip to content

Releases: utilitywarehouse/semaphore-policy

v0.2.2

09 Jul 11:19
e50a438
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

23 May 09:38
f60da53
Compare
Choose a tag to compare

What's Changed

  • added dependabot and updated git action dependencies by @asiyani in #20
  • Update Go and Docker deps by @george-angel in #26
  • Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #22
  • Bump dependabot/fetch-metadata from 1.1.1 to 1.3.0 by @dependabot in #30
  • Bump dependabot/fetch-metadata from 1.3.0 to 1.3.1 by @dependabot in #34
  • Bump github/codeql-action from 1 to 2 by @dependabot in #35
  • Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 by @dependabot in #36
  • Bump docker/metadata-action from 3 to 4 by @dependabot in #41
  • Bump docker/build-push-action from 2 to 3 by @dependabot in #40
  • Bump docker/setup-qemu-action from 1 to 2 by @dependabot in #39
  • Bump docker/login-action from 1 to 2 by @dependabot in #38
  • Bump docker/setup-buildx-action from 1 to 2 by @dependabot in #37
  • Bump github.com/hashicorp/go-hclog from 1.2.0 to 1.2.1 by @dependabot in #42
  • Bump dependabot/fetch-metadata from 1.3.1 to 1.3.2 by @dependabot in #47
  • Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 by @dependabot in #45
  • Bump dependabot/fetch-metadata from 1.3.2 to 1.3.3 by @dependabot in #52
  • Bump github.com/hashicorp/go-hclog from 1.2.1 to 1.2.2 by @dependabot in #48
  • Bump k8s.io/client-go from 0.24.2 to 0.24.3 by @dependabot in #49
  • Bump k8s.io/api from 0.24.3 to 0.25.0 by @dependabot in #57
  • Bump github.com/hashicorp/go-hclog from 1.2.2 to 1.3.0 by @dependabot in #56
  • Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 by @dependabot in #55
  • Bump k8s.io/client-go from 0.24.3 to 0.25.0 by @dependabot in #53
  • Bump github.com/hashicorp/go-hclog from 1.3.0 to 1.3.1 by @dependabot in #58
  • Bump k8s.io/api from 0.25.0 to 0.25.2 by @dependabot in #59
  • Bump k8s.io/client-go from 0.25.0 to 0.25.2 by @dependabot in #60
  • Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #62
  • Bump k8s.io/apimachinery from 0.25.2 to 0.25.3 by @dependabot in #63
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #65
  • Bump k8s.io/api from 0.25.2 to 0.25.3 by @dependabot in #66
  • Bump k8s.io/client-go from 0.25.2 to 0.25.3 by @dependabot in #64
  • Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #68
  • Bump k8s.io/api from 0.25.3 to 0.25.4 by @dependabot in #69
  • Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0 by @dependabot in #67
  • Bump k8s.io/client-go from 0.25.3 to 0.25.4 by @dependabot in #70
  • Bump k8s.io/client-go from 0.25.4 to 0.26.0 by @dependabot in #72
  • Bump github.com/hashicorp/go-hclog from 1.3.1 to 1.4.0 by @dependabot in #74
  • Bump k8s.io/apimachinery from 0.26.0 to 0.26.1 by @dependabot in #76
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #80
  • Bump k8s.io/client-go from 0.26.0 to 0.26.1 by @dependabot in #78
  • Bump docker/build-push-action from 3 to 4 by @dependabot in #79
  • Bump k8s.io/apimachinery from 0.26.1 to 0.26.2 by @dependabot in #81
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #83
  • Bump k8s.io/client-go from 0.26.1 to 0.26.2 by @dependabot in #84
  • Bump k8s.io/apimachinery from 0.26.2 to 0.26.3 by @dependabot in #86
  • Bump github.com/hashicorp/go-hclog from 1.4.0 to 1.5.0 by @dependabot in #85
  • Bump k8s.io/client-go from 0.26.2 to 0.26.3 by @dependabot in #87
  • Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #89

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

01 Nov 11:26
8ba62ca
Compare
Choose a tag to compare
  • Migrate to projectcalico api #18
  • GH Actions #19

v0.1.8

05 Jul 09:05
1ce9f8d
Compare
Choose a tag to compare

Avoid error metrics when calico resources are not found (1ce9f8d)

v0.1.7

29 Apr 11:09
cd1e064
Compare
Choose a tag to compare
  • Improve error handling in verifyConn (#13)
  • metrics: initialize counters with 0 value (#14)
  • rename metrics to conform to best practices (#15)