Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Release 1.33 news doc #168

Merged
merged 48 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from 47 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
e57bf56
docs: add CLI doc draft
Jcahilltorre Aug 1, 2024
9c7093f
docs: update based on feedback
Jcahilltorre Aug 6, 2024
46704bb
docs: update CLI
Jcahilltorre Aug 6, 2024
404516e
Apply suggestions from code review
Jcahilltorre Aug 6, 2024
3d8cf53
Apply suggestions from code review
Jcahilltorre Aug 6, 2024
e7169b3
Apply suggestions from code review
Jcahilltorre Aug 6, 2024
2e40b88
Update source/unitctl.rst
Jcahilltorre Aug 6, 2024
c75c10a
Update source/unitctl.rst
Jcahilltorre Aug 6, 2024
aa1d932
Update source/unitctl.rst
Jcahilltorre Aug 6, 2024
94f91e3
Update source/unitctl.rst
Jcahilltorre Aug 6, 2024
db57049
Update source/unitctl.rst
Jcahilltorre Aug 6, 2024
23a127d
Apply suggestions from code review
Jcahilltorre Aug 7, 2024
8699d5c
docs: preliminary draft
Jcahilltorre Aug 27, 2024
85282d7
Update source/news/2024/unit-1.33.0-released.rst
Jcahilltorre Aug 27, 2024
2c816c0
docs: update doc
Jcahilltorre Aug 28, 2024
1c6b1fe
Merge pull request #161 from nginx/unitctl-docs
Jcahilltorre Aug 28, 2024
1e26893
docs: update news
Jcahilltorre Aug 28, 2024
934f65a
docs: update date
Jcahilltorre Aug 28, 2024
3180b8f
Update source/news/2024/unit-1.33.0-released.rst
Jcahilltorre Aug 28, 2024
47faede
Update source/news/2024/unit-1.33.0-released.rst
Jcahilltorre Aug 28, 2024
a7fb364
Update source/news/2024/unit-1.33.0-released.rst
Jcahilltorre Aug 28, 2024
1e91444
Update source/news/2024/unit-1.33.0-released.rst
Jcahilltorre Aug 28, 2024
f14d729
docs: fixes
Jcahilltorre Aug 28, 2024
9229ec7
docs: options in bold
Jcahilltorre Aug 28, 2024
6d1c2e5
docs: update news desc.
Jcahilltorre Sep 2, 2024
865929e
docs: remove `a` (regression)
Jcahilltorre Sep 2, 2024
b3e25c7
fix: fix previews
Jcahilltorre Sep 2, 2024
f283a05
fix: fix nav subsections
Jcahilltorre Sep 3, 2024
c05c130
Update source/news/2024/unit-1.33.0-released.rst
Jcahilltorre Sep 3, 2024
b54745e
Merge pull request #170 from nginx/issue-169
Jcahilltorre Sep 4, 2024
d3f8259
docs: update features, config options, all of fame
Jcahilltorre Sep 5, 2024
203dbc6
Update source/news/2024/unit-1.33.0-released.rst
Jcahilltorre Sep 9, 2024
1340b06
docs: add bugfix
Jcahilltorre Sep 10, 2024
dba084a
docs: remove sudo on copy
Jcahilltorre Sep 11, 2024
d91b4fe
docs: add changes from PR 167
Jcahilltorre Sep 12, 2024
147e7f0
docs: split code blocks
Jcahilltorre Sep 12, 2024
796f7ea
docs: update release 1.33 date
Jcahilltorre Sep 16, 2024
48bf2ad
docs: update factory description
Jcahilltorre Sep 16, 2024
09c5995
docs: add unitctl note
Jcahilltorre Sep 16, 2024
8249097
docs: note updates
Jcahilltorre Sep 16, 2024
4f13e65
Merge pull request #174 from nginx/release-1.33-note
Jcahilltorre Sep 16, 2024
70bc453
Update source/unitctl.rst
Jcahilltorre Sep 17, 2024
3be24ca
Update source/unitctl.rst
Jcahilltorre Sep 17, 2024
f944bc4
Update source/unitctl.rst
Jcahilltorre Sep 17, 2024
9a7658d
Update source/unitctl.rst
Jcahilltorre Sep 17, 2024
dc4070b
Update source/unitctl.rst
Jcahilltorre Sep 17, 2024
4c63353
Update source/unitctl.rst
Jcahilltorre Sep 17, 2024
43dfe74
docs: update dates
Jcahilltorre Sep 18, 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
3 changes: 3 additions & 0 deletions source/certificates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ as **GET**-table JSON using **/certificates**:

# curl -X GET --unix-socket :nxt_ph:`/path/to/control.unit.sock <Path to Unit's control socket in your installation>` \
http://localhost/certificates/:nxt_hint:`bundle <Certificate bundle name>`/chain/0/

.. code-block:: console

# curl -X GET --unix-socket :nxt_ph:`/path/to/control.unit.sock <Path to Unit's control socket in your installation>` \
http://localhost/certificates/:nxt_hint:`bundle <Certificate bundle name>`/chain/0/subject/alt_names/0/

Expand Down
4 changes: 2 additions & 2 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
project = 'NGINX Unit'
author = 'NGINX, Inc.'
copyright = '2017-2024'
version = '1.32.1'
release_date = 'Mar 26, 2024'
version = '1.33.0'
release_date = 'Sep 17, 2024'
release = version
needs_sphinx = '6.2'

Expand Down
Loading