Releases: myopenfactory/edi-connector
Releases · myopenfactory/edi-connector
v1.6.1
Changelog
- a2b2d6b Merge pull request #117 from myopenfactory/kob/bumpVersions
- 5c25eba Merge pull request #122 from myopenfactory/dependabot/go_modules/golang.org/x/sys-0.6.0
- dbb5ab1 Merge pull request #123 from myopenfactory/dependabot/go_modules/golang.org/x/text-0.8.0
- 5f47b35 Merge pull request #127 from myopenfactory/moveCR
- 08339f3 Merge pull request #128 from myopenfactory/dependabot/go_modules/google.golang.org/protobuf-1.30.0
- 8d7cf0d build(deps): bump golang.org/x/sys
- 35753c3 build(deps): bump golang.org/x/text from 0.3.7 to 0.8.0
- 2c65877 build(deps): bump google.golang.org/protobuf from 1.28.1 to 1.30.0
- 3aabff1 bump versions of dependencies
- caf3059 switch from hub.docker.com to ghcr.io
v1.6.0
What's Changed
- Bump github.com/spf13/cobra from 0.0.5 to 0.0.7 by @dependabot in #47
- Bump github.com/sirupsen/logrus from 1.3.0 to 1.7.0 by @dependabot in #48
- Bump github.com/pkg/errors from 0.8.1 to 0.9.1 by @dependabot in #49
- Bump github.com/google/wire from 0.2.1 to 0.4.0 by @dependabot in #50
- Bump github.com/lestrrat-go/file-rotatelogs from 2.2.0+incompatible to 2.4.0+incompatible by @dependabot in #51
- Bump github.com/golang/protobuf from 1.3.1 to 1.4.3 by @dependabot in #55
- Bump github.com/spf13/viper from 1.4.0 to 1.7.1 by @dependabot in #53
- Bump github.com/magiconair/properties from 1.8.0 to 1.8.4 by @dependabot in #54
- update project dependencies and use go 1.15 by @tobiaskohlbau in #52
- move from dependency injection to explicit dependencies by @tobiaskohlbau in #56
- ci: remove azure pipelines by @tobiaskohlbau in #57
- api: generate protobuf files by @tobiaskohlbau in #58
- code refactoring by @tobiaskohlbau in #59
- pkg/client: refactor client configuration by @tobiaskohlbau in #60
- trim spaces from password and username by @tobiaskohlbau in #61
- use crlf as log line endings on windows by @tobiaskohlbau in #62
- bump dev version to v1.6.0 by @tobiaskohlbau in #63
- refactor health check generation by @tobiaskohlbau in #64
- bug fixes by @tobiaskohlbau in #65
- Bump golang.org/x/text from 0.3.3 to 0.3.4 by @dependabot in #66
- Bump golang.org/x/text from 0.3.4 to 0.3.5 by @dependabot in #67
- Bump github.com/rhysd/go-github-selfupdate from 1.2.2 to 1.2.3 by @dependabot in #68
- Bump github.com/spf13/cobra from 1.1.1 to 1.1.3 by @dependabot in #71
- Bump github.com/twitchtv/twirp from 7.1.0+incompatible to 7.1.1+incompatible by @dependabot in #70
- Bump github.com/olekukonko/tablewriter from 0.0.4 to 0.0.5 by @dependabot in #69
- Bump github.com/sirupsen/logrus from 1.7.0 to 1.8.0 by @dependabot in #72
- Bump github.com/sirupsen/logrus from 1.8.0 to 1.8.1 by @dependabot in #73
- Bump google.golang.org/protobuf from 1.25.0 to 1.26.0 by @dependabot in #75
- Bump github.com/golang/protobuf from 1.4.3 to 1.5.1 by @dependabot in #74
- updat ci by @tobiaskohlbau in #77
- update ci to reflect latest changes by @tobiaskohlbau in #78
- build(deps): bump github.com/golang/protobuf from 1.5.1 to 1.5.2 by @dependabot in #80
- build(deps): bump golang.org/x/text from 0.3.5 to 0.3.6 by @dependabot in #79
- Bump github.com/magiconair/properties from 1.8.4 to 1.8.5 by @dependabot in #76
- build(deps): bump github.com/twitchtv/twirp from 7.1.1+incompatible to 7.2.0+incompatible by @dependabot in #81
- Add bot support by @tobiaskohlbau in #88
- build(deps): bump golang.org/x/text from 0.3.6 to 0.3.7 by @dependabot in #87
- build(deps): bump github.com/spf13/cobra from 1.1.3 to 1.2.1 by @dependabot in #86
- build(deps): bump google.golang.org/protobuf from 1.26.0 to 1.27.1 by @dependabot in #85
- Update codeql-analysis.yml by @tobiaskohlbau in #89
- bump go to version 1.17.3 by @tobiaskohlbau in #92
- build(deps): bump github.com/spf13/viper from 1.8.1 to 1.9.0 by @dependabot in #90
- configure HTTPS_PROXY in advance to HTTP_PROXY by @tobiaskohlbau in #94
- updates by @tobiaskohlbau in #98
- all: bump go to version 1.18 by @tobiaskohlbau in #105
- increase attachment upload timeout to 5 minutes by @BlackReloaded in #110
New Contributors
- @dependabot made their first contribution in #47
Full Changelog: v1.5.0...v1.6.0
v1.6.0-rc2
v1.6.0-rc1
Merge pull request #77 from myopenfactory/updateCI updat ci
v1.5.0
Changelog
6fdc8be Merge pull request #43 from myopenfactory/feature/updateCI
36ad75d add e2e test for attachments
44b5d02 add messageWaitTime and attachmentWaitTime
2c3c7de add option to reference clientcert relative to config path
d950d76 bump go version to 1.14
9974f9d remove e2e-test binary from repository
ac99056 use client.myopenfactory.test and myopenfactory.test
51a47c2 use myopenfactory.net by default
Docker images
docker pull myopenfactory/client:alpine
docker pull myopenfactory/client:latest
v1.4.4
v1.4.3
v1.4.2
Changelog
Docker images
docker pull myopenfactory/client:alpine
docker pull myopenfactory/client:latest