Skip to content

Releases: ctfer-io/go-ctfd

v0.6.1

15 Apr 21:11
v0.6.1
f3e57e8
Compare
Choose a tag to compare

Changelog

v0.6.0

12 Apr 14:17
v0.6.0
bdd6ba3
Compare
Choose a tag to compare

Changelog

  • 5fbde86 chore(deps): update to Go 1.22
  • bdd6ba3 feat(api): get nonce parameter from current client attributes

v0.5.0

10 Apr 06:39
v0.5.0
652bd73
Compare
Choose a tag to compare

Changelog

  • cb69fba build(deps): bump actions/cache from 4.0.0 to 4.0.1
  • cd89888 build(deps): bump actions/cache from 4.0.1 to 4.0.2
  • 0d08200 build(deps): bump actions/checkout from 4.1.1 to 4.1.2
  • 71939f9 build(deps): bump anchore/sbom-action from 0.15.8 to 0.15.9
  • 73e7f46 build(deps): bump anchore/sbom-action from 0.15.9 to 0.15.10
  • c9170ee build(deps): bump github.com/gorilla/schema from 1.2.1 to 1.3.0
  • fbeabb8 build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • 91be74e build(deps): bump github/codeql-action from 3.24.5 to 3.24.6
  • 8977ece build(deps): bump github/codeql-action from 3.24.6 to 3.24.7
  • 995957f build(deps): bump github/codeql-action from 3.24.7 to 3.24.9
  • d04c6c5 build(deps): bump github/codeql-action from 3.24.9 to 3.24.10
  • b5322c1 build(deps): bump slsa-framework/slsa-github-generator
  • 0f02d11 build(deps): bump slsa-framework/slsa-verifier from 2.4.1 to 2.5.1
  • 640881d ci(release): fix SLSA generator build issue, remove verification
  • a6d19fb ci: improve CI workflow
  • 652bd73 ci: setup Go before CodeQL action thus avoids underperforming
  • 9eb5b5a feat(setup): infer nonce from client rather than taking it as a parameter
  • bb0c3e8 fix: transmit functional options until applied

v0.4.0

27 Feb 22:11
v0.4.0
5b2685e
Compare
Choose a tag to compare

Changelog

  • 75f0dca build(deps): bump actions/cache from 3 to 4
  • fc9e540 build(deps): bump github/codeql-action from 2.22.11 to 3.24.0
  • a1a7c95 build(deps): bump github/codeql-action from 3.24.0 to 3.24.3
  • 4403d43 build(deps): bump github/codeql-action from 3.24.3 to 3.24.5
  • 981056a build(deps): bump golangci/golangci-lint-action from 3.7.0 to 4.0.0
  • 972fa3d build(deps): bump shogo82148/actions-goveralls from 1.8.0 to 1.9.0
  • 67ceacf build(deps): bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1
  • 103af91 chore(deps): update CTFd to 3.7.0
  • ce8fb93 chore: add omitempty attribute for JSON encoding
  • b489da1 chore: add missing suffix for PATCH /teams parameters
  • e07b58c ci: harden by pinning dependencies
  • b486e30 feat(files): add support of multi-post
  • 2462e3c feat: align datatypes and improve tests
  • e8f47a9 feat: improve support of users and teams
  • 0ff97fa feat: support new (3.7.0) parameters and attributes
  • 3c3a3f8 fix(register): fix nonce & session extract

v0.3.8

05 Jan 10:40
v0.3.8
a41827d
Compare
Choose a tag to compare

Changelog

  • d20430a build(deps): bump github.com/pulumi/pulumi/pkg/v3 and github.com/pulumi/pulumi/sdk/v3 in /deploy
  • e02221d chore: add gitignore to avoid commit of ci files
  • c683ef9 ci: remove IaC for integration tests in favor of Github workflow service
  • b838675 dep: fix redis volume claim spec resources requests
  • 5b05d94 dep: update CTFd to 3.6.1
  • 73fed36 feat: add support of .value on PATCH /api/v1/challenges
  • 871f761 feat: add support of challenge next_id

v0.3.7

04 Jan 13:28
v0.3.7
4b5993e
Compare
Choose a tag to compare

Changelog

v0.3.6

02 Jan 14:46
v0.3.6
cabe44c
Compare
Choose a tag to compare

Changelog

  • 466e743 build(deps): bump actions/setup-go from 4 to 5
  • c902fbd build(deps): bump github.com/pulumi/pulumi-kubernetes/sdk/v4 in /deploy
  • 1474993 build(deps): bump github.com/pulumi/pulumi-random/sdk/v4 in /deploy
  • 8cc83a2 build(deps): bump github.com/pulumi/pulumi/pkg/v3 in /deploy
  • 25b4935 build(deps): bump github.com/pulumi/pulumi/pkg/v3 in /deploy
  • 1ef738d build(deps): bump github.com/pulumi/pulumi/pkg/v3 in /deploy
  • 98410d2 build(deps): bump github.com/pulumi/pulumi/sdk/v3 in /deploy
  • 9a1f9a6 build(deps): bump github/codeql-action from 2 to 3
  • cabe44c feat: rework DELETE /api/v1/topics support

v0.3.5

10 Dec 08:41
v0.3.5
4c9ef0b
Compare
Choose a tag to compare

Changelog

v0.3.4

10 Dec 08:39
v0.3.4
31b93d7
Compare
Choose a tag to compare

Changelog

  • 8345bcb chore: update dependencies
  • 31b93d7 feat: add support of functional options to file content download

v0.3.3

09 Dec 14:55
v0.3.3
a19c516
Compare
Choose a tag to compare

Changelog

  • b54dee5 api: change hint cost type to int
  • 6ac8e66 build(deps): bump github.com/pulumi/pulumi-kubernetes/sdk/v4 in /deploy
  • 39822ad build(deps): bump github.com/pulumi/pulumi/pkg/v3 in /deploy
  • a19c516 feat: add support of file download
  • ce3f854 tests: update to latest API