Releases: bitnami/charts-syncer
Releases · bitnami/charts-syncer
v2.1.0
Changelog
- 8024eb7 Adding skipImages option (#218)
- a423b5b Create dependabot.yml
- 52f5c7e Update README.md (#221)
- ed6eb16 Update README.md with logging instructions (#232)
- f4a79d5 Update copyright year
- 623f00f Update test config to do an OCI to OCI sync (#230)
- 2932b98 chore(deps): bump actions/checkout from 2 to 4 (#225)
- 091cc60 chore(deps): bump actions/setup-go from 4 to 5 (#226)
- 0cab3e4 chore(deps): bump azure/setup-helm from 3.5 to 4 (#228)
- e075682 chore(deps): bump azure/setup-helm from 4.2.0 to 4.3.0 (#233)
- adf0f12 chore(deps): bump docker/login-action from 1 to 3 (#227)
- 6aa59ba chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in the go_modules group across 1 directory (#234)
- 549f34c chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#224)
- a24c2f6 chore(deps): bump the go_modules group across 1 directory with 2 updates (#229)
- 563c9b8 chore: remove gcr image publishing (#235)
v2.0.2
v2.0.1
v2.0.0
Changelog
- 77968fe Add a MaxDecompressionSize variable
- 8fa3203 Add blackbox tests
- 76420b7 Add doc comments to exported functions and variables
- be40188 Add doc comments to packages
- 834de19 Added .golanci-lint
- 9685444 Added badges (#202)
- f5ae574 Check for successful runtime.Caller execution
- 78f1890 Fix script permissions
- 0f21c78 Fixed linter
- 15f7c23 Fixed release CI (#203)
- ae7f86d Follow naming conventions
- 973b020 Handle errors assigned but unchecked
- c181591 Handle unassigned errors
- ada58e4 Ignore gosec's G401 and G505 where needed
- ae76ccc Ignore gosec's G402 where appropiate
- cdd8905 Implemented new charts-syncer version using wrap/unwrap commands
- 5962b9d Improve cleaning up and creating of test OCI server
- 6397fb4 Missing blank line separator
- b30427d Move from CircleCI to GithubActions
- a10200b Refactor Untar to reduce cyclomatic complexity
- edf5bd3 Remove deprecated references
- d3a6fb0 Remove empty case
- 30c4b30 Remove github.com/bitnami-labs/pbjson dependency
- 1e765c1 Remove github.com/mkmik/multierror dependency
- 522ddf4 Remove unneeded else statement
- 6e8db8f Remove unneeded type declarations
- 251475d Remove unused functions
- fc120a5 Remove unused parameters
- 918fa23 Replace deprecated methods
- 04e5790 Sanitize untar paths
- 8e250fb Simplify expressions
- 9a06c41 Support configuring separate target registries for containers and charts
- 6ec5ea4 Support limiting the container platfoms to sync
- 77edda3 Support skipping artifacts synchronization
- c7aca61 Typo in comment
- 9e36106 Update README.md
- 4340380 Update dependencies
v0.20.3
v0.20.2
Changelog
- e10bae5 Create SECURITY.md
- 34e40e3 Properly discover existing image in OCI target (#181)
- 33fc84a Rename GitHub organization from bitnami-labs to bitnami (#191)
- 4937282 Update README.md
- f3a346e Update README.md
- fc80440 Update go to 1.21.x, goreleaser to v5 and several dependencies with vulnerabilities (#197)
- 2ed56e0 Update kustomization.yaml (#189)
- f7bf1d8 chore: fix chartmusuem install action (#185)
v0.20.1
v0.20.0
fcacd51 Rewrite implementation of Has() method in oci.Repo (#175)
660d696 Merge pull request #178 from bitnami-labs/dependabot/go_modules/github.com/containerd/containerd-1.6.12
2fef56f chore(deps): bump github.com/containerd/containerd from 1.6.6 to 1.6.12
cdf6c6b Create CONTRIBUTING.md
c609a2e Create CODE_OF_CONDUCT.md
0c60bc3 Update README.md
5dad137 Merge pull request #174 from yidaqiang/master
e17923b Corrected a misspelled word
5c5edf3 Fixed an issue with incorrect use of the chartmuseum API, And update the test cace
6d18fc9 docs: document how to use charts-syncer with Amazon Elastic Container Registry (ECR) repositories (#171)