Skip to content
Merged

0.9.2 #348

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
7adde42
version bump
zachmann Feb 15, 2024
271b6b3
Bump github.com/gofiber/template/mustache/v2 from 2.0.8 to 2.0.9
dependabot[bot] Feb 20, 2024
966381b
Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.1
dependabot[bot] Feb 21, 2024
f1baffd
Bump github.com/gofiber/fiber/v2 from 2.52.0 to 2.52.2
dependabot[bot] Mar 4, 2024
914df0e
Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0
dependabot[bot] Mar 5, 2024
5e8673b
change rpm dependecy of mytoken-server-migratedb to the correct casing
zachmann Mar 14, 2024
d885084
Update .goreleaser.yml
zachmann Mar 14, 2024
4788d54
Update .goreleaser-release.yml
zachmann Mar 14, 2024
166f508
Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0 (#343)
zachmann Mar 14, 2024
e1ab074
Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.1 (#336)
zachmann Mar 14, 2024
db2920a
Bump github.com/gofiber/template/mustache/v2 from 2.0.8 to 2.0.9 (#335)
zachmann Mar 14, 2024
64cda07
Bump github.com/gofiber/fiber/v2 from 2.52.0 to 2.52.2 (#339)
zachmann Mar 14, 2024
6004165
Bump github.com/lestrrat-go/jwx from 1.2.28 to 1.2.29
dependabot[bot] Mar 14, 2024
e6f7677
Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0
dependabot[bot] Mar 14, 2024
9b937a9
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
dependabot[bot] Mar 14, 2024
823977b
Bump golang.org/x/mod from 0.15.0 to 0.16.0
dependabot[bot] Mar 14, 2024
660ecef
Bump golang.org/x/mod from 0.15.0 to 0.16.0 (#340)
zachmann Mar 14, 2024
5e7699e
Bump github.com/lestrrat-go/jwx from 1.2.28 to 1.2.29 (#344)
zachmann Mar 14, 2024
3b104b3
Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3
dependabot[bot] Mar 14, 2024
ec1f60c
Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0 (#346)
zachmann Mar 14, 2024
71c69b5
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 (#347)
zachmann Mar 14, 2024
b147d90
Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (#345)
zachmann Mar 14, 2024
262bc92
Update CHANGELOG.md
zachmann Mar 14, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .goreleaser-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ nfpms:
bindir: /usr/bin
overrides:
rpm:
dependencies:
- MariaDB-client
file_name_template: >-
{{ .PackageName }}-{{ .Version }}.
{{- if eq .Arch "386" }}i386{{- else if eq .Arch "amd64" }}x86_64{{- else }}{{ .Arch }}{{ end }}
Expand Down
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ nfpms:
bindir: /usr/bin
overrides:
rpm:
dependencies:
- MariaDB-client
file_name_template: >-
{{ .PackageName }}-{{ .Version }}.
{{- if eq .Arch "386" }}i386{{- else if eq .Arch "amd64" }}x86_64{{- else }}{{ .Arch }}{{ end }}
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,23 @@
<!-- ### Dependencies -->
<!-- -->

## mytoken 0.9.2

### Packaging

- Fixed `mariadb-client` dependecy for `mytoken-server-migratedb` on rpm based distros

### Dependencies
- Bump github.com/go-sql-driver/mysql from 1.7.1 to 1.8.0
- Bump github.com/gofiber/fiber/v2 from to 2.52.0 2.52.2
- Bump github.com/gofiber/template/mustache/v2 from 2.0.8 to 2.0.9
- Bump github.com/lestrrat-go/jwx from 1.2.28 to 1.2.29
- Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.5.1
- Bump golang.org/x/crypto from 0.19.0 to 0.21.0
- Bump golang.org/x/mod from 0.15.0 to 0.16.0
- Bump golang.org/x/oauth2 from 0.17.0 to 0.18.0
- Bump golang.org/x/term from 0.17.0 to 0.18.0

## mytoken 0.9.1

### Enhancements
Expand Down
29 changes: 15 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,35 +9,36 @@ require (
github.com/fatih/structs v1.1.0
github.com/gliderlabs/ssh v0.3.6
github.com/go-resty/resty/v2 v2.11.0
github.com/go-sql-driver/mysql v1.7.1
github.com/gofiber/fiber/v2 v2.52.0
github.com/go-sql-driver/mysql v1.8.0
github.com/gofiber/fiber/v2 v2.52.2
github.com/gofiber/helmet/v2 v2.2.26
github.com/gofiber/template/mustache/v2 v2.0.8
github.com/gofiber/template/mustache/v2 v2.0.9
github.com/gofrs/uuid v4.4.0+incompatible
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/ip2location/ip2location-go v8.3.0+incompatible
github.com/jinzhu/copier v0.4.0
github.com/jmoiron/sqlx v1.3.5
github.com/lestrrat-go/jwx v1.2.28
github.com/lestrrat-go/jwx v1.2.29
github.com/oidc-mytoken/api v0.11.2-0.20230810083726-bf164306e5b2
github.com/oidc-mytoken/lib v0.7.1
github.com/oidc-mytoken/utils v0.1.3-0.20230731143919-ea5b78243e5d
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pires/go-proxyproto v0.7.0
github.com/pkg/errors v0.9.1
github.com/redis/go-redis/v9 v9.4.0
github.com/redis/go-redis/v9 v9.5.1
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli/v2 v2.3.1-0.20211205195634-e8d81738896c
github.com/valyala/fasthttp v1.52.0
github.com/zachmann/go-oidcfed v0.1.0
golang.org/x/crypto v0.19.0
golang.org/x/mod v0.15.0
golang.org/x/oauth2 v0.17.0
golang.org/x/term v0.17.0
golang.org/x/crypto v0.21.0
golang.org/x/mod v0.16.0
golang.org/x/oauth2 v0.18.0
golang.org/x/term v0.18.0
gopkg.in/yaml.v3 v3.0.1
)

require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/adam-hanna/arrayOperations v1.0.1 // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
Expand All @@ -46,9 +47,9 @@ require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/gofiber/template v1.8.2 // indirect
github.com/gofiber/template v1.8.3 // indirect
github.com/gofiber/utils v1.1.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.5.0 // indirect
Expand All @@ -67,10 +68,10 @@ require (
github.com/tinylib/msgp v1.1.8 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.18.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)

replace github.com/urfave/cli/v2 => github.com/zachmann/cli/v2 v2.3.1-0.20211220102037-d619fd40a704
63 changes: 34 additions & 29 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion internal/model/version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2
Binary file modified internal/server/web/static/img/mytoken-grey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified internal/server/web/static/img/mytoken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mytoken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.