Releases: spegel-org/benchmark
Releases · spegel-org/benchmark
v0.0.4
What's Changed
- Bump k8s.io/client-go from 0.30.0 to 0.31.0 by @dependabot in #33
- Bump k8s.io/apimachinery from 0.31.0 to 0.31.1 by @dependabot in #34
- Bump github.com/google/go-containerregistry from 0.19.1 to 0.20.2 by @dependabot in #31
- Bump k8s.io/api from 0.31.0 to 0.31.1 by @dependabot in #35
- Bump github.com/alexflint/go-arg from 1.5.0 to 1.5.1 by @dependabot in #22
- Bump k8s.io/client-go from 0.31.0 to 0.31.1 by @dependabot in #36
- Bump sigs.k8s.io/cli-utils from 0.35.0 to 0.37.2 by @dependabot in #25
- Update to Go v1.23.2 by @phillebaba in #37
- Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible by @dependabot in #38
- Bump golang.org/x/image from 0.11.0 to 0.18.0 by @dependabot in #39
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Changelog
- 43bf0e8 Update linter configuration and fix errors (#17)
- a7a27af Bump github.com/docker/docker (#16)
- 13c3ec5 Update GitHub workflows (#15)
- 330da04 Update Go version (#14)
- ea306d9 Bump goreleaser/goreleaser-action from 5 to 6 (#12)
- 1ef9897 Merge pull request #13 from spegel-org/opentofu
- bd30e6b Test and move to using OpenTofu
- faf7d58 Merge pull request #11 from spegel-org/dependabot/go_modules/github.com/go-logr/logr-1.4.2
- 56e87bf --- updated-dependencies: - dependency-name: github.com/go-logr/logr dependency-type: direct:production update-type: version-update:semver-patch ...
- f27b41b Merge pull request #6 from spegel-org/dependabot/go_modules/github.com/alexflint/go-arg-1.5.0
- 423b96a Merge pull request #4 from spegel-org/dependabot/github_actions/golangci/golangci-lint-action-6
- 6021ea4 Merge pull request #10 from spegel-org/dependabot/github_actions/jaxxstorm/action-install-gh-release-1.12.0
- f0057b9 Bump jaxxstorm/action-install-gh-release from 1.11.0 to 1.12.0
- 23acea9 Bump github.com/alexflint/go-arg from 1.4.3 to 1.5.0
- 86feb51 Bump golangci/golangci-lint-action from 5 to 6
- 31a0e07 Update README
- 386958f Merge pull request #3 from spegel-org/dependabot/github_actions/golangci/golangci-lint-action-5
- b8732ba Bump golangci/golangci-lint-action from 4 to 5
- 49c1873 Run analyze on measurements
- 2aec829 Add baseline results
- 90e7c02 Fix Terraform example
v0.0.2
Changelog
- 2a3d1d7 Update Golang CI lint version
- 03ed9cd Update Go version
- fa49231 Add help to subcommands
- c846455 Replace path by filepath
- 6042b5b Add status logging
- 0b7cc3c Fix json unmarshal keys
- afa22dc Add iterations to generate multiple versions of iamge
- b3c3b2a Add test for layer size
- 41c3938 Merge pull request #2 from spegel-org/dependabot/github_actions/jaxxstorm/action-install-gh-release-1.11.0
- 4d6463c Decrease layer count
- c0b279c Change image version
- 3ffce23 Fix image generate argument
- 9479c8a Add matrix to image generation
- 5061318 Bump jaxxstorm/action-install-gh-release from 1.10.0 to 1.11.0
- d0e9866 Fix push action
- 6761a68 Fix pushed image name
- 4dac22b Add generate github action
v0.0.1
Changelog
- b18e4fb Only trigger release on tags
- 47f5ff9 Fix release token
- 1e8ae42 Add release GitHub action
- 19033f4 Change to using image size instead of layer size
- ed109da Add image generation
- 0038b9b Remove name argument
- 523fe61 Fix unchecked error
- 1e2d04a Change value used to measure pull duration
- 4751cb4 Add test and lint GitHub workflow
- adb88e7 Change VM types
- ea985a6 Fix min max positioning
- 4a94ea7 Set default namespace
- b5de4d4 Add min, max and average
- 6afd557 Fix measurement sorting
- 7b8536f Merge pull request #1 from spegel-org/dependabot/go_modules/github.com/stretchr/testify-1.9.0
- ea95605 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
- 1fc35ba Initial commit