Releases: Financial-Times/golang-ci-orb
Update CI/CD of the orb to latest orb-tools
Update the orb-tools to version the latest one.
Use dynamic configs for triggering the integration tests and deploy to production.
Use the recommended steps for the CI/CD of the orb and the recommended structure of the orb repo according to the official orb template.
Upgrade linter version
What's Changed
- Upgrade golangci-lint by @atanasdinov in #33
New Contributors
- @atanasdinov made their first contribution in #33
Full Changelog: patch-release-v1.2.1...patch-release-v1.2.2
Update golangci-lint to the latest compatible version
Use the latest golangci-lint runner version(v1.48.0) applicable for the latest go version (v.1.19).
Update the linter runner config file. No semantic changes to the config, only changed structure.
minor-release-v1.2.0
What's Changed
- Change docker-build job base image by @ivan-p-nikolov in #29
Full Changelog: patch-release-v1.1.4...minor-release-v1.2.0
patch-release-v1.1.4
What's Changed
- replace golint with revive by @ManoelMilchev in #28
New Contributors
- @ManoelMilchev made their first contribution in #28
Full Changelog: patch-release-v1.1.3...patch-release-v1.1.4
patch-release-v1.1.3
What's Changed
- Use golangci-lint version which works for go 1.18 by @ivanruski in #27
Full Changelog: patch-release-v1.1.2...patch-release-v1.1.3
Switch linting and test steps order in the job build-and-test
Allows the unit tests to run even when the linting is failing for some reason.
patch-release-v1.1.1
What's Changed
- Allow Neo4j plugins to be enabled by @vstanchev in #25
New Contributors
- @vstanchev made their first contribution in #25
Full Changelog: minor-release-v1.1.0...patch-release-v1.1.1
Introducing working with Neo 4.3
- Add new executor that starts Neo4j in cluster mode with 3 instances. The default Neo4j version for the new executor is 4.3.6-enterprise.
- The old single instance Neo4j executor is updated to use default version of 4.3.6-enterprise.
patch-release-v1.0.17
What's Changed
- Add snyk project param by @ivan-p-nikolov in #22
Full Changelog: patch-release-v1.0.16...patch-release-v1.0.17