Releases: algolia/sup3rS3cretMes5age
Releases · algolia/sup3rS3cretMes5age
v0.4.3
What's Changed
- Apply docker scout recommandations by @jjacque in #126
- chore: update code owners by @jjacque in #130
- Add comprehensive GitHub Copilot instructions for development workflow by @Copilot in #129
- chore: update go to 1.25 by @jjacque in #133
- chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.45.0 by @dependabot[bot] in #134
- chore(deps): bump github.com/hashicorp/vault from 1.16.3 to 1.21.0 by @dependabot[bot] in #132
New Contributors
- @Copilot made their first contribution in #129
Full Changelog: v0.4.1...v0.4.3
v0.4.1 Remove jQuery dependency (and various updates)
What's Changed
- chore(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 by @dependabot[bot] in #102
- chore(deps): bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot[bot] in #105
- chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot[bot] in #108
- Use testify/assert by @jjacque in #103
- Update go to 1.24 and some dependencies by @jjacque in #117
- chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot[bot] in #112
- chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 by @dependabot[bot] in #113
- chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 by @dependabot[bot] in #110
- chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.35.0 by @dependabot[bot] in #114
- chore(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.27.0 by @dependabot[bot] in #118
- chore(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 by @dependabot[bot] in #121
- chore(deps): bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 by @dependabot[bot] in #119
- chore(deps): bump golang.org/x/net from 0.26.0 to 0.38.0 by @dependabot[bot] in #115
- chore: update Go to 1.24.5 and Echo to v4.13.4 by @eranchetz in #123
- Take advantages of echo middlewares by @jjacque in #104
- chore(deps): bump github.com/docker/docker from 27.2.1+incompatible to 28.0.0+incompatible by @dependabot[bot] in #125
- Feat/remove jquery update clipboard by @eranchetz in #122
Full Changelog: v0.4.0...v0.4.1
v0.4.0 Repository refacto and various updates
What's Changed
- Bump github.com/opencontainers/runc from 1.1.5 to 1.1.12 by @dependabot in #91
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #89
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #95
- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #98
- Remove tls 1.0 and tls 1.1 by @eranchetz in #78
- Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible by @dependabot in #97
- docs: add awsmfoss badge by @t3hmrman in #93
- Revert old tls PR by @jjacque in #99
- Refacto / update project by @jjacque in #101
New Contributors
Full Changelog: v0.3.0...v0.4.0
v0.3.0 Add support for Kubernetes with Helm
What's Changed
- Update README.md by @eranchetz in #75
- Bump golang.org/x/net from 0.4.0 to 0.7.0 by @dependabot in #79
- Renewal of vault auth token by @Pratiyush05Pushkar in #77
- [chore] add Code Owners for the repository by @shfranc in #80
- Bump github.com/docker/docker from 20.10.7+incompatible to 20.10.24+incompatible by @dependabot in #84
- Bump github.com/opencontainers/runc from 1.1.2 to 1.1.5 by @dependabot in #81
- Bump google.golang.org/grpc from 1.41.0 to 1.56.3 by @dependabot in #85
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #86
- (dev) Added initial version of Chart by @zeusal in #90
- Bump github.com/docker/docker from 20.10.24+incompatible to 24.0.7+incompatible by @dependabot in #87
New Contributors
- @dependabot made their first contribution in #79
- @Pratiyush05Pushkar made their first contribution in #77
- @shfranc made their first contribution in #80
- @zeusal made their first contribution in #90
Full Changelog: 0.2.5...v0.3.0
Upgrade to Echo v4
Notes:
- [ v ] Upgraded to Echo v4
- [ v ] Fixed CVE-2020-26160
jQuery update and new slider
Merge pull request #70 from algolia/slider Slider + jQuery 3.x update
Updated dependancies and golang version
0.2.3 update golang to 1.15 and update dependancies
Remove JQuery and cleaner html
- [UI] JQuery was removed as a dependency (thanks to @Haroenv 🏆 )
- [UI] Cleaner html
Vendor Assets
- Vendor external assets
a. JQuery
b. Javascript
c. Fonts
Make sup3rS3cretMes5age simple again
- [fix] removed local dependency for go
- [fix] go build is done inside docker
- [fix] docker multi layered build
- [fix] removed NGINX dependency (!!) (autoTLS is now done in supersecret code with echo.AutoTLS)
- Makefile simplified
- [feature] added ability to custom message expire time
- Updated README