priby05
f71a7fd2a2
feature/s390x architecture support ( #2734 )
...
* Add s390x architecture support
* Update CHANGELOG
2024-08-23 09:02:02 +02:00
Jacob Middag
3045392c17
feat: Replace default Go user-agent with oauth2-proxy and version ( #2570 )
...
* feat: Replace default Go user-agent with oauth2-proxy and version
* Add to CHANGELOG
* Make userAgentTransport configurable and composable
* Use correct naming convention for DefaultHTTPClient
* Move version to own package and use named arguments
* Update version path in Makefile
* Fix import path in Makefile
* Change importpath in dist.sh
* Minor style issues
2024-07-14 21:09:17 +01:00
Koen van Zuijlen
51a5765f77
chore: Create sha256sum for tar instead of binary ( #2343 )
...
* Create sha256sum for tar instead of binary
* chore: Add checksum for binary
* chore: Updated changelog
---------
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2024-01-20 19:18:54 +00:00
Koen van Zuijlen
982ae7e9d2
Added arch types to Docker and binary releases ( #2220 )
...
* Added several arm builds to dist.sh
* Added platforms to Dockerfile and updated docs
* Reverted changes made for testing
* Fix docker platform images
* Fix docker platform images
* Update Makefile
Co-authored-by: Jan Larwig <jan@larwig.com>
* Update Makefile
Co-authored-by: Jan Larwig <jan@larwig.com>
* Update Makefile
Co-authored-by: Jan Larwig <jan@larwig.com>
* Formatting improvements
---------
Co-authored-by: Jan Larwig <jan@larwig.com>
2023-09-08 17:18:20 +01:00
mgiessing
e4c32df61e
Update dist.sh
...
Add ppc64le support
2022-02-17 22:59:11 +01:00
Joel Speed
b97c83297e
Update release process to use makefile go version check ( #1027 )
...
Co-authored-by: Nick Meves <nick.meves@greenhouse.io>
2021-02-06 15:19:33 -08:00
Dan Bond
d7abd56981
dist.sh: remove go version from asset links ( #733 )
...
* dist.sh: remove go version from asset links
* update changelog
2020-08-25 08:41:14 -07:00
Joel Speed
802754caad
Migrate to oauth2-proxy/oauth2-proxy
2020-03-29 15:40:10 +01:00
Joel Speed
8d69d55de4
Update Go and GolangCI-Lint
2020-03-29 13:17:54 +01:00
Tom Elliff
1d808a47d1
Disable cgo on release builds
...
Tries to link against libc which isn't present in musl based distributions (such as Alpine Linux).
Closes https://github.com/pusher/oauth2_proxy/issues/329
2020-01-28 09:05:04 +00:00
Dan Bond
ef8b7b5e25
dist.sh: use sha256sum ( #325 )
...
* dist.sh: use sha256sum
* update CHANGELOG
2019-12-10 17:24:15 +00:00
Florian Kaiser
f6790265e1
dist.sh: Add build for FreeBSD ( #317 )
2019-11-26 16:38:22 +00:00
Dan Bond
f40dab8748
Rewrite dist script ( #302 )
...
* Rewrite dist scripts
* add changelog entry
* remove multiple loops in dist
* styling
2019-10-29 17:27:08 +00:00
Tanvir Alam
842a45b1db
distribution: remove gpm references and update to use dep
2017-12-04 09:54:31 -05:00
Tanvir Alam
dc65ff800f
distribution: create sha256sum.txt file when creating binaries to allow validation of checksums.
...
* update README.md to include instructions on how to verify prebuilt binaries for new releases.
2017-11-21 15:00:30 -05:00
Pierce Lopez
68e3178812
dist.sh: use go build option to strip binaries
...
30% release binary size reduction
2017-04-24 16:04:36 -04:00
Pierce Lopez
2024dc34ac
dist.sh: run gpm with GOPATH=$DIR/.godeps
...
so gpm is not affected if module exists in user's GOPATH already
2017-03-27 19:13:05 -04:00
Pierce Lopez
86c9638572
dist.sh: already uses set "-e", remove "|| exit 1"
2017-03-27 18:16:39 -04:00
Pierce Lopez
bc3fe00be4
dist.sh: add .exe for windows build
2017-03-27 14:35:28 -04:00
Joshua Hoblitt
0a7a90b7a8
fix dist.sh compatibility with GNU coreutils mktemp
...
Resolves this error:
mktemp: too few X's in template ‘oauth2_proxy’
2016-05-26 11:00:50 -07:00
Jehiah Czebotar
d78aa13464
v2.0 & cleanup changes
...
* bump version to 2.0
* remove --cookie-https-only option
* add windows build to dist.sh
* rename --cookie-key to --cookie-name
2015-06-12 13:07:26 -04:00
Jehiah Czebotar
b96a078839
Project Rename -> oauth2_proxy
2015-05-21 02:55:04 -04:00
Jehiah Czebotar
a5f96b1754
release scripts
2014-11-09 21:48:09 -05:00