Releases: Infisical/infisical
Releases · Infisical/infisical
infisical/v0.72.2-postgres
What's Changed
- Update overview.mdx by @handotdev in #2017
- feat: added project setting for rebuilding secret indices by @sheensantoscapadngan in #2007
- Terraform identity management apis by @akhilmhdh in #1999
- misc: added proper prompt for aws secret manager integration deletion by @sheensantoscapadngan in #2022
- feat: added option to share secret directly from main page by @sheensantoscapadngan in #2021
- doc: added bitbucket integration with cli by @sheensantoscapadngan in #2010
Full Changelog: infisical/v0.72.1-postgres...infisical/v0.72.2-postgres
infisical/v0.72.1-postgres
What's Changed
- Add Certificate Support for Alt Names (SANs) by @dangtony98 in #2014
- GH Action: rename new migration file timestamp by @github-actions in #2015
Full Changelog: infisical/v0.72.0-postgres...infisical/v0.72.1-postgres
infisical/v0.72.0-postgres
What's Changed
- feat(platform): Show imported/overwritten values in secret overview by @DanielHougaard in #2004
- fix(docs): duplicate faq item by @DanielHougaard in #2009
- Update style.css in docs by @handotdev in #2008
- feat: oidc by @sheensantoscapadngan in #1989
- GH Action: rename new migration file timestamp by @github-actions in #2011
- Patch LDAP undefined userId, email confirmation code sending by @dangtony98 in #2002
- Feat: Default organization slug for LDAP/SAML by @DanielHougaard in #2000
- GH Action: rename new migration file timestamp by @github-actions in #2012
- feat(api): Expand single secret references by @DanielHougaard in #2006
Full Changelog: infisical/v0.71.1-postgres...infisical/v0.72.0-postgres
infisical/v0.71.1-postgres
What's Changed
- feat: resolved generate srp failing for user enc v1 users by @akhilmhdh in #2001
- updated secret sharing design by @vmatsiiako in #2003
Full Changelog: infisical-cli/v0.23.2...infisical/v0.71.1-postgres
infisical/v0.71.0-postgres
What's Changed
- patch saml auto redirect by @maidul98 in #1935
- fix: share secret input now masks value onBlur by @ShubhamPalriwala in #1927
- feat: added option for disabling github secret deletion by @sheensantoscapadngan in #1928
- feat: added captcha to password login by @sheensantoscapadngan in #1925
- GH Action: rename new migration file timestamp by @github-actions in #1943
- Fix: Updated docker compose command (from compose V1 to compose v2) by @belikedeep in #1941
- fix: preserve existing annotations when updating managed secret by @minuchi in #1931
- fix: update org seats whenever membership status is accepted by @ShubhamPalriwala in #1937
- Docs: Go SDK by @DanielHougaard in #1936
- feat: add integration option to mask and protect gitlab secrets by @sheensantoscapadngan in #1929
- Patch multi line encoding when expandSecretRef is enabled by @maidul98 in #1947
- Update SMTP configuration by @dangtony98 in #1949
- fix: resolved import override behavior by @sheensantoscapadngan in #1948
- feat: handled import override in the API layer by @sheensantoscapadngan in #1950
- fix: resolved cli offline mode get by @sheensantoscapadngan in #1757
- fix: stuck on password step resolved by @akhilmhdh in #1951
- fix: resolved signup failing in cloud by @akhilmhdh in #1952
- Fix: SCIM Groups find by filter by @DanielHougaard in #1945
- Fix: Email confirmation during SAML login failing (edge-case) by @DanielHougaard in #1946
- fix: remove extraneous 'r' causing script error in github actions by @minuchi in #1932
- Trailing slash in secret approval policy and overview bug by @akhilmhdh in #1953
- fix: resolved secret name mismatch for cli release action by @sheensantoscapadngan in #1959
- misc: hardcoded goreleaser version by @sheensantoscapadngan in #1960
- misc: resolved goreleaser hardcoded version by @sheensantoscapadngan in #1961
- Fix: Go SDK Docs typos by @DanielHougaard in #1962
- feat: add limit to the number of retained snapshots and versions by @sheensantoscapadngan in #1906
- GH Action: rename new migration file timestamp by @github-actions in #1963
- feat: added projects list view by @sheensantoscapadngan in #1958
- broken permission page fixed by @akhilmhdh in #1964
- Feat: K8 operator authentication methods by @DanielHougaard in #1954
- Fix: Operator release step by @DanielHougaard in #1966
- feat: allow custom rate limits by @sheensantoscapadngan in #1965
- feat: custom rate limit for self hosters by @ShubhamPalriwala in #1956
- GH Action: rename new migration file timestamp by @github-actions in #1967
- Revert "GH Action: rename new migration file timestamp" by @maidul98 in #1969
- Revert "Revert "GH Action: rename new migration file timestamp"" by @maidul98 in #1971
- misc: migrated custom rate limits to enterprise by @sheensantoscapadngan in #1968
- Improve k8s docs by @maidul98 in #1972
- Add missing RBAC to k8s by @maidul98 in #1975
- correct spelling in local-development.mdx by @supercoffee in #1974
- Allow secret tag api for machine identity and raw secret endpoint tag support by @akhilmhdh in #1970
- Certificate Management (Internal PKI) by @dangtony98 in #1939
- GH Action: rename new migration file timestamp by @github-actions in #1976
- feat: allow sharing of secrets publicly + public page for secret sharing by @ShubhamPalriwala in #1923
- GH Action: rename new migration file timestamp by @github-actions in #1977
- Docs: Ansible documentation by @DanielHougaard in #1980
- docs(sdks): Updated Go SDK docs by @DanielHougaard in #1984
- Fix:
null
name fields on signup by @DanielHougaard in #1986 - New API endpoints for Tag update, get by id and get by slug by @akhilmhdh in #1987
- remove k8s events from posthog by @vmatsiiako in #1979
- Feat: Leave Project by @DanielHougaard in #1991
- Fix: Silent integration errors by @DanielHougaard in #1988
- feat(agent): Authentication methods by @DanielHougaard in #1978
- Removing Master password for Oauth/SSO/LDAP users. by @akhilmhdh in #1944
- misc: added special pruning of non-root folders by @sheensantoscapadngan in #1994
- feat(cli): Support for all authentication methods in
infisical login
command by @DanielHougaard in #1983 - feat(k8-operator): reconcile on managed secret deletion by @DanielHougaard in #1993
- feat(cli): Unify CLI auth methods by @DanielHougaard in #1981
New Contributors
- @belikedeep made their first contribution in #1941
- @minuchi made their first contribution in #1931
- @supercoffee made their first contribution in #1974
Full Changelog: infisical/v0.68.0-postgres...infisical/v0.71.0-postgres
infisical-cli/v0.23.2
Changelog
- 4962a63 Merge pull request #1981 from Infisical/daniel/unify-cli-auth-methods
- 473f813 Improved flag descriptions
- 24935f4 Remove redundant auth schema set (defaults to Bearer)
- 1835777 Move validation
- cb23783 Remove log
- 49d2ea6 Feat: Unify CLI auth methods
- 3b2a2d1 Feat: Unify CLI auth methods
- f490fb6 Update cli.go
- c4f9a3b Feat: Unify CLI auth methods
- afcf15d Set secrets raw support
- bf8aee2 Feat: Unify CLI auth methods
- ebdfe31 Raw secrets operations models
- e65ce93 feat: create/update raw secrets
infisical-cli/v0.23.1
Changelog
- c042baf Add flags
- 8067df8 Update login.go
- 1906896 Update constants.go
- a8ccfd9 Feat: Login support for all auth methods
- 32609b9 Update constants.go
- 08d3436 Update login.go
- 2ae45dc Feat: Login support for all auth methods
- 44a898f Update auth.go
- 4d19405 Feat: Login support for all auth methods
- 1d622bb Update agent.go
- c19f883 Merge pull request #1944 from akhilmhdh/feat/srp-handover
- e95109c feat: updated cli to include password on login
infisical-cli/v0.23.0
Changelog
- d26521b Update helper.go
- 2675aa6 Update agent.go
- 6bad137 Fix: Abstraction of getting env variable or file content
- dbae696 Update constants.go
- e019f38 Helpers
- 93638ba Update agent.go
- 68f5be2 Fix: File-based credentials
- 0b54099 Feat(agent): Multiple auth methods
- 9b2a2ed Feat(agent): Multiple auth methods
- ccef964 Update helper.go
- 458639e Create auth.go
- 35998e9 Update token.go
- e19b67f Feat: Auth methods (draft 1)
- f41ec46 Fix: Properly rename function to CallMachineIdentityRefreshAccessToken
- 33aa9ea Install Go SDK & go mod tidy
infisical-cli/v0.22.6
Changelog
infisical/v0.68.0-postgres
What's Changed
- feat: secret sharing supports expiry on view count by @ShubhamPalriwala in #1905
- Feat: K8s operator - Include Imports for Machine Identity auth by @DanielHougaard in #1908
- Feat: K8s operator - Expand secret references with Machine Identity by @DanielHougaard in #1907
- Secret replication by @akhilmhdh in #1775
- docs: fix typo by @srevinsaju in #1913
- feat: added support for tagging existing aws params by @sheensantoscapadngan in #1903
- chore: compress loader gifs by @ShubhamPalriwala in #1914
- [Snyk] Security upgrade mysql2 from 3.9.7 to 3.9.8 by @maidul98 in #1891
- fix: resolved trailing slash issue with additional privileges by @sheensantoscapadngan in #1884
- fix: ui issue resolved for list overflow by @akhilmhdh in #1921
- Internal functions for KMS by @akhilmhdh in #1917
- feat: added rundeck integration by @sheensantoscapadngan in #1918
- misc: added auto-redeploy option for cloudflare pages integration by @sheensantoscapadngan in #1926
- added sorting for folders in overview by @vmatsiiako in #1933
New Contributors
- @srevinsaju made their first contribution in #1913
Full Changelog: infisical-cli/v0.22.3...infisical/v0.68.0-postgres