Releases: alexbrazier/go-url
1.1.0
1.0.1
Changes
- Dependency updates
Changelog
ca4c448 Update immer to 8.0.1 to fix security warning
16ff702 Bump node from 14.15.1-alpine to 14.15.3-alpine (#127)
0049b70 [Security] Bump axios from 0.21.0 to 0.21.1 in /frontend (#128)
29cc9e6 [Security] Bump node-notifier from 8.0.0 to 8.0.1 in /frontend (#126)
5455686 Bump golang from 1.15.3-alpine3.12 to 1.15.6-alpine3.12 (#125)
1.0.0
Changes
- Dependency updates
- Allow CIDRs in allowed ips config
- Sentry
- Okta authentication
Changelog
069569a Add Okta auth (#123)
0dbf615 Update dependencies and node and docker version (#119)
f2cf30d Update js and docker dependencies (#114)
0cac431 [Security] Bump acorn from 5.7.3 to 5.7.4 in /frontend (#95)
cffc89d Update dependencies (#106)
6bd0272 Fix slack bot command message when key not found
c3bb7e5 Update opensearch.xml to add xml header (#101)
62130d0 Use lax mode for same site cookies to make links work (#98)
ea50c26 Fix yarn.lock
a36c99d Prettier
b3ee91d #69 #72 Make auth cookie secure with custom expiry
143c0f3 Update and remove unused dependencies
6eafa53 Update yarn lock (#94)
94caadc Merge pull request #92 from alexbrazier/dep-mar20
04a95dc Fix proxy middleware and public path
0107520 Fix types
2da2ed0 Update go deps
ced1c5d Update go, node and alpine versions
fe3684d Update frontend dependencies
273a2e7 Merge pull request #85 from alexbrazier/dep-jan20
41e055d Fix typescript error
262382e Fix prettier
c05441d Update node and docker dependencies
f624c15 Merge pull request #76 from alexbrazier/sentry
0045e90 Fix entrypoint
cc32f88 Fix security issue with set-value (#75)
52f5b5e Add sentry to frontend
f4845bd Add sentry to api
35fa43e Merge pull request #74 from alexbrazier/ip-cidr
1e526fb Fix tests
8fdeef6 Add unit-tests to circleci workflow
fa3d775 Allow CIDRs in allowed ips config
9d78c24 Update node and go
c8d0253 Update frontend dependencies
4c271e0 Bump frontend dependencies (#71)
ce9e791 Redirect user to original url after auth, closes 68 (#70)
8b2842f Bump golang from 1.12.7-alpine3.10 to 1.13.1-alpine3.10 (#66)
a2560c6 Bump node from 10.16.0-alpine to 10.16.3-alpine (#64)
e2c9279 [Security] Bump mixin-deep from 1.3.1 to 1.3.2 in /frontend (#63)
6598f55 [Security] Bump eslint-utils from 1.3.1 to 1.4.2 in /frontend (#62)
0.2.0
Changes
- Add option to use variables in urls
e.g.
github
->https://github.com/alexbrazier/{{$1}}
go github/go-url
-> https://github.com/alexbrazier/go-url
- Improve authentication with Azure
- Add option to restrict restrict access to ip addresses
- Updated dependencies
Changelog
- [Security] Bump lodash.template from 4.4.0 to 4.5.0 in /frontend (#45) (9e9f719), closes #45
- Add feature issue template (7717532)
- Add option to limit which slack team the app will respond to (#58) (bbf778b), closes #58
- Add x-forwarded-for trust level option (#60) (ffda301), closes #60
- Allow ips to be whitelisted from auth (#59) (8de2504), closes #59
- Allow variables in url (#57) (c8ef703), closes #57
- Fix auth redirect url (#61) (69bf10b), closes #61
- Update docker image versions and readme (#52) (b438d04), closes #52
- Update frontend dependencies (#51) (1a80f8f), closes #51
- Update frontend dependencies (#55) (8a4f9af), closes #55
- Update issue templates (df5b31b)
0.1.0
v0.1.0 Fix dockerfile network timeout (#21)
0.0.1
Initial release